DiagonalMatrix.DoTransposeThisAndMultiply(Matrix<Single>, Matrix<Single>) Method |
Multiplies the transpose of this matrix with another matrix and places the results into the result matrix.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxprotected override void DoTransposeThisAndMultiply(
Matrix<float> other,
Matrix<float> result
)
Parameters
- other Matrix<Single>
- The matrix to multiply with.
- result Matrix<Single>
- The result of the multiplication.
See Also