Member
|
Where defined
|
Description
|
dim_type
|
|
|
size_type
|
|
The integral type for dimensions, indices, etc.
|
band_type
|
|
A variant of a pair type to describe the band width
|
compressed2D ()
|
|
Default Constructor
|
compressed2D (dim_type d)
|
|
Normal Constructor
|
compressed2D (dim_type d, size_type nnz)
|
|
|
compressed2D (dim_type d, band_type)
|
|
Banded Constructor
|
compressed2D (const self& x)
|
|
Copy Constructor
|
compressed2D (const self& x, band_type, banded_tag)
|
|
|
self&
operator= (const self& x)
|
|
|
template <class MatrixStream, class Orien>
compressed2D (MatrixStream& s, Orien)
|
|
Matrix Stream Constructor
|
template <class MatrixStream, class Orien>
compressed2D (MatrixStream& s, Orien, band_type)
|
|
Banded Matrix Stream Constructor
|
template <class SubMatrix> struct
partitioned
|
|
|