Main MRPT website > C++ reference
MRPT logo
Eigen::SparseVector Member List
This is the complete list of members for Eigen::SparseVector, including all inherited members.
_data()Eigen::SparseVector [inline]
_data() const Eigen::SparseVector [inline]
_experimentalNewProduct(const Lhs &lhs, const Rhs &rhs)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
_innerIndexPtr() const Eigen::SparseVector [inline]
_innerIndexPtr()Eigen::SparseVector [inline]
_valuePtr() const Eigen::SparseVector [inline]
_valuePtr()Eigen::SparseVector [inline]
adjoint() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
AdjointReturnType typedefEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
assignGeneric(const OtherDerived &other)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
Base typedefEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
binaryExpr(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cast() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
coeff(Index row, Index col) const Eigen::SparseVector [inline]
coeff(Index i) const Eigen::SparseVector [inline]
CoeffReadCost enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
coeffRef(Index row, Index col)Eigen::SparseVector [inline]
coeffRef(Index i)Eigen::SparseVector [inline]
col(Index j)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
col(Index j) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
cols() const Eigen::SparseVector [inline]
ColsAtCompileTime enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
conjugate() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseAbs() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseAbs2() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseEqual(const Scalar &s) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseInverse() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseMin(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseNotEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseProduct(const MatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
cwiseQuotient(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
cwiseSqrt() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
dot(const MatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
dot(const SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
EIGEN_CWISE_PRODUCT_RETURN_TYPE(Derived, OtherDerived) cwiseProduct(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
endFill()Eigen::SparseVector [inline]
eval() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
evalTo(MatrixBase< DenseDerived > &dst) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
fill(Index r, Index c)Eigen::SparseVector [inline]
fill(Index i)Eigen::SparseVector [inline]
fillrand(Index r, Index c)Eigen::SparseVector [inline]
fillrand(Index i)Eigen::SparseVector [inline]
finalize()Eigen::SparseVector [inline]
Flags enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
imag() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
imag()Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
Index typedefEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
innerNonZeros(Index j) const Eigen::SparseVector [inline]
innerSize() const Eigen::SparseVector [inline]
innerVector(Index outer)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
innerVector(Index outer) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
innerVectors(Index outerStart, Index outerSize)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
innerVectors(Index outerStart, Index outerSize) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
insert(Index row, Index col)Eigen::SparseVector [inline]
insert(Index i)Eigen::SparseVector [inline]
insertBack(Index i)Eigen::SparseVector [inline]
insertBackByOuterInner(Index outer, Index inner)Eigen::SparseVector [inline]
isApprox(const SparseMatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
isApprox(const MatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
IsColVector enum valueEigen::SparseVector
IsRowMajor enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
isRValue() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
isVector() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
IsVectorAtCompileTime enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
m_dataEigen::SparseVector
m_isRValueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [protected]
m_sizeEigen::SparseVector
markAsRValue()Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
MaxColsAtCompileTime enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
MaxRowsAtCompileTime enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
MaxSizeAtCompileTime enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
nonZeros() const Eigen::SparseVector [inline]
norm() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator*(const Scalar &scalar) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
operator*(const RealScalar &scalar) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator*(const std::complex< Scalar > &scalar) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
operator*(const Scalar &scalar, const StorageBaseType &matrix)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [friend]
operator*(const std::complex< Scalar > &scalar, const StorageBaseType &matrix)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [friend]
operator*(const SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator*(const DiagonalBase< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator*(const DiagonalBase< OtherDerived > &lhs, const SparseMatrixBase &rhs)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [friend]
operator*(const MatrixBase< OtherDerived > &lhs, const Derived &rhs)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [friend]
operator*(const MatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator*=(const Scalar &other)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator*=(const SparseMatrixBase< OtherDerived > &other)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator+=(const SparseMatrixBase< OtherDerived > &other)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator-() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
operator-=(const SparseMatrixBase< OtherDerived > &other)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator/(const Scalar &scalar) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
operator/=(const Scalar &other)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
operator<<(std::ostream &s, const SparseVector &m)Eigen::SparseVector [friend]
SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >::operator<<(std::ostream &s, const SparseMatrixBase &m)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [friend]
operator=(const SparseVector &other)Eigen::SparseVector [inline]
operator=(const SparseMatrixBase< OtherDerived > &other)Eigen::SparseVector [inline]
SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >::operator=(const EigenBase< OtherDerived > &other)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >::operator=(const Derived &other)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >::operator=(const ReturnByValue< OtherDerived > &other)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >::operator=(const SparseSparseProduct< Lhs, Rhs > &product)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
Options enum valueEigen::SparseVector
outerSize() const Eigen::SparseVector [inline]
PacketScalar typedefEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
PlainObject typedefEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
prune(Scalar reference, RealScalar epsilon=NumTraits< RealScalar >::dummy_precision())Eigen::SparseVector [inline]
real() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
real()Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
reserve(Index reserveSize)Eigen::SparseVector [inline]
resize(Index rows, Index cols)Eigen::SparseVector [inline]
resize(Index newSize)Eigen::SparseVector [inline]
resizeNonZeros(Index size)Eigen::SparseVector [inline]
row(Index i)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
row(Index i) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
rows() const Eigen::SparseVector [inline]
RowsAtCompileTime enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
Scalar typedefEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
selfadjointView() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
selfadjointView()Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
setZero()Eigen::SparseVector [inline]
size() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
SizeAtCompileTime enum valueEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
SparseBase typedefEigen::SparseVector
SparseMatrixBase()Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
SparseVector()Eigen::SparseVector [inline]
SparseVector(Index size)Eigen::SparseVector [inline]
SparseVector(Index rows, Index cols)Eigen::SparseVector [inline]
SparseVector(const MatrixBase< OtherDerived > &other)Eigen::SparseVector [inline]
SparseVector(const SparseMatrixBase< OtherDerived > &other)Eigen::SparseVector [inline]
SparseVector(const SparseVector &other)Eigen::SparseVector [inline]
squaredNorm() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
startFill(Index reserve)Eigen::SparseVector [inline]
startVec(Index outer)Eigen::SparseVector [inline]
StorageBaseType typedefEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
StorageKind typedefEigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
subcols(Index start, Index size)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
subcols(Index start, Index size) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
subrows(Index start, Index size)Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
subrows(Index start, Index size) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >
sum() const Eigen::SparseVector
swap(SparseVector &other)Eigen::SparseVector [inline]
toDense() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
transpose()Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
transpose() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
triangularView() const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
unaryViewExpr(const CustomViewOp &func=CustomViewOp()) const Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > > [inline]
~SparseVector()Eigen::SparseVector [inline]



Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011