MatrixTMultiply(VectorT, MatrixT) Operator |
Multiplies a Vector and a Matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Vector<T> operator *(
Vector<T> leftSide,
Matrix<T> rightSide
)
Parameters
- leftSide VectorT
- The vector to multiply.
- rightSide MatrixT
- The matrix to multiply.
Return Value
VectorTThe result of multiplication.
Exceptions See Also