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)
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)