|
TR-mbed 1.0
|
Public Types | |
| typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
| typedef SparseFunctor< Scalar, int > | Base |
| typedef Base::JacobianType | JacobianType |
Public Types inherited from Eigen::SparseFunctor< Scalar, int > | |
| enum | |
| typedef Scalar | Scalar |
| typedef int | Index |
| typedef Matrix< Scalar, Dynamic, 1 > | InputType |
| typedef Matrix< Scalar, Dynamic, 1 > | ValueType |
| typedef SparseMatrix< Scalar, ColMajor, Index > | JacobianType |
| typedef SparseQR< JacobianType, COLAMDOrdering< int > > | QRSolver |
Public Member Functions | |
| sparseGaussianTest (int inputs, int values) | |
| VectorType | model (const VectorType &uv, VectorType &x) |
| void | initPoints (VectorType &uv_ref, VectorType &x) |
| int | operator() (const VectorType &uv, VectorType &fvec) |
| int | df (const VectorType &uv, JacobianType &fjac) |
Public Member Functions inherited from Eigen::SparseFunctor< Scalar, int > | |
| SparseFunctor (int inputs, int values) | |
| int | inputs () const |
| int | values () const |
Public Attributes | |
| VectorType | m_x |
| VectorType | m_y |
Public Attributes inherited from Eigen::SparseFunctor< Scalar, int > | |
| const int | m_inputs |
| const int | m_values |
| typedef SparseFunctor<Scalar,int> sparseGaussianTest< Scalar >::Base |
| typedef Base::JacobianType sparseGaussianTest< Scalar >::JacobianType |
| typedef Matrix<Scalar,Dynamic,1> sparseGaussianTest< Scalar >::VectorType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| VectorType sparseGaussianTest< Scalar >::m_x |
| VectorType sparseGaussianTest< Scalar >::m_y |