This is the complete list of members for ug::MatrixIOMtx, including all inherited members.
close_file() | ug::MatrixIOMtx | private |
determine_matrix_characteristics(const matrix_type &matrix) | ug::MatrixIOMtx | inlineprivate |
EXISTING enum value | ug::MatrixIO | private |
get_mat_file_name() const | ug::MatrixIOMtx | |
get_num_cols() const | ug::MatrixIOMtx | |
get_num_lines() const | ug::MatrixIOMtx | |
get_num_rows() const | ug::MatrixIOMtx | |
is_sparse() const | ug::MatrixIOMtx | |
m_cols | ug::MatrixIOMtx | private |
m_firstDataLine | ug::MatrixIOMtx | private |
m_lines | ug::MatrixIOMtx | private |
m_matFileStream | ug::MatrixIOMtx | private |
m_matFileType | ug::MatrixIOMtx | private |
m_mmTypeCode | ug::MatrixIOMtx | private |
m_pMatFileName | ug::MatrixIOMtx | private |
m_rows | ug::MatrixIOMtx | private |
MatrixIO() | ug::MatrixIO | private |
MatrixIO(std::string mFile, int openMode=EXISTING) | ug::MatrixIO | private |
MatrixIOMtx() | ug::MatrixIOMtx | |
MatrixIOMtx(std::string mFile, int openMode=MatrixIO::EXISTING) | ug::MatrixIOMtx | |
NEW enum value | ug::MatrixIO | private |
open_file(std::ios_base::openmode mode=std::ios_base::in) | ug::MatrixIOMtx | private |
OpenMode enum name | ug::MatrixIO | private |
query_matrix_characteristics() | ug::MatrixIOMtx | private |
query_matrix_type() | ug::MatrixIOMtx | private |
read_entry(size_t *m, size_t *n, CPUAlgebra::matrix_type::value_type *val) | ug::MatrixIOMtx | private |
read_into(matrix_type &matrix) | ug::MatrixIOMtx | inline |
set_mat_dims(size_t rows, size_t cols, size_t lines) | ug::MatrixIOMtx | |
set_mat_file_name(std::string mFile, int openMode=MatrixIO::EXISTING) | ug::MatrixIOMtx | |
write_banner() | ug::MatrixIOMtx | private |
write_entry(size_t m, size_t n, CPUAlgebra::matrix_type::value_type val) | ug::MatrixIOMtx | private |
write_from(matrix_type &matrix, std::string comment="%Generated with ug4.") | ug::MatrixIOMtx | inline |
~MatrixIO() | ug::MatrixIO | private |
~MatrixIOMtx() | ug::MatrixIOMtx | |