Main MRPT website > C++ reference
MRPT logo
Deprecated List

Member Eigen::AlignedBox< _Scalar, _AmbientDim >::isNull () const
use isEmpty

Member Eigen::AlignedBox< _Scalar, _AmbientDim >::setNull ()
use setEmpty

Member Eigen::AlignedScaling2d

Member Eigen::AlignedScaling2f

Member Eigen::AlignedScaling3d

Member Eigen::AlignedScaling3f

Member Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::endFill ()
use finalize() Does nothing.

Member Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::fill (Index row, Index col)
use insert() inserts a nonzero coefficient at given coordinates row, col and returns its reference assuming that: 1 - the coefficient does not exist yet 2 - this the coefficient with greater inner coordinate for the given outer coordinate.

Member Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::fillrand (Index row, Index col)
use insert() Like fill() but with random inner coordinates.

Member Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::startFill (Index reserveSize=1000)
Set the matrix to zero and reserve the memory for reserveSize nonzero coefficients.

Member Eigen::SparseMatrix< _Scalar, _Options, _Index >::endFill ()
use finalize

Member Eigen::SparseMatrix< _Scalar, _Options, _Index >::fill (Index row, Index col)
use insert()

Member Eigen::SparseMatrix< _Scalar, _Options, _Index >::fillrand (Index row, Index col)
use insert() Like fill() but with random inner coordinates.

Member Eigen::SparseMatrix< _Scalar, _Options, _Index >::startFill (Index reserveSize=1000)
use setZero() and reserve() Initializes the filling process of *this.

Member Eigen::SparseVector< _Scalar, _Options, _Index >::endFill ()
use finalize()

Member Eigen::SparseVector< _Scalar, _Options, _Index >::fill (Index i)
use insertBack(Index)

Member Eigen::SparseVector< _Scalar, _Options, _Index >::fill (Index r, Index c)
use insertBack(Index,Index)

Member Eigen::SparseVector< _Scalar, _Options, _Index >::fillrand (Index r, Index c)
use insert(Index,Index)

Member Eigen::SparseVector< _Scalar, _Options, _Index >::fillrand (Index i)
use insert(Index)

Member Eigen::SparseVector< _Scalar, _Options, _Index >::startFill (Index reserve)
use setZero() and reserve()

Member mrpt::bayes::CKalmanFilterCapable< VEH_SIZE, OBS_SIZE, FEAT_SIZE, ACT_SIZE, KFTYPE >::OnInverseObservationModel (const KFArray_OBS &in_z, KFArray_FEAT &out_yn, KFMatrix_FxV &out_dyn_dxv, KFMatrix_FxO &out_dyn_dhn) const
This version of the method is deprecated. The alternative method is preferred to allow a greater flexibility.



Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo