[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix-1.Transpose

Transpose Method

Transpose(Matrix<T>)

Defines the transpose operator for Matrix class.

Declaration
public static Matrix<T> Transpose(Matrix<T> value)
Parameters
Type Name Description
Matrix<T> value

A Matrix indicates the operand.

Returns
Type Description
Matrix<T>

A Matrix indicates the transpose operation result of operand.

Transpose()

Convertes this Matrix to it's transpose matrix.

Declaration
public virtual void Transpose()