g2o
Namespaces | Functions
sparse_helper.h File Reference
#include "g2o_stuff_api.h"
#include <string>
Include dependency graph for sparse_helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 g2o
 

Functions

G2O_STUFF_API bool g2o::writeVector (const std::string &filename, const double *v, int n)
 
G2O_STUFF_API bool g2o::writeCCSMatrix (const std::string &filename, int rows, int cols, const int *p, const int *i, const double *v, bool upperTriangleSymmetric=true)