Namespace Chippyash\Math\Matrix\Traits
| AssertMatrixIsNonSingular | Assert matrix is non singular |
| AssertMatrixIsNumeric | Assert matrix is a numeric one |
| AssertMatrixIsRational | Assert matrix composed of rational numbers |
| AssertParameterIsNotString | Assert parameter is not a string |
| AssertParameterIsRationalMatrix | Assert parameter is a rational Matrix |
| AssertParameterIsRationalNumber | Assert parameter is a rational number |
| ConvertNumberToComplex | Convert if possible a supplied argument to a complex |
| ConvertNumberToNumeric | Convert if possible a supplied argument to strong numeric |
| ConvertNumberToRational | Convert if possible a supplied argument to a rational |
| CreateCorrectMatrixType | Create a new matrix based on type of original matrix |
| CreateCorrectScalarType | Create a new scalar based on type of original matrix |