DiSMEC++
dismec::io::MatrixHeader Struct Reference

Collects the rows and columns parsed from a plain-text matrix file. More...

#include <common.h>

Public Attributes

long NumRows
 
long NumCols
 

Detailed Description

Collects the rows and columns parsed from a plain-text matrix file.

Definition at line 130 of file common.h.

Member Data Documentation

◆ NumCols

long dismec::io::MatrixHeader::NumCols

Definition at line 132 of file common.h.

Referenced by anonymous_namespace{slice.cpp}::load_features(), and TEST_CASE().

◆ NumRows

long dismec::io::MatrixHeader::NumRows

Definition at line 131 of file common.h.

Referenced by anonymous_namespace{slice.cpp}::load_features(), and TEST_CASE().


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