Main MRPT website > C++ reference
MRPT logo
Deprecated List
Member Eigen::AlignedBox::isNull () const
use isEmpty
Member Eigen::AlignedBox::setNull ()
use setEmpty
Member Eigen::AlignedScaling2d
Member Eigen::AlignedScaling2f
Member Eigen::AlignedScaling3d
Member Eigen::AlignedScaling3f
Member Eigen::DynamicSparseMatrix::endFill ()
use finalize() Does nothing.
Member Eigen::DynamicSparseMatrix::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::fillrand (Index row, Index col)
use insert() Like fill() but with random inner coordinates.
Member Eigen::DynamicSparseMatrix::startFill (Index reserveSize=1000)
Set the matrix to zero and reserve the memory for reserveSize nonzero coefficients.
Member Eigen::SparseMatrix::endFill ()
use finalize
Member Eigen::SparseMatrix::fill (Index row, Index col)
use insert()
Member Eigen::SparseMatrix::fillrand (Index row, Index col)
use insert() Like fill() but with random inner coordinates.
Member Eigen::SparseMatrix::startFill (Index reserveSize=1000)
use setZero() and reserve() Initializes the filling process of *this.
Member Eigen::SparseVector::endFill ()
use finalize()
Member Eigen::SparseVector::fill (Index i)
use insertBack(Index)
Member Eigen::SparseVector::fill (Index r, Index c)
use insertBack(Index,Index)
Member Eigen::SparseVector::fillrand (Index r, Index c)
use insert(Index,Index)
Member Eigen::SparseVector::fillrand (Index i)
use insert(Index)
Member Eigen::SparseVector::startFill (Index reserve)
use setZero() and reserve()
Member mrpt::bayes::CKalmanFilterCapable::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.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011