fast_matrix_market::dense_2d_call_formatter< LF, DenseType, DIM > Class Template Reference
Description
template<typename LF, typename DenseType, typename DIM>
class fast_matrix_market::dense_2d_call_formatter< LF, DenseType, DIM >
Formats any structure that has: operator(row, col) - returns the value at (row, col)
Includes Eigen Dense Matrix/Vector and NumPy arrays.
#include <formatters.hpp>
Public Member Functions | |
| dense_2d_call_formatter (LF lf, const DenseType &mat, DIM nrows, DIM ncols) | |
| bool | has_next () const |
| chunk | next_chunk (const write_options &options) |
Protected Attributes | |
| LF | line_formatter |
| const DenseType & | mat |
| DIM | nrows |
| DIM | ncols |
| DIM | col_iter = 0 |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono_thirdparty/fast_matrix_market/formatters.hpp