Abstract non Polymorphyc Matrix:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
test_Gauss Class Reference

Clase simple para probar Gauss(). More...

List of all members.

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

Detailed Description

Clase simple para probar Gauss().

Definition at line 33 of file test_Gauss.cpp.


Member Function Documentation

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.

Ejecuta las pruebas para makeMatrix_long().

Definition at line 147 of file test_Gauss.cpp.


Member Data Documentation

Matriz identidad.

Definition at line 34 of file test_Gauss.cpp.

Definition at line 35 of file test_Gauss.cpp.

Definition at line 35 of file test_Gauss.cpp.

Definition at line 35 of file test_Gauss.cpp.

Definition at line 35 of file test_Gauss.cpp.

Definition at line 36 of file test_Gauss.cpp.

Definition at line 36 of file test_Gauss.cpp.

Definition at line 36 of file test_Gauss.cpp.

Definition at line 36 of file test_Gauss.cpp.


The documentation for this class was generated from the following file: