示例#1
0
def somp(*args):
  """
    somp(Matrix<(double)> X, Matrix<(double)> D, Vector<(int)> groups, 
        int LL, double eps, int numThreads) -> SpMatrix<(double)>
    somp(Matrix<(float)> X, Matrix<(float)> D, Vector<(int)> groups, 
        int LL, float eps, int numThreads) -> SpMatrix<(float)>
    """
  return _spams_wrap.somp(*args)
示例#2
0
def somp(*args) -> "SpMatrix< float > *":
    """
    somp(Matrix< double > * X, Matrix< double > * D, Vector< int > * groups, int LL, double eps, int numThreads) -> SpMatrix< double >
    somp(Matrix< float > * X, Matrix< float > * D, Vector< int > * groups, int LL, float eps, int numThreads) -> SpMatrix< float > *
    """
    return _spams_wrap.somp(*args)
示例#3
0
def somp(*args):
    """
    somp(Matrix< double > * X, Matrix< double > * D, Vector< int > * groups, int LL, double eps, int numThreads) -> SpMatrix< double >
    somp(Matrix< float > * X, Matrix< float > * D, Vector< int > * groups, int LL, float eps, int numThreads) -> SpMatrix< float > *
    """
    return _spams_wrap.somp(*args)