|
TR-mbed 1.0
|
#include <AmbiVector.h>
Classes | |
| class | Iterator |
| struct | ListEl |
Public Types | |
| typedef _Scalar | Scalar |
| typedef _StorageIndex | StorageIndex |
| 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) |
| void | setZero () |
| void | restart () |
| Scalar & | coeffRef (Index i) |
| Scalar & | coeff (Index i) |
| ~AmbiVector () | |
| void | resize (Index size) |
| StorageIndex | size () const |
Protected Member Functions | |
| StorageIndex | convert_index (Index idx) |
| void | reallocate (Index size) |
| void | reallocateSparse () |
| typedef NumTraits<Scalar>::Real Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::RealScalar |
| typedef _Scalar Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::Scalar |
| typedef _StorageIndex Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::StorageIndex |
|
inlineexplicit |
|
inline |
| _Scalar & Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::coeff | ( | Index | i | ) |
| _Scalar & Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::coeffRef | ( | Index | i | ) |
|
inlineprotected |
| void Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::init | ( | double | estimatedDensity | ) |
| void Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::init | ( | int | mode | ) |
| Index Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::nonZeros | ( | ) | const |
|
inlineprotected |
|
inlineprotected |
|
inline |
| void Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::restart | ( | ) |
Must be called whenever we might perform a write access with an index smaller than the previous one.
Don't worry, this function is extremely cheap.
|
inline |
Specifies a sub-vector to work on
| void Eigen::internal::AmbiVector< _Scalar, _StorageIndex >::setZero | ( | ) |
Set all coefficients of current subvector to zero
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |