Namespace Chippyash\Math\Matrix\Attribute
| IsComplex | Is matrix a Complex matrix? |
| IsIdentity | Is matrix an identity matrix? Can only be applied to numeric and complex matrices |
| IsMarkov | IsMarkov Matrix Attribute Is it A NumericMatrix? Is it Square? Are all row sums equal i.e. is the probability graph complete? Are there at least 2 rows and columns? |
| IsNonsingular | Is the matrix nonsingular? |
| IsNumeric | Is matrix a numeric matrix |
| IsRational | Is matrix a Rational matrix? |