Home | Develop | Download | Contact
example_matrix_export_sample_block.cpp
1
30#include <cmath>
31#include <Pds/Ra>
32
33int main(void)
34{
35 std::string str;
37 Pds::Ra::SaveString("filedatblock.xml",str);
38
39 std::vector<Pds::Matrix> D;
41
42 for(unsigned int n=0;n<D.size();n++)
43 D[n].Print("\nD["+std::to_string(n)+"]:\n");
44
45 return 0;
46}
Pds::Matrix Eye(unsigned int N)
Retorna una matriz con unos en la diagonal y el resto ceros.
Pds::Matrix Ones(const Pds::Size &S)
Retorna una matriz con unos.
static std::vector< Pds::Matrix > ImportSampleBlockXmlFromString(const std::string &str)
Carga el contenido de una std::vector<Pds::Matrix> desde un std::string en formato Xml.
static std::string ExportSampleBlockXmlToString(const std::vector< Pds::Matrix > &Block)
Retorna un std::string en formato Xml con el contenido del SampleBlock.
bool SaveString(const std::string &filepath, const std::string &str)
Save the string in a text file.

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed