|
|
| S99Table (std::vector< std::string > col_names, std::vector< double > data, std::size_t ncols, std::size_t nrows) |
| |
|
std::size_t | nrows () const noexcept |
| |
|
std::size_t | ncols () const noexcept |
| |
|
double | operator() (std::size_t col_ind, std::size_t row_ind) const noexcept |
| |
|
std::string | col_name (std::size_t col_ind) const noexcept |
| |
|
std::size_t | col_index (const std::string &col_name) const noexcept |
| |
The documentation for this class was generated from the following file: