fast_matrix_market::triplet_formatter< LF, A_ITER, B_ITER, C_ITER > Class Template Reference
Description
template<typename LF, typename A_ITER, typename B_ITER, typename C_ITER>
class fast_matrix_market::triplet_formatter< LF, A_ITER, B_ITER, C_ITER >
Format row, column, value vectors.
Value range may be empty (i.e. val_begin == val_end) to omit writing values at all. Useful for pattern matrices.
- Template Parameters
-
A_ITER B_ITER C_ITER Must be a valid iterator, but if begin==end then the values are not written. COLUMN_IS_VALUE
#include <formatters.hpp>
Protected Attributes | |
LF | line_formatter |
A_ITER | row_iter |
A_ITER | row_end |
B_ITER | col_iter |
C_ITER | val_iter |
C_ITER | val_end |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono_thirdparty/fast_matrix_market/formatters.hpp