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