Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 175 of file csr_concat.h.
Public Types | |
typedef csr_concat_value< T, M >::size_type | size_type |
typedef csr_concat_value< T, M >::sizes_type | sizes_type |
typedef csr_concat_value< T, M >::sizes_pair_type | sizes_pair_type |
typedef csr_concat_line< T, M > | line_type |
typedef csr_concat_value< T, M > | value_type |
Public Member Functions | |
csr_concat () | |
csr_concat (const std::initializer_list< line_type > &il) | |
void | push_back (const line_type &line) |
csr< T, M > | build_csr () const |
Static Public Attributes | |
static constexpr size_type | undef = std::numeric_limits<size_type>::max() |
static constexpr size_type | zero = 0 |
Protected Attributes | |
std::list< line_type > | _l |
typedef csr_concat_value<T,M>::size_type size_type |
Definition at line 180 of file csr_concat.h.
typedef csr_concat_value<T,M>::sizes_type sizes_type |
Definition at line 181 of file csr_concat.h.
typedef csr_concat_value<T,M>::sizes_pair_type sizes_pair_type |
Definition at line 182 of file csr_concat.h.
Definition at line 187 of file csr_concat.h.
typedef csr_concat_value<T,M> value_type |
Definition at line 188 of file csr_concat.h.
csr_concat | ( | ) |
Definition at line 192 of file csr_concat.h.
csr_concat | ( | const std::initializer_list< line_type > & | il | ) |
Definition at line 194 of file csr_concat.h.
Definition at line 200 of file csr_concat.h.
Definition at line 378 of file csr_concat.cc.
Definition at line 184 of file csr_concat.h.
Definition at line 185 of file csr_concat.h.
Definition at line 207 of file csr_concat.h.