|
lkptr
|
Algunas propiedades para la clase Matrix.
More...
Go to the source code of this file.
Namespaces | |
| namespace | Mx |
Matriz chirrisquitica de adolfo@di-mare.com. | |
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 > | |
| void | Mx::setUnit (const Mat &M, unsigned n) |
Convierte a M[][] en una matriz identidad de tamaño n x n. | |
| 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. | |
Algunas propiedades para la clase Matrix.
Definition in file Matrix_Lib.h.
1.7.4