g2o
Loading...
Searching...
No Matches
Namespaces | Functions
linear_solver_pcg.hpp File Reference
#include <cassert>
#include "g2o/stuff/logger.h"
Include dependency graph for linear_solver_pcg.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  internal
 

Functions

template<typename MatrixType >
void internal::pcg_axy (const MatrixType &A, const VectorX &x, int xoff, VectorX &y, int yoff)
 
template<>
void internal::pcg_axy (const MatrixX &A, const VectorX &x, int xoff, VectorX &y, int yoff)
 
template<typename MatrixType >
void internal::pcg_axpy (const MatrixType &A, const VectorX &x, int xoff, VectorX &y, int yoff)
 
template<>
void internal::pcg_axpy (const MatrixX &A, const VectorX &x, int xoff, VectorX &y, int yoff)
 
template<typename MatrixType >
void internal::pcg_atxpy (const MatrixType &A, const VectorX &x, int xoff, VectorX &y, int yoff)
 
template<>
void internal::pcg_atxpy (const MatrixX &A, const VectorX &x, int xoff, VectorX &y, int yoff)