Go to the documentation of this file.
10 #ifndef EIGEN_COMPRESSED_STORAGE_H
11 #define EIGEN_COMPRESSED_STORAGE_H
21 template<
typename _Scalar,
typename _StorageIndex>
106 m_indices[id] = internal::convert_index<StorageIndex>(i);
135 Index mid = (end+start)>>1;
163 else if (end>start && key==
m_indices[end-1])
204 m_indices[id] = internal::convert_index<StorageIndex>(key);
230 #ifdef EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN
231 EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN
258 #endif // EIGEN_COMPRESSED_STORAGE_H
Index searchLowerIndex(Index start, Index end, Index key) const
void append(const Scalar &v, Index i)
StorageIndex & index(Index i)
void swap(CompressedStorage &other)
Index allocatedSize() const
EIGEN_DEVICE_FUNC bool isMuchSmallerThan(const Scalar &x, const OtherScalar &y, const typename NumTraits< Scalar >::Real &precision=NumTraits< Scalar >::dummy_precision())
#define eigen_internal_assert(x)
const Scalar & value(Index i) const
const StorageIndex & index(Index i) const
NumTraits< Scalar >::Real RealScalar
Index searchLowerIndex(Index key) const
EIGEN_DEVICE_FUNC void throw_std_bad_alloc()
const StorageIndex * indexPtr() const
Scalar & atWithInsertion(Index key, const Scalar &defaultValue=Scalar(0))
void smart_memmove(const T *start, const T *end, T *target)
Scalar at(Index key, const Scalar &defaultValue=Scalar(0)) const
CompressedStorage(const CompressedStorage &other)
void resize(Index size, double reserveSizeFactor=0)
const Scalar * valuePtr() const
Scalar atInRange(Index start, Index end, Index key, const Scalar &defaultValue=Scalar(0)) const
void prune(const Scalar &reference, const RealScalar &epsilon=NumTraits< RealScalar >::dummy_precision())
_StorageIndex StorageIndex
CompressedStorage(Index size)
void reallocate(Index size)
EIGEN_DEVICE_FUNC void smart_copy(const T *start, const T *end, T *target)
StorageIndex * indexPtr()
CompressedStorage & operator=(const CompressedStorage &other)
int EIGEN_BLAS_FUNC() swap(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy)
Holds information about the various numeric (i.e. scalar) types allowed by Eigen.
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:05:40