SparseMatrixMultiply(Complex32, SparseMatrix) Operator |
Multiplies a Matrix by a constant and returns the result.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SparseMatrix operator *(
Complex32 leftSide,
SparseMatrix rightSide
)
Parameters
- leftSide Complex32
- The matrix to multiply.
- rightSide SparseMatrix
- The constant to multiply the matrix by.
Return Value
SparseMatrixThe result of the multiplication.
Exceptions See Also