HLIBpro
3.0
|
class for matrix visualisation in PostScript format
#include <TMatrixVis.hh>
Public Member Functions | |
template<typename value_t > | |
void | print (const TMatrix< value_t > *A, const std::string &filename) const |
print matrix A to file filename | |
Public Member Functions inherited from TMatrixVisBase | |
TMatrixVisBase () | |
construct matrix visualisation object | |
void | border (const bool b) |
turn on/off printing of matrix block border (default: on) | |
void | color (const bool b) |
turn on/off color usage for visualization (default: on) | |
void | structure (const bool b) |
turn on/off printing of structure of matrix (default: on) | |
void | indexset (const bool b) |
turn on/off printing of indexsets (default: off) | |
void | id (const bool b) |
turn on/off printing of id (default: off) | |
void | nonempty (const bool b) |
turn on/off printing of only nonempty blocks (default: off) | |
void | only_local (const bool b) |
turn on/off printing of local/non-local matrix blocks (default: off) | |
void | neighbours (const bool b) |
turn on/off printing of neighbourhood relation (default: off) | |
void | entries (const bool b) |
turn on/off printing of matrix coefficients (default: off) | |
void | pattern (const bool b) |
turn on/off printing of sparsity pattern (default: off) | |
void | sparse_pattern (const bool b) |
turn on/off printing of sparsity pattern of sparse matrices only (default: off) | |
void | svd (const bool b) |
turn on/off printing of SVD of matrix-blocks (default: off) | |
void | rank_col (const bool b, const size_t max_rank=0, const std::string &cmap="default") |
void | mem_col (const bool b, const std::string &cmap="default") |
turn on/off colouring matrix blocks according to memory consumption (default: off) | |
void | max_size_ratio (const double r) |
void | max_level (const size_t l) |
set maximal level in matrix (no blocks on levels below will be printed) (default: 0 [off]) | |
void | svd_ref (const double ref_max, const double ref_min=Limits::epsilon< double >()) |