![]() |
Reference documentation for deal.II version 8.1.0
|
Public Member Functions | |
void | reinit () |
size_type | insert_new_index (const std::pair< size_type, double > &pair) |
void | append_index (const size_type index, const std::pair< size_type, double > &pair) |
size_type | get_size (const size_type index) const |
const std::pair< size_type, double > * | get_entry (const size_type index) const |
Public Attributes | |
size_type | row_length |
std::vector< std::pair< size_type, double > > | data |
std::vector< size_type > | individual_size |
Definition at line 1279 of file constraint_matrix.templates.h.