28 SM.insert_submatrix(0, 0, COV1);
29 SM.insert_submatrix(6, 6, COV2);
34 cout <<
"M (as dense):\n" << M;
36 cout <<
"Saving to sparse_demo1.txt...\n";
37 SM.saveToTextFile_sparse(
"sparse_demo1.txt");
40 cout <<
"Compressing as CCS...\n";
41 SM.compressFromTriplet();
43 cout <<
"Saving to sparse_demo2.txt...\n";
44 SM.saveToTextFile_sparse(
"sparse_demo2.txt");
51 cout <<
"L:\n" << L << endl;
63 cout <<
"MRPT exception caught: " << e.what() << endl;
68 printf(
"Another exception!!");
MATRIX drawDefinitePositiveMatrix(const size_t dim, const double std_scale=1.0, const double diagonal_epsilon=1e-8)
Generates a random definite-positive matrix of the given size, using the formula C = v*v^t + epsilon*...
Auxiliary class to hold the results of a Cholesky factorization of a sparse matrix.
A sparse matrix structure, wrapping T.
This base provides a set of functions for maths stuff.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
CRandomGenerator & getRandomGenerator()
A static instance of a CRandomGenerator class, for use in single-thread applications.