Home | Develop | Download | Contact
test_matrix_rows.cpp
1 
8 #include <Pds/Ra>
9 
10 int main(void)
11 {
12  Pds::Matrix A("1 1 1 24\n4 6 10 148\n0.5 0.25 0.3333333333 9");
13  Pds::Matrix B;
14 
15 
16  B=A;
17  B.RowReduction();
18 
19  A.Print("\nA:\n");
20  B.Print("\nB:\n");
21 
22 
23  return 0;
24 }
La clase tipo Pds::Matrix . Esta clase genera una matriz de Nlin lineas y Ncol columnas....
Definition: Matrix.hpp:86
bool RowReduction(void)
Convierte la matriz en una matriz reducida.
void Print(std::string str) const
Imprime en pantalla el contenido de la matriz después del texto indicado en str.

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed