bundles / scipy latest / scipy / sparse / linalg / _special_sparse_arrays / Sakurai / _matmat
function
scipy.sparse.linalg._special_sparse_arrays:Sakurai._matmat
Signature
def _matmat ( self , x ) Summary
Construct matrix-free callable matrix-matrix multiplication by the Sakurai matrix without constructing or storing the matrix itself by reusing the _matvec(x) that supports both 1D and 2D arrays x.
Aliases
-
scipy.sparse.linalg._special_sparse_arrays.Sakurai._matmat