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