Esempio n. 1
0
def AAt(*args) -> "void":
    """
    AAt(SpMatrix< double > * A, Matrix< double > * B)
    AAt(SpMatrix< float > * A, Matrix< float > * B)
    """
    return _spams_wrap.AAt(*args)
Esempio n. 2
0
def AAt(*args):
  """
    AAt(SpMatrix<(double)> A, Matrix<(double)> B)
    AAt(SpMatrix<(float)> A, Matrix<(float)> B)
    """
  return _spams_wrap.AAt(*args)