39 std::vector<Pds::Matrix> D;
42 for(
unsigned int n=0;n<D.size();n++)
43 D[n].Print(
"\nD["+std::to_string(n)+
"]:\n");
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.