Typedefs | Functions
Tutorial_sparse_example.cpp File Reference
#include <Eigen/Sparse>
#include <vector>
#include <iostream>
Include dependency graph for Tutorial_sparse_example.cpp:

Go to the source code of this file.

Typedefs

typedef Eigen::SparseMatrix< double > SpMat
 
typedef Eigen::Triplet< double > T
 

Functions

void buildProblem (std::vector< T > &coefficients, Eigen::VectorXd &b, int n)
 
int main (int argc, char **argv)
 
void saveAsBitmap (const Eigen::VectorXd &x, int n, const char *filename)
 

Typedef Documentation

◆ SpMat

typedef Eigen::SparseMatrix<double> SpMat

Definition at line 5 of file Tutorial_sparse_example.cpp.

◆ T

typedef Eigen::Triplet<double> T

Definition at line 6 of file Tutorial_sparse_example.cpp.

Function Documentation

◆ buildProblem()

void buildProblem ( std::vector< T > &  coefficients,
Eigen::VectorXd &  b,
int  n 
)

Definition at line 19 of file Tutorial_sparse_example_details.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 11 of file Tutorial_sparse_example.cpp.

◆ saveAsBitmap()

void saveAsBitmap ( const Eigen::VectorXd &  x,
int  n,
const char *  filename 
)

Definition at line 37 of file Tutorial_sparse_example_details.cpp.



gtsam
Author(s):
autogenerated on Wed May 15 2024 15:27:19