Deprecated List

Member AlignedScaling2d

Member AlignedScaling2f

Member AlignedScaling3d

Member AlignedScaling3f

Member Eigen::AlignedBox::isNull () const
use isEmpty

Member Eigen::AlignedBox::setNull ()
use setEmpty

Member Eigen::Cwise::abs () const
ArrayBase::abs()

Member Eigen::Cwise::abs2 () const
ArrayBase::abs2()

Member Eigen::Cwise::cos () const
ArrayBase::cos()

Member Eigen::Cwise::cube () const
ArrayBase::cube()

Member Eigen::Cwise::CwiseBinaryOp (max)(const MatrixBase< OtherDerived > &other) const

ArrayBase::max()

ArrayBase::min()

Member Eigen::Cwise::exp () const
ArrayBase::exp()

Member Eigen::Cwise::inverse () const
ArrayBase::inverse()

Member Eigen::Cwise::log () const
ArrayBase::log()

Member Eigen::Cwise::operator!= (const MatrixBase< OtherDerived > &other) const
ArrayBase::operator!=()

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

Member Eigen::Cwise::operator+ (const Scalar &scalar) const
ArrayBase::operator+(Scalar)

Member Eigen::Cwise::operator+= (const Scalar &scalar)
ArrayBase::operator+=(Scalar)

Member Eigen::Cwise::operator- (const Scalar &scalar) const
ArrayBase::operator-(Scalar)

Member Eigen::Cwise::operator-= (const Scalar &scalar)
ArrayBase::operator-=(Scalar)

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

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

Member Eigen::Cwise::operator< (const MatrixBase< OtherDerived > &other) const
ArrayBase::operator<()

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

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

Member Eigen::Cwise::operator> (const MatrixBase< OtherDerived > &other) const
ArrayBase::operator>()

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

Member Eigen::Cwise::pow (const Scalar &exponent) const
ArrayBase::log()

Member Eigen::Cwise::sin () const
ArrayBase::sin()

Member Eigen::Cwise::sqrt () const
ArrayBase::sqrt()

Member Eigen::Cwise::square () const
ArrayBase::square()

Member Eigen::DynamicSparseMatrix::endFill ()
use finalize() Does nothing. Provided for compatibility with SparseMatrix.

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. 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 Eigen::DynamicSparseMatrix::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 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)

use insertBack(Index,Index)

Member Eigen::SparseVector::fillrand (Index i)

use insert(Index)

use insert(Index,Index)

Member Eigen::SparseVector::startFill (Index reserve)
use setZero() and reserve()

Member EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE

ArrayBase::operator!=(Scalar)

ArrayBase::operator==(Scalar)

ArrayBase::operator>=(Scalar)

ArrayBase::operator>(Scalar)

ArrayBase::operator<=(Scalar)

ArrayBase::operator<(Scalar)

ArrayBase::operator==(Scalar)

ArrayBase::operator>=(Scalar)

ArrayBase::operator>(Scalar)

ArrayBase::operator<=(Scalar)

ArrayBase::operator<(Scalar)

Member EIGEN_CWISE_PRODUCT_RETURN_TYPE
ArrayBase::operator*()

Generated on 15 Aug 2012 for Eigen by  doxygen 1.6.1