Main MRPT website > C++ reference
MRPT logo

Deprecated List

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

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

Member AlignedScaling2d

Member AlignedScaling2f

Member AlignedScaling3d

Member AlignedScaling3f

Member Cwise< ExpressionType >::operator*= (const MatrixBase< OtherDerived > &other)
ArrayBase::operator*=()

Member Cwise< ExpressionType >::operator+ (const Scalar &scalar) const
ArrayBase::operator+(Scalar)

Member Cwise< ExpressionType >::operator+= (const Scalar &scalar)
ArrayBase::operator+=(Scalar)

Member Cwise< ExpressionType >::operator- (const Scalar &scalar) const
ArrayBase::operator-(Scalar)

Member Cwise< ExpressionType >::operator-= (const Scalar &scalar)
ArrayBase::operator-=(Scalar)

Member Cwise< ExpressionType >::operator/= (const MatrixBase< OtherDerived > &other)
ArrayBase::operator/=()

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

Member 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 DynamicSparseMatrix< _Scalar, _Options, _Index >::fillrand (Index row, Index col)
use insert() Like fill() but with random inner coordinates.

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

Member EIGEN_CWISE_BINOP_RETURN_TYPE (internal::scalar_quotient_op) Cwise< ExpressionType >
ArrayBase::operator/()

Member EIGEN_CWISE_BINOP_RETURN_TYPE (internal::scalar_min_op) Cwise< ExpressionType >
ArrayBase::min()

Member EIGEN_CWISE_BINOP_RETURN_TYPE (internal::scalar_max_op) Cwise< ExpressionType >
ArrayBase::max()

Member EIGEN_CWISE_BINOP_RETURN_TYPE (std::less) Cwise< ExpressionType >
ArrayBase::operator<()

Member EIGEN_CWISE_BINOP_RETURN_TYPE (std::less_equal) Cwise< ExpressionType >
ArrayBase::<=()

Member EIGEN_CWISE_BINOP_RETURN_TYPE (std::greater) Cwise< ExpressionType >
ArrayBase::operator>()

Member EIGEN_CWISE_BINOP_RETURN_TYPE (std::greater_equal) Cwise< ExpressionType >
ArrayBase::operator>=()

Member EIGEN_CWISE_BINOP_RETURN_TYPE (std::equal_to) Cwise< ExpressionType >
ArrayBase::operator==()

Member EIGEN_CWISE_BINOP_RETURN_TYPE (std::not_equal_to) Cwise< ExpressionType >
ArrayBase::operator!=()

Member EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::greater) Cwise< ExpressionType >
ArrayBase::operator>(Scalar)

Member EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::equal_to) Cwise< ExpressionType >
ArrayBase::operator==(Scalar)

Member EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::less) Cwise< ExpressionType >
ArrayBase::operator<(Scalar)

Member EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::less_equal) Cwise< ExpressionType >
ArrayBase::operator<=(Scalar)

Member EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::greater_equal) Cwise< ExpressionType >
ArrayBase::operator>=(Scalar)

Member EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::not_equal_to) Cwise< ExpressionType >
ArrayBase::operator!=(Scalar)

Member EIGEN_CWISE_PRODUCT_RETURN_TYPE (ExpressionType, OtherDerived) Cwise< ExpressionType >
ArrayBase::operator*()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_abs2_op) Cwise< ExpressionType >
ArrayBase::abs2()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_cos_op) Cwise< ExpressionType >
ArrayBase::cos()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_sqrt_op) Cwise< ExpressionType >
ArrayBase::sqrt()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_sin_op) Cwise< ExpressionType >
ArrayBase::sin()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_inverse_op) Cwise< ExpressionType >
ArrayBase::inverse()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_square_op) Cwise< ExpressionType >
ArrayBase::square()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_cube_op) Cwise< ExpressionType >
ArrayBase::cube()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_pow_op) Cwise< ExpressionType >
ArrayBase::log()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_log_op) Cwise< ExpressionType >
ArrayBase::log()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_abs_op) Cwise< ExpressionType >
ArrayBase::abs()

Member EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_exp_op) Cwise< ExpressionType >
ArrayBase::exp()

Member MatrixBase< Derived >::end ()
use DenseMase::tail()

Member MatrixBase< Derived >::end () const
use DenseMase::tail()

Member MatrixBase< Derived >::part ()
use MatrixBase::triangularView()

Member MatrixBase< Derived >::part () const
use MatrixBase::triangularView()

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.

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

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

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

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

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

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

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

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

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

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



Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011