DenseMatrixMultiply(DenseMatrix, DenseVector) Operator |
Multiplies a Matrix and a Vector.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DenseVector operator *(
DenseMatrix leftSide,
DenseVector rightSide
)
Parameters
- leftSide DenseMatrix
- The matrix to multiply.
- rightSide DenseVector
- The vector to multiply.
Return Value
DenseVectorThe result of multiplication.
Exceptions See Also