Applies the transpose of the transformation to a matrix.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public abstract ComplexMatrix MultiplyTranspose(
ComplexMatrix matrix
)
Public MustOverride Function MultiplyTranspose (
matrix As ComplexMatrix
) As ComplexMatrix
public:
virtual ComplexMatrix^ MultiplyTranspose(
ComplexMatrix^ matrix
) abstract
abstract MultiplyTranspose :
matrix : ComplexMatrix -> ComplexMatrix
Parameters
- matrix
- Type: Extreme.MathematicsComplexMatrix
A ComplexMatrix.
Return Value
Type:
ComplexMatrixThe product of the transpose of the transformation
and
matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference