|
lkptr
|
Datos de prueba para la clase RefMatrix.
More...
Go to the source code of this file.
Functions | |
| template<class E > | |
| bool | isSquare (const RefMatrix< E > &M) |
Retorna "true" si la matriz M es una matriz cuadrada. | |
| template<class E > | |
| bool | isSymmetric (const RefMatrix< E > &M) |
Retorna "true" si la matriz es simétrica. | |
| template<class E > | |
| void | print (const char *name, RefMatrix< E > &V) |
Imprime por filas el valor de "M". | |
| void | use_lkptr (unsigned M, unsigned N) |
Ejemplo de uso de referencia lkptr< RefMatrix<unsigned> >. | |
| int | main () |
| Programa que ejercita las principales funciones de las matrices. | |
Datos de prueba para la clase RefMatrix.
Definition in file test_RefMatrix.cpp.
| bool isSquare | ( | const RefMatrix< E > & | M | ) |
Retorna "true" si la matriz M es una matriz cuadrada.
Definition at line 22 of file test_RefMatrix.cpp.
| bool isSymmetric | ( | const RefMatrix< E > & | M | ) |
Retorna "true" si la matriz es simétrica.
Definition at line 28 of file test_RefMatrix.cpp.
| void print | ( | const char * | name, |
| RefMatrix< E > & | V | ||
| ) |
Imprime por filas el valor de "M".
Definition at line 45 of file test_RefMatrix.cpp.
| void use_lkptr | ( | unsigned | M, |
| unsigned | N | ||
| ) |
Ejemplo de uso de referencia lkptr< RefMatrix<unsigned> >.
Definition at line 56 of file test_RefMatrix.cpp.
| int main | ( | ) |
Programa que ejercita las principales funciones de las matrices.
Definition at line 84 of file test_RefMatrix.cpp.
1.7.4