TestingMatrixExtension<T> extension

on

Properties

isDiagonal bool
Tests if this Matrix is a diagonal matrix, with non-zero values only on the diagonal.
no setter
isLowerTriangular bool
Tests if this Matrix is a lower triangular matrix, with non-zero values only in the lower-triangle of the matrix.
no setter
isSquare bool
Tests if this Matrix is square.
no setter
isSymmetric bool
Tests if this Matrix is symmetric (equal to its transposed form).
no setter
isUpperTriangular bool
Tests if this Matrix is a upper triangular matrix, with non-zero values only in the upper-triangle of the matrix.
no setter