fast_matrix_market::triplet_parse_handler< IT_ITER, VT_ITER > Class Template Reference

Description

template<typename IT_ITER, typename VT_ITER>
class fast_matrix_market::triplet_parse_handler< IT_ITER, VT_ITER >

Triplet handler.

Separate row, column, value iterators.

#include <parse_handlers.hpp>

Public Types

using coordinate_type = typename std::iterator_traits< IT_ITER >::value_type
 
using value_type = typename std::iterator_traits< VT_ITER >::value_type
 

Public Member Functions

 triplet_parse_handler (const IT_ITER &rows, const IT_ITER &cols, const VT_ITER &values)
 
void handle (const coordinate_type row, const coordinate_type col, const value_type value)
 
void handle (const coordinate_type row, const coordinate_type col, [[maybe_unused]] const pattern_placeholder_type &pat)
 
triplet_parse_handler< IT_ITER, VT_ITER > get_chunk_handler (int64_t offset_from_begin)
 

Static Public Attributes

static constexpr int flags = kParallelOk
 

Protected Attributes

IT_ITER begin_rows
 
IT_ITER begin_cols
 
VT_ITER begin_values
 
IT_ITER rows
 
IT_ITER cols
 
VT_ITER values
 

The documentation for this class was generated from the following file:
  • /builds/uwsbel/chrono/src/chrono_thirdparty/fast_matrix_market/parse_handlers.hpp