$search

Eigen::internal::DlsInverseReturnType< MatrixType > Class Template Reference

Expression type for return value of MatrixInverter::dlsInverse(). Compute the damped least-squares inverse of a matrix. More...

#include <matrix_inverter.h>

List of all members.

Public Types

typedef Matrix::Index Index
typedef MatrixType Matrix
typedef KDL::MatrixInverter
< MatrixType > 
MatrixInverter
typedef Matrix::Scalar Scalar
typedef MatrixInverter::SVD SVD
typedef MatrixInverter::Vector Vector

Public Member Functions

Index cols () const
 DlsInverseReturnType (MatrixInverter &inverter)
template<typename ResultType >
void evalTo (ResultType &result) const
 Perform inverse computation.
Index rows () const

Private Attributes

MatrixInverterinverter_
 Inverter associated to this instance.

Detailed Description

template<typename MatrixType>
class Eigen::internal::DlsInverseReturnType< MatrixType >

Expression type for return value of MatrixInverter::dlsInverse(). Compute the damped least-squares inverse of a matrix.

Template Parameters:
MatrixType Type of underlying dense matrix.
See also:
class KDL::MatrixInverter

Definition at line 360 of file matrix_inverter.h.


Member Typedef Documentation

template<typename MatrixType >
typedef Matrix::Index Eigen::internal::DlsInverseReturnType< MatrixType >::Index

Definition at line 364 of file matrix_inverter.h.

template<typename MatrixType >
typedef MatrixType Eigen::internal::DlsInverseReturnType< MatrixType >::Matrix

Definition at line 363 of file matrix_inverter.h.

template<typename MatrixType >
typedef KDL::MatrixInverter<MatrixType> Eigen::internal::DlsInverseReturnType< MatrixType >::MatrixInverter

Definition at line 366 of file matrix_inverter.h.

template<typename MatrixType >
typedef Matrix::Scalar Eigen::internal::DlsInverseReturnType< MatrixType >::Scalar

Definition at line 365 of file matrix_inverter.h.

template<typename MatrixType >
typedef MatrixInverter::SVD Eigen::internal::DlsInverseReturnType< MatrixType >::SVD

Definition at line 368 of file matrix_inverter.h.

template<typename MatrixType >
typedef MatrixInverter::Vector Eigen::internal::DlsInverseReturnType< MatrixType >::Vector

Definition at line 367 of file matrix_inverter.h.


Constructor & Destructor Documentation

template<typename MatrixType >
Eigen::internal::DlsInverseReturnType< MatrixType >::DlsInverseReturnType ( MatrixInverter inverter  )  [inline]
Parameters:
inverter Inverter associated to this instance.

Definition at line 371 of file matrix_inverter.h.


Member Function Documentation

template<typename MatrixType >
Index Eigen::internal::DlsInverseReturnType< MatrixType >::cols (  )  const [inline]
Returns:
Number of columns of the inverted matrix.

Definition at line 377 of file matrix_inverter.h.

template<typename MatrixType >
template<typename ResultType >
void Eigen::internal::DlsInverseReturnType< MatrixType >::evalTo ( ResultType &  result  )  const [inline]

Perform inverse computation.

Definition at line 486 of file matrix_inverter.h.

template<typename MatrixType >
Index Eigen::internal::DlsInverseReturnType< MatrixType >::rows (  )  const [inline]
Returns:
Number of rows of the inverted matrix.

Definition at line 376 of file matrix_inverter.h.


Member Data Documentation

template<typename MatrixType >
MatrixInverter& Eigen::internal::DlsInverseReturnType< MatrixType >::inverter_ [private]

Inverter associated to this instance.

Definition at line 380 of file matrix_inverter.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends


reem_kinematics_constraint_aware
Author(s): Adolfo Rodriguez Tsouroukdissian, Hilario Tome.
autogenerated on Fri Mar 1 17:27:14 2013