Matrix. More...
Go to the source code of this file.
Namespaces | |
| namespace | Mx |
Functions | |
| template<class Mat> | |
| bool | Mx::isSquare (const Mat &M) |
Retorna "true" si la matriz M[][] es una matriz cuadrada. | |
| template<class Mat> | |
| bool | Mx::isDiagonal (const Mat &M) |
Retorna "true" si la matriz M[][] es una matriz diagonal. | |
| template<class Mat> | |
| bool | Mx::isScalar (const Mat &M) |
Retorna "true" si la matriz M[][] es escalar. | |
| template<class Mat> | |
| bool | Mx::isUnit (const Mat &M) |
Retorna "true" si la matriz M[][] es unitaria. | |
| template<class Mat> | |
| bool | Mx::isNull (const Mat &M) |
Retorna "true" si la matriz M[][] es nula. | |
| template<class Mat> | |
| bool | Mx::isSymmetric (const Mat &M) |
Retorna "true" si la matriz M[][] es simétrica. | |
| template<class Mat> | |
| bool | Mx::isUpperTiangular (const Mat &M) |
Retorna "true" si la matriz M[][] es triangular superior. | |
| template<class Mat> | |
| bool | Mx::isLowerTiangular (const Mat &M) |
Retorna "true" si la matriz M[][] es triangular inferior. | |
Matrix.
Definition in file Matrix_Lib.h.
1.5.6