Matrix-matrix multiplication
Performs the operation y=A*X where A is an MxN linear operator and X dense N*K matrix or ndarray.
Parameters : | X : {matrix, ndarray}
|
---|---|
Returns : | Y : {matrix, ndarray}
|
Notes
This matmat wraps any user-specified matmat routine to ensure that y has the correct type.