bundles / scipy 1.17.1 / scipy / sparse / linalg / _interface / LinearOperator / dot
function
scipy.sparse.linalg._interface:LinearOperator.dot
Signature
def dot ( self , x ) Summary
Matrix-matrix or matrix-vector multiplication.
Parameters
x: array_like1-d or 2-d array, representing a vector or matrix.
Returns
Ax: array1-d or 2-d array (depending on the shape of x) that represents the result of applying this linear operator on x.
Aliases
-
scipy.linalg._decomp_interpolative.LinearOperator.dot