hbio.hpp
Go to the documentation of this file.
Compressed column sparse matrix algebra.
void set_solution_vector(const Vector &ssol)
Set solution vector.
Definition: hbio.cpp:572
const std::string get_key(void) const
Get file key (max 8 chars)
Definition: hbio.hpp:177
int get_rhsacc(void) const
Get right hand side accuracy (in chars)
Definition: hbio.hpp:201
const std::string get_title(void) const
Get file title (max 72 chars)
Definition: hbio.hpp:165
void set_title(const std::string ttitle)
Set file title (max 72 chars)
Definition: hbio.hpp:171
void set_rhs_vector(const Vector &rrhs)
Set right hand side vector.
Definition: hbio.cpp:560
void get_solution_vector(Vector &ssol) const
Get solution vector.
Definition: hbio.cpp:566
void set_rhsacc(int rrhsacc)
Set right hand side accuracy (in chars)
Definition: hbio.hpp:207
void get_rhs_vector(Vector &rrhs) const
Get right hand side vector.
Definition: hbio.cpp:554
Error classes and handling
N-dimensional vector.