Home | Develop | Download | Contact
test_cmatrix_unary_operator.cpp
1 
20 #include <Pds/Ca>
21 
22 int main(void)
23 {
24  Pds::CMatrix A(2,2,3,4);
25 
26  (+A).Print("+A:\n");
27  (-A).Print("-A:\n");
28 }
La clase tipo Pds::CMatrix . Esta clase genera un objeto con dos parametros Nlin y Ncol....
Definition: CMatrix.hpp:63

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed