public PermutationMatrix Transpose { get; }
Public ReadOnly Property Transpose As PermutationMatrix
Get
public:
property PermutationMatrix^ Transpose {
PermutationMatrix^ get ();
}
member Transpose : PermutationMatrix with get
The transpose of a permutation matrix is the same as its inverse.