Home | Develop | Download | Contact
test_vector_operator_unit.cpp
1 
7 #include <Pds/Ra>
8 #include <cmath>
9 
10 int main(void)
11 {
12 
13  Pds::Vector A(2);
14  A.Fill(1.0);
15 
16  A.T().Print("A.T():\n");
17  A.Unit().T().Print("A.Unit().T():\n");
18 
19  return 0;
20 }
La clase tipo Pds::Vector . Esta clase genera una matriz de Nlin lineas y 1 columna....
Definition: Vector.hpp:78

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed