|
| CompressedStorage (size_t size) |
|
| CompressedStorage (const CompressedStorage &other) |
|
CompressedStorage & | operator= (const CompressedStorage &other) |
|
void | swap (CompressedStorage &other) |
|
void | reserve (size_t size) |
|
void | squeeze () |
|
void | resize (size_t size, float reserveSizeFactor=0) |
|
void | append (const Scalar &v, Index i) |
|
size_t | size () const |
|
size_t | allocatedSize () const |
|
void | clear () |
|
Scalar & | value (size_t i) |
|
const Scalar & | value (size_t i) const |
|
Index & | index (size_t i) |
|
const Index & | index (size_t i) const |
|
Index | searchLowerIndex (Index key) const |
|
Index | searchLowerIndex (size_t start, size_t end, Index key) const |
|
Scalar | at (Index key, const Scalar &defaultValue=Scalar(0)) const |
|
Scalar | atInRange (size_t start, size_t end, Index key, const Scalar &defaultValue=Scalar(0)) const |
|
Scalar & | atWithInsertion (Index key, const Scalar &defaultValue=Scalar(0)) |
|
void | prune (const Scalar &reference, const RealScalar &epsilon=NumTraits< RealScalar >::dummy_precision()) |
|
template<typename _Scalar, typename _Index>
class Eigen::internal::CompressedStorage< _Scalar, _Index >
Definition at line 22 of file CompressedStorage.h.