fast_matrix_market::matrix_market_header Struct Reference

Description

Matrix Market header.

#include <types.hpp>

Public Member Functions

 matrix_market_header (int64_t vector_length)
 
 matrix_market_header (int64_t nrows, int64_t ncols)
 

Public Attributes

object_type object = matrix
 
format_type format = coordinate
 
field_type field = real
 
symmetry_type symmetry = general
 
int64_t nrows = 0
 
int64_t ncols = 0
 
int64_t vector_length = 0
 
int64_t nnz = 0
 
std::string comment
 
int64_t header_line_count = 1
 

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