|
Abstract non Polymorphyc Matrix:
|
Clase simple para probar Gauss().
More...
Public Member Functions | |
| void | do_cout () |
| void | setUp () |
Inicializa los valores para test_Gauss. | |
| bool | run () |
Ejecuta las pruebas para test_Gauss. | |
Private Member Functions | |
| void | Ejecutor (const Rat_Matrix &M, const Rat_Matrix &B) |
| Método auxiliar que permite hace pruebas con todas las matrices. | |
| void | test_makeMatrix_long () |
Ejecuta las pruebas para makeMatrix_long(). | |
Private Attributes | |
| Rat_Matrix | ID |
| Matriz identidad. | |
| Rat_Matrix | M1 |
| Rat_Matrix | M2 |
| Rat_Matrix | M3 |
| Rat_Matrix | M4 |
| Rat_Matrix | B1 |
| Rat_Matrix | B2 |
| Rat_Matrix | B3 |
| Rat_Matrix | B4 |
Clase simple para probar Gauss().
Definition at line 33 of file test_Gauss.cpp.
| void test_Gauss::do_cout | ( | ) |
| void test_Gauss::setUp | ( | ) |
Inicializa los valores para test_Gauss.
Definition at line 47 of file test_Gauss.cpp.
| bool test_Gauss::run | ( | ) |
Ejecuta las pruebas para test_Gauss.
Definition at line 131 of file test_Gauss.cpp.
| void test_Gauss::Ejecutor | ( | const Rat_Matrix & | M, |
| const Rat_Matrix & | B | ||
| ) | [private] |
Método auxiliar que permite hace pruebas con todas las matrices.
Definition at line 109 of file test_Gauss.cpp.
| void test_Gauss::test_makeMatrix_long | ( | ) | [private] |
Ejecuta las pruebas para makeMatrix_long().
Definition at line 147 of file test_Gauss.cpp.
Rat_Matrix test_Gauss::ID [private] |
Matriz identidad.
Definition at line 34 of file test_Gauss.cpp.
Rat_Matrix test_Gauss::M1 [private] |
Definition at line 35 of file test_Gauss.cpp.
Rat_Matrix test_Gauss::M2 [private] |
Definition at line 35 of file test_Gauss.cpp.
Rat_Matrix test_Gauss::M3 [private] |
Definition at line 35 of file test_Gauss.cpp.
Rat_Matrix test_Gauss::M4 [private] |
Definition at line 35 of file test_Gauss.cpp.
Rat_Matrix test_Gauss::B1 [private] |
Definition at line 36 of file test_Gauss.cpp.
Rat_Matrix test_Gauss::B2 [private] |
Definition at line 36 of file test_Gauss.cpp.
Rat_Matrix test_Gauss::B3 [private] |
Definition at line 36 of file test_Gauss.cpp.
Rat_Matrix test_Gauss::B4 [private] |
Definition at line 36 of file test_Gauss.cpp.
1.8.0