T#

property AnsMat.T#

Transposition of an AnsMath matrix.

Examples

>>> import ansys.math.core.math as pymath
>>> mm = pymath.AnsMath()
>>> mat = mm.rand(2, 3)
>>> mat_t = mat.T