Home | Develop | Download | Contact
test_cmatrix_getset_extras.cpp
1 
20 #include <Pds/Ca>
21 
22 int main(void)
23 {
24  Pds::CMatrix A(2,3,3,2);
25 
26  Pds::CVector B(3,Pds::Complex(1,-1));
27 
28 
29  A.Print("A:\n");
30  B.Print("B:\n");
31 
32  A.SetRowVector(1,B);
33  A.Print("A.SetRowVector(1,B):\n");
34 
35  return 0;
36 }
La clase tipo Pds::CMatrix . Esta clase genera un objeto con dos parametros Nlin y Ncol....
Definition: CMatrix.hpp:63
La clase tipo Pds::CVector . Esta clase genera una matriz de Nlin lineas y 1 columna....
Definition: CVector.hpp:81
La clase tipo Pds::Complex . Esta clase genera un objeto con dos parametros Nlin y Ncol....
Definition: Complex.hpp:59

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed