Shapeworks Studio
2.1
Shape analysis software suite
|
Classes | |
class | Iterator |
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) |
void | setZero () |
void | restart () |
Scalar & | coeffRef (Index i) |
Scalar & | coeff (Index i) |
void | resize (Index size) |
Index | size () const |
Protected Member Functions | |
void | reallocate (Index size) |
void | reallocateSparse () |
Definition at line 23 of file AmbiVector.h.
_Index Eigen::internal::AmbiVector< _Scalar, _Index >::nonZeros | ( | ) | const |
Definition at line 125 of file AmbiVector.h.
void Eigen::internal::AmbiVector< _Scalar, _Index >::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.
Definition at line 159 of file AmbiVector.h.
|
inline |
Specifies a sub-vector to work on
Definition at line 42 of file AmbiVector.h.
void Eigen::internal::AmbiVector< _Scalar, _Index >::setZero | ( | ) |
Set all coefficients of current subvector to zero
Definition at line 166 of file AmbiVector.h.