Home | Develop | Download | Contact
test_cmatrix_extras.cpp
1 
20 #include <Pds/Ca>
21 
22 int main(void)
23 {
24  Pds::CMatrix A(2,2,1,sqrt(3.0));
25 
26  A.Print("A:\n");
27 
28  std::cout<<std::endl;
29 
30  A.Conj().Print("A.Conj():\n");
31  std::cout<<"A.Module():\n"<<A.Module()<<std::endl;
32  std::cout<<"A.Angle():\n"<<A.Angle()*180/Pds::Ra::Pi<<std::endl;
33 
34  return 0;
35 }
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