eminem
Parse Matrix Market files in C++
Loading...
Searching...
No Matches
Public Attributes | List of all members
eminem::MatrixDetails Struct Reference

Details extracted from the Matrix Market banner. More...

#include <utils.hpp>

Public Attributes

Object object
 
Format format
 
Field field
 
Symmetry symmetry
 

Detailed Description

Details extracted from the Matrix Market banner.

Typically generated after calling Parser::scan_preamble() on a Matrix Market file.

Member Data Documentation

◆ object

Object eminem::MatrixDetails::object

Type of the matrix object in the file.

◆ format

Format eminem::MatrixDetails::format

Format of the matrix.

◆ field

Field eminem::MatrixDetails::field

Type of data field.

◆ symmetry

Symmetry eminem::MatrixDetails::symmetry

Symmetry of the matrix.


The documentation for this struct was generated from the following file: