Multiplies the transpose of the decomposition to a matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override Matrix MultiplyTranspose(
Matrix matrix
)
Public Overrides Function MultiplyTranspose (
matrix As Matrix
) As Matrix
public:
virtual Matrix^ MultiplyTranspose(
Matrix^ matrix
) override
abstract MultiplyTranspose :
matrix : Matrix -> Matrix
override MultiplyTranspose :
matrix : Matrix -> Matrix
Parameters
- matrix
- Type: Extreme.MathematicsMatrix
A Matrix.
Return Value
Type:
MatrixThe product of the transpose of the base matrix of the decomposition
and
matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference