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