Applies the transpose of the linear operator to a matrix.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> MultiplyTranspose(
Matrix<T> matrix
)
Public Function MultiplyTranspose (
matrix As Matrix(Of T)
) As Matrix(Of T)
public:
Matrix<T>^ MultiplyTranspose(
Matrix<T>^ matrix
)
member MultiplyTranspose :
matrix : Matrix<'T> -> Matrix<'T>
Parameters
- matrix
- Type: Extreme.MathematicsMatrixT
A MatrixT.
Return Value
Type:
MatrixTThe product of the transpose of the linear operator
and
matrix.
Reference