TestingMatrixExtension<T> extension
- on
-
- Matrix<
T>
- Matrix<
Properties
- isDiagonal → bool
-
Available on Matrix<
Tests if this Matrix is a diagonal matrix, with non-zero values only on the diagonal.T> , provided by the TestingMatrixExtension extensionno setter - isLowerTriangular → bool
-
Available on Matrix<
Tests if this Matrix is a lower triangular matrix, with non-zero values only in the lower-triangle of the matrix.T> , provided by the TestingMatrixExtension extensionno setter - isSquare → bool
-
Available on Matrix<
Tests if this Matrix is square.T> , provided by the TestingMatrixExtension extensionno setter - isSymmetric → bool
-
Available on Matrix<
Tests if this Matrix is symmetric (equal to its transposed form).T> , provided by the TestingMatrixExtension extensionno setter - isUpperTriangular → bool
-
Available on Matrix<
Tests if this Matrix is a upper triangular matrix, with non-zero values only in the upper-triangle of the matrix.T> , provided by the TestingMatrixExtension extensionno setter