|
g2o
|
#include <iostream>#include <unsupported/Eigen/MatrixFunctions>

Go to the source code of this file.
Functions | |
| template<typename MatrixType > | |
| void | continuousToDiscrete (MatrixType &Fd, MatrixType &Qd, const MatrixType &Fc, const MatrixType &Qc, double dt) |
| void continuousToDiscrete | ( | MatrixType & | Fd, |
| MatrixType & | Qd, | ||
| const MatrixType & | Fc, | ||
| const MatrixType & | Qc, | ||
| double | dt | ||
| ) |
Definition at line 9 of file continuous_to_discrete.h.