Abstract non Polymorphyc Matrix:
|
Este programita sirve para ver cómo funciona la matriz... More...
Go to the source code of this file.
Functions | |
template<class MAT > | |
int | real_main () |
Programa que ejercita las principales funciones de las matrices. | |
int | main () |
Programa principal. | |
template<class MAT > | |
void | print (const char *name, MAT &V) |
Imprime por filas el valor de "M" . |
Este programita sirve para ver cómo funciona la matriz...
Definition in file test_Matrix.cpp.
int real_main | ( | ) |
Programa que ejercita las principales funciones de las matrices.
Definition at line 43 of file test_Matrix.cpp.
int main | ( | ) |
Programa principal.
Definition at line 25 of file test_Matrix.cpp.
void print | ( | const char * | name, |
MAT & | V | ||
) |
Imprime por filas el valor de "M"
.
Definition at line 31 of file test_Matrix.cpp.