Home | Develop | Download | Contact
example_matrix_sampleblock.cpp
1
35#include <cmath>
36#include <Pds/Ra>
37
38int main(void)
39{
42 Pds::Matrix C(3,4); C.FillId();
43
44 A.Print("A:\n");
45 B.Print("B:\n");
46 C.Print("C:\n");
47 Pds::Vector x(3);
48
49 std::cout<<Pds::Matrix::GetSampleRaw({A,B,C},1,1,x)<<"\n";
50 std::cout<<x.T()<<"\n";
51
52 return 0;
53}
La clase tipo Pds::Matrix . Esta clase genera una matriz de Nlin lineas y Ncol columnas....
Definition: Matrix.hpp:96
La clase tipo Pds::Vector . Esta clase genera una matriz de Nlin lineas y 1 columna....
Definition: Vector.hpp:80
Pds::Matrix Zeros(const Pds::Size &S)
Retorna una matriz con ceros.
Pds::Matrix Ones(const Pds::Size &S)
Retorna una matriz con unos.
static bool GetSampleRaw(const std::vector< Pds::Matrix > &Block, unsigned int lin, unsigned int col, Pds::Vector &x)
Extrae una muestra de un bloque (std::vector<Pds::Matrix>) de N matrices (Pds::Matrix) de L elementos...
void Print(const std::string &str, unsigned int precision) const
Imprime en pantalla el contenido de la matriz después del texto indicado en str.

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed