{ } Raw JSON

bundles / scipy latest / scipy / sparse / linalg / _special_sparse_arrays / MikotaK / _matmat

function

scipy.sparse.linalg._special_sparse_arrays:MikotaK._matmat

source: /scipy/sparse/linalg/_special_sparse_arrays.py :824

Signature

def   _matmat ( self x )

Summary

Construct matrix-free callable matrix-matrix multiplication by the Stiffness mass 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.MikotaK._matmat