TransposableMatrixType
public protocol TransposableMatrixType : MatrixType
Protocol for matrices that support transposition.
-
The resulting type of a transposition of this matrix.
Declaration
Swift
associatedtype Transpose : MatrixType
-
Returns a new matrix that is a transposition of this matrix.
Declaration
Swift
func transposed() -> Transpose