#include <Eigen/Core>
Go to the source code of this file.
|
template<typename Scalar > |
Scalar | distance (Scalar a, Scalar b) |
| Compute sqrt(a^2 + b^2) More...
|
|
template<class Derived > |
void | print_vector (const char *name, Eigen::MatrixBase< Derived > &x, int n) |
|
template<class Derived > |
void | print_matrix (const char *name, Eigen::MatrixBase< Derived > &x, int n) |
|
◆ distance()
template<typename Scalar >
Scalar distance |
( |
Scalar |
a, |
|
|
Scalar |
b |
|
) |
| |
|
inline |
◆ print_matrix()
template<class Derived >
void print_matrix |
( |
const char * |
name, |
|
|
Eigen::MatrixBase< Derived > & |
x, |
|
|
int |
n |
|
) |
| |
◆ print_vector()
template<class Derived >
void print_vector |
( |
const char * |
name, |
|
|
Eigen::MatrixBase< Derived > & |
x, |
|
|
int |
n |
|
) |
| |