Contents

transpose

A Boolean value that specifies whether to implicitly transpose the matrix.

Declaration

var transpose: Bool { get set }

Discussion

If true, the system implicitly transposes the matrix when it uses it in any functions.

See Also

Instance Properties