MatrixDoTransposeThisAndMultiply(VectorDouble, VectorDouble) Method |
Multiplies the transpose of this matrix with a vector and places the results into the result vector.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override void DoTransposeThisAndMultiply(
Vector<double> rightSide,
Vector<double> result
)
Parameters
- rightSide VectorDouble
- The vector to multiply with.
- result VectorDouble
- The result of the multiplication.
See Also