{ } Raw JSON

bundles / scipy 1.17.1 / scipy / sparse / linalg / _interface / LinearOperator / _rdot

function

scipy.sparse.linalg._interface:LinearOperator._rdot

source: /scipy/sparse/linalg/_interface.py :497

Signature

def   _rdot ( self x )

Summary

Matrix-matrix or matrix-vector multiplication from the right.

Parameters

x : array_like

1-d or 2-d array, representing a vector or matrix.

Returns

xA : array

1-d or 2-d array (depending on the shape of x) that represents the result of applying this linear operator on x from the right.

Notes

This is copied from dot to implement right multiplication.

Aliases

  • scipy.linalg._decomp_interpolative.LinearOperator._rdot