add(const M &mat) | ug::MapSparseMatrix< TValueType > | |
add_matrix_row(size_t row, connection *c, size_t nr) | ug::MapSparseMatrix< TValueType > | |
apply(Vector_type &res, const Vector_type &x) const | ug::MapSparseMatrix< TValueType > | inline |
apply_transposed(Vector_type &res, const Vector_type &x) const | ug::MapSparseMatrix< TValueType > | inline |
axpy(vector_t &dest, const number &alpha1, const vector_t &v1, const number &beta1, const vector_t &w1) const | ug::MapSparseMatrix< TValueType > | |
axpy_transposed(vector_t &dest, const number &alpha1, const vector_t &v1, const number &beta1, const vector_t &w1) const | ug::MapSparseMatrix< TValueType > | |
begin_row(size_t r) | ug::MapSparseMatrix< TValueType > | inline |
begin_row(size_t r) const | ug::MapSparseMatrix< TValueType > | inline |
cols | ug::MapSparseMatrix< TValueType > | protected |
data | ug::MapSparseMatrix< TValueType > | protected |
defragment() | ug::MapSparseMatrix< TValueType > | inline |
end_row(size_t r) | ug::MapSparseMatrix< TValueType > | inline |
end_row(size_t r) const | ug::MapSparseMatrix< TValueType > | inline |
get(M &mat) const | ug::MapSparseMatrix< TValueType > | |
get_connection(size_t r, size_t c, bool &bFound) const | ug::MapSparseMatrix< TValueType > | inline |
get_connection(size_t r, size_t c, bool &bFound) | ug::MapSparseMatrix< TValueType > | inline |
get_connection(size_t r, size_t c) const | ug::MapSparseMatrix< TValueType > | inline |
get_connection(size_t r, size_t c) | ug::MapSparseMatrix< TValueType > | inline |
is_isolated(size_t i) const | ug::MapSparseMatrix< TValueType > | inline |
MapSparseMatrix() | ug::MapSparseMatrix< TValueType > | |
MapSparseMatrix(MapSparseMatrix &) | ug::MapSparseMatrix< TValueType > | private |
mat_mult_add_row(size_t row, typename vector_t::value_type &dest, double alpha, const vector_t &v) const | ug::MapSparseMatrix< TValueType > | inline |
matmul_minus(Vector_type &res, const Vector_type &x) const | ug::MapSparseMatrix< TValueType > | inline |
num_cols() const | ug::MapSparseMatrix< TValueType > | inline |
num_connections(size_t i) const | ug::MapSparseMatrix< TValueType > | inline |
num_rows() const | ug::MapSparseMatrix< TValueType > | inline |
operator()(size_t r, size_t c) const | ug::MapSparseMatrix< TValueType > | inline |
operator()(size_t r, size_t c) | ug::MapSparseMatrix< TValueType > | inline |
operator*=(double d) | ug::MapSparseMatrix< TValueType > | inline |
operator<<(std::ostream &out, const MapSparseMatrix &m) | ug::MapSparseMatrix< TValueType > | friend |
operator=(const SparseMatrix< value_type > &B) | ug::MapSparseMatrix< TValueType > | inline |
p() const | ug::MapSparseMatrix< TValueType > | inline |
pr(size_t row) const | ug::MapSparseMatrix< TValueType > | inline |
print(const char *const name=NULL) const | ug::MapSparseMatrix< TValueType > | |
print_to_file(const char *filename) const | ug::MapSparseMatrix< TValueType > | |
printrow(size_t row) const | ug::MapSparseMatrix< TValueType > | |
printtype() const | ug::MapSparseMatrix< TValueType > | |
resize(size_t newRows, size_t newCols) | ug::MapSparseMatrix< TValueType > | |
rows_sorted enum value | ug::MapSparseMatrix< TValueType > | |
scale(double d) | ug::MapSparseMatrix< TValueType > | |
set(const M &mat) | ug::MapSparseMatrix< TValueType > | |
set(double a) | ug::MapSparseMatrix< TValueType > | |
set_as_copy_of(const MapSparseMatrix< value_type > &B, double scale=1.0) | ug::MapSparseMatrix< TValueType > | |
set_as_transpose_of(const SparseMatrix< value_type > &B, double scale=1.0) | ug::MapSparseMatrix< TValueType > | |
set_matrix_row(size_t row, connection *c, size_t nr) | ug::MapSparseMatrix< TValueType > | |
this_type typedef | ug::MapSparseMatrix< TValueType > | |
total_num_connections() const | ug::MapSparseMatrix< TValueType > | inline |
value_type typedef | ug::MapSparseMatrix< TValueType > | |
~MapSparseMatrix() | ug::MapSparseMatrix< TValueType > | inlinevirtual |