#include <rdl_eigenmath.h>
|
typedef Eigen::Matrix3d | Base |
|
|
template<typename OtherDerived > |
| Matrix3d (const Eigen::MatrixBase< OtherDerived > &other) |
|
EIGEN_STRONG_INLINE | Matrix3d () |
|
EIGEN_STRONG_INLINE | Matrix3d (const double &m00, const double &m01, const double &m02, const double &m10, const double &m11, const double &m12, const double &m20, const double &m21, const double &m22) |
|
template<typename OtherDerived > |
Matrix3d & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
|
Definition at line 102 of file rdl_eigenmath.h.
template<typename OtherDerived >
RobotDynamics::Math::Matrix3d::Matrix3d |
( |
const Eigen::MatrixBase< OtherDerived > & |
other | ) |
|
|
inline |
EIGEN_STRONG_INLINE RobotDynamics::Math::Matrix3d::Matrix3d |
( |
| ) |
|
|
inline |
EIGEN_STRONG_INLINE RobotDynamics::Math::Matrix3d::Matrix3d |
( |
const double & |
m00, |
|
|
const double & |
m01, |
|
|
const double & |
m02, |
|
|
const double & |
m10, |
|
|
const double & |
m11, |
|
|
const double & |
m12, |
|
|
const double & |
m20, |
|
|
const double & |
m21, |
|
|
const double & |
m22 |
|
) |
| |
|
inline |
template<typename OtherDerived >
Matrix3d& RobotDynamics::Math::Matrix3d::operator= |
( |
const Eigen::MatrixBase< OtherDerived > & |
other | ) |
|
|
inline |
The documentation for this class was generated from the following file: