Home | Develop | Download | Contact
test_cmatrix_create.cpp
1 
20 #include <Pds/Ca>
21 
22 int main(void)
23 {
24  Pds::CMatrix A(2,2,3,4);
25  Pds::CMatrix B(2,2,1,1);
26  Pds::CMatrix R;
27 
28  A.Print("A:\n");
29  B.Print("B:\n");
30 
31  return 0;
32 }
La clase tipo Pds::CMatrix . Esta clase genera un objeto con dos parametros Nlin y Ncol....
Definition: CMatrix.hpp:62
void Print(std::string str="") const
Muestra en pantalla el contenido de Pds::CMatrix, elementos separados por tabulador.

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed