SquareMatrixType

public protocol SquareMatrixType : TransposableMatrixType where Self == Self.Transpose

Protocol for square matrices, or matrices with the same number of rows and columns.