lkptr - simple reference LinKed PoinTeR:
Namespaces | Functions
Matrix_Lib.h File Reference

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.

Detailed Description

Algunas propiedades para la clase Matrix.

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

Definition in file Matrix_Lib.h.

 All Classes Namespaces Files Functions Variables Typedefs Friends Defines