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. Provided for compatibility with SparseMatrix.

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. In other words, assuming *this is column-major, then there must not exists any nonzero coefficient of coordinates i x col such that i >= row. Otherwise the matrix is invalid.

Member DynamicSparseMatrix< _Scalar, _Options, _Index >::fillrand (Index row, Index col)
use insert() Like fill() but with random inner coordinates. Compared to the generic coeffRef(), the unique limitation is that we assume the coefficient does not exist yet.

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::greater_equal) Cwise< ExpressionType >
ArrayBase::operator>=()

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::not_equal_to) Cwise< ExpressionType >
ArrayBase::operator!=()

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

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

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::less) Cwise< ExpressionType >
ArrayBase::operator<(Scalar)

Member EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::greater) 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_COMP_TO_SCALAR_RETURN_TYPE (std::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_sqrt_op) Cwise< ExpressionType >
ArrayBase::sqrt()

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

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

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

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_sin_op) Cwise< ExpressionType >
ArrayBase::sin()

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 EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_log_op) Cwise< ExpressionType >
ArrayBase::log()

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 r, Index c)
use insertBack(Index,Index)

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

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

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

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

Member TiXmlHandle::Element () const

use ToElement. Return the handle as a TiXmlElement. This may return null.

use ToElement. Return the handle as a TiXmlElement. This may return null.

Member TiXmlHandle::Node () const

use ToNode. Return the handle as a TiXmlNode. This may return null.

use ToNode. Return the handle as a TiXmlNode. This may return null.

Member TiXmlHandle::Text () const

use ToText() Return the handle as a TiXmlText. This may return null.

use ToText() Return the handle as a TiXmlText. This may return null.

Member TiXmlHandle::Unknown () const

use ToUnknown() Return the handle as a TiXmlUnknown. This may return null.

use ToUnknown() Return the handle as a TiXmlUnknown. This may return null.