Example #1
0
def XAt(*args) -> "void":
    """
    XAt(SpMatrix< double > * A, Matrix< double > * X, Matrix< double > * XAt)
    XAt(SpMatrix< float > * A, Matrix< float > * X, Matrix< float > * XAt)
    """
    return _spams_wrap.XAt(*args)
Example #2
0
def XAt(*args):
  """
    XAt(SpMatrix<(double)> A, Matrix<(double)> X, Matrix<(double)> XAt)
    XAt(SpMatrix<(float)> A, Matrix<(float)> X, Matrix<(float)> XAt)
    """
  return _spams_wrap.XAt(*args)