Classes | |
| class | Iterator |
| Iterator over the nonzero coefficients. More... | |
| struct | ListEl |
Public Types | |
| typedef _Scalar | Scalar |
| typedef _Index | Index |
| typedef NumTraits< Scalar >::Real | RealScalar |
Public Member Functions | |
| AmbiVector (Index size) | |
| void | init (double estimatedDensity) |
| void | init (int mode) |
| Index | nonZeros () const |
| void | setBounds (Index start, Index end) |
| Specifies a sub-vector to work on. | |
| void | setZero () |
| Set all coefficients of current subvector to zero. | |
| void | restart () |
| Must be called whenever we might perform a write access with an index smaller than the previous one. | |
| Scalar & | coeffRef (Index i) |
| Scalar & | coeff (Index i) |
| ~AmbiVector () | |
| void | resize (Index size) |
| Index | size () const |
Protected Member Functions | |
| void | reallocate (Index size) |
| void | reallocateSparse () |
Protected Attributes | |
| Scalar * | m_buffer |
| Scalar | m_zero |
| Index | m_size |
| Index | m_start |
| Index | m_end |
| Index | m_allocatedSize |
| Index | m_allocatedElements |
| Index | m_mode |
| Index | m_llStart |
| Index | m_llCurrent |
| Index | m_llSize |
| typedef _Index Eigen::AmbiVector::Index |
| typedef NumTraits<Scalar>::Real Eigen::AmbiVector::RealScalar |
| typedef _Scalar Eigen::AmbiVector::Scalar |
| _Index Eigen::AmbiVector::nonZeros | ( | ) | const |
| void Eigen::AmbiVector::reallocate | ( | Index | size | ) | [inline, protected] |
| void Eigen::AmbiVector::reallocateSparse | ( | ) | [inline, protected] |
| void Eigen::AmbiVector::restart | ( | ) |
| void Eigen::AmbiVector::setZero | ( | ) |
Index Eigen::AmbiVector::m_allocatedElements [protected] |
Index Eigen::AmbiVector::m_allocatedSize [protected] |
Scalar* Eigen::AmbiVector::m_buffer [protected] |
Index Eigen::AmbiVector::m_end [protected] |
Index Eigen::AmbiVector::m_llCurrent [protected] |
Index Eigen::AmbiVector::m_llSize [protected] |
Index Eigen::AmbiVector::m_llStart [protected] |
Index Eigen::AmbiVector::m_mode [protected] |
Index Eigen::AmbiVector::m_size [protected] |
Index Eigen::AmbiVector::m_start [protected] |
Scalar Eigen::AmbiVector::m_zero [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |