MatrixTMultiply(VectorT) Method |
Multiplies this matrix by a vector and returns the result.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Vector<T> Multiply(
Vector<T> rightSide
)
Parameters
- rightSide VectorT
- The vector to multiply with.
Return Value
VectorTThe result of the multiplication.
Exceptions See Also