Go to the source code of this file.
Namespaces | |
namespace | g2o |
Executes code, only if secs are gone since last exec. | |
Functions | |
template<typename MatrixType > | |
void | g2o::atxpy (const MatrixType &A, Map< const VectorXd > &x, int xoff, Map< VectorXd > &y, int yoff) |
template<> | |
void | g2o::atxpy (const MatrixXd &A, Map< const VectorXd > &x, int xoff, Map< VectorXd > &y, int yoff) |
template<typename MatrixType > | |
void | g2o::axpy (const MatrixType &A, const Map< VectorXd > &x, int xoff, Map< VectorXd > &y, int yoff) |
template<> | |
void | g2o::axpy (const MatrixXd &A, const Map< VectorXd > &x, int xoff, Map< VectorXd > &y, int yoff) |
template<class MatrixType > | |
std::ostream & | g2o::operator<< (std::ostream &, const SparseBlockMatrix< MatrixType > &m) |