g2o
Namespaces | Functions
sparse_helper.cpp File Reference
#include "sparse_helper.h"
#include <string>
#include <fstream>
#include <iomanip>
#include <vector>
#include <algorithm>
Include dependency graph for sparse_helper.cpp:

Go to the source code of this file.

Namespaces

 g2o
 

Functions

bool g2o::writeVector (const string &filename, const double *v, int n)
 
bool g2o::writeCCSMatrix (const string &filename, int rows, int cols, const int *Ap, const int *Ai, const double *Ax, bool upperTriangleSymmetric)