Citlali
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
timestream::TimeAxis Struct Reference

#include <timestream.h>

Inheritance diagram for timestream::TimeAxis:
Inheritance graph
Collaboration diagram for timestream::TimeAxis:
Collaboration graph

Public Member Functions

 TimeAxis ()=default
 
 TimeAxis (Eigen::MatrixXd data_, tula::nddata::LabelMapper< TimeAxis > col_labels_)
 

Public Attributes

std::string_view name {"time"}
 
Eigen::MatrixXd data
 
tula::nddata::LabelMapper< TimeAxiscol_labels
 

Constructor & Destructor Documentation

◆ TimeAxis() [1/2]

timestream::TimeAxis::TimeAxis ( )
default

◆ TimeAxis() [2/2]

timestream::TimeAxis::TimeAxis ( Eigen::MatrixXd  data_,
tula::nddata::LabelMapper< TimeAxis col_labels_ 
)
inline

Member Data Documentation

◆ col_labels

tula::nddata::LabelMapper<TimeAxis> timestream::TimeAxis::col_labels

◆ data

Eigen::MatrixXd timestream::TimeAxis::data

◆ name

std::string_view timestream::TimeAxis::name {"time"}

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