Crocoddyl
 
Loading...
Searching...
No Matches
pseudoInverseAlgo< MatrixLike, value > Struct Template Reference

Public Types

typedef MatrixLike::RealScalar RealScalar
 
typedef MatrixLike::Scalar Scalar
 

Static Public Member Functions

static MatrixLike run (const Eigen::MatrixBase< MatrixLike > &a, const RealScalar &epsilon)
 

Detailed Description

template<typename MatrixLike, bool value = boost::is_floating_point<typename MatrixLike::Scalar>::value>
struct pseudoInverseAlgo< MatrixLike, value >

Definition at line 22 of file math.hpp.

Member Typedef Documentation

◆ Scalar

template<typename MatrixLike , bool value = boost::is_floating_point<typename MatrixLike::Scalar>::value>
typedef MatrixLike::Scalar Scalar

Definition at line 23 of file math.hpp.

◆ RealScalar

template<typename MatrixLike , bool value = boost::is_floating_point<typename MatrixLike::Scalar>::value>
typedef MatrixLike::RealScalar RealScalar

Definition at line 24 of file math.hpp.

Member Function Documentation

◆ run()

template<typename MatrixLike , bool value = boost::is_floating_point<typename MatrixLike::Scalar>::value>
static MatrixLike run ( const Eigen::MatrixBase< MatrixLike > &  a,
const RealScalar &  epsilon 
)
inlinestatic

Definition at line 26 of file math.hpp.


The documentation for this struct was generated from the following file: