MatrixTTransposeAndMultiply(MatrixT) Method |
Multiplies this matrix with transpose of another matrix and returns the result.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix<T> TransposeAndMultiply(
Matrix<T> other
)
Parameters
- other MatrixT
- The matrix to multiply with.
Return Value
MatrixTThe result of the multiplication.
Exceptions See Also