#include <Eigen/Core>
#include "g2o/core/eigen_types.h"
Go to the source code of this file.
|
| template<typename MatrixType > |
| void | g2o::internal::axpy (const MatrixType &A, const Eigen::Map< const VectorX > &x, int xoff, Eigen::Map< VectorX > &y, int yoff) |
| |
| template<int t> |
| void | g2o::internal::axpy (const Eigen::Matrix< double, Eigen::Dynamic, t > &A, const Eigen::Map< const VectorX > &x, int xoff, Eigen::Map< VectorX > &y, int yoff) |
| |
| template<> |
| void | g2o::internal::axpy< MatrixX > (const MatrixX &A, const Eigen::Map< const VectorX > &x, int xoff, Eigen::Map< VectorX > &y, int yoff) |
| |
| template<typename MatrixType > |
| void | g2o::internal::atxpy (const MatrixType &A, const Eigen::Map< const VectorX > &x, int xoff, Eigen::Map< VectorX > &y, int yoff) |
| |
| template<int t> |
| void | g2o::internal::atxpy (const Eigen::Matrix< double, Eigen::Dynamic, t > &A, const Eigen::Map< const VectorX > &x, int xoff, Eigen::Map< VectorX > &y, int yoff) |
| |
| template<> |
| void | g2o::internal::atxpy< MatrixX > (const MatrixX &A, const Eigen::Map< const VectorX > &x, int xoff, Eigen::Map< VectorX > &y, int yoff) |
| |