Matrix_Lib.h File Reference

Algunas propiedades para la clase 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.


Detailed Description

Algunas propiedades para la clase Matrix.

Author:
Adolfo Di Mare <adolfo@di-mare.com>
Date:
2004

Definition in file Matrix_Lib.h.


Generated on Wed Jul 30 11:11:29 2008 for lkptr - simple reference LinKed PoinTeR: by  doxygen 1.5.6