|
Theoretica
Mathematical Library
|
This is the complete list of members for theoretica::data_table, including all inherited members.
| at(const std::string &name) | theoretica::data_table | inline |
| at(const std::string &col, size_t row) | theoretica::data_table | inline |
| at(const std::string &col, size_t row) const | theoretica::data_table | inline |
| clear() | theoretica::data_table | inline |
| cols() const | theoretica::data_table | inline |
| data() | theoretica::data_table | inline |
| data() const | theoretica::data_table | inline |
| data_table() | theoretica::data_table | inline |
| data_table(const std::map< std::string, vec< real > > &table) | theoretica::data_table | inline |
| data_table(size_t num_rows, const std::vector< std::string > &column_names) | theoretica::data_table | inline |
| data_table(const data_table &other) | theoretica::data_table | inline |
| data_table(data_table &&other) noexcept | theoretica::data_table | inline |
| drop_column(const std::string &name) | theoretica::data_table | inline |
| drop_columns(const std::vector< std::string > &names) | theoretica::data_table | inline |
| empty() const | theoretica::data_table | inline |
| from_matrix(const mat< real > &m, const std::vector< std::string > &col_names) | theoretica::data_table | inline |
| has_column(const std::string &name) const | theoretica::data_table | inline |
| head(size_t n=5) const | theoretica::data_table | inline |
| header() const | theoretica::data_table | inline |
| insert(const std::string &name, const vec< real > &data) | theoretica::data_table | inline |
| insert(const std::string &name, size_t num_rows, real value=0.0) | theoretica::data_table | inline |
| operator std::string() | theoretica::data_table | inline |
| operator<< | theoretica::data_table | friend |
| operator[](const std::string &name) | theoretica::data_table | inline |
| operator[](const std::string &name) const | theoretica::data_table | inline |
| operator[](size_t idx) | theoretica::data_table | inline |
| rename(const std::string &old_name, const std::string &new_name) | theoretica::data_table | inline |
| row(size_t idx) const | theoretica::data_table | inline |
| row_vec(size_t idx) const | theoretica::data_table | inline |
| rows() const | theoretica::data_table | inline |
| select(const std::vector< std::string > &cols) const | theoretica::data_table | inline |
| size() const | theoretica::data_table | inline |
| tail(size_t n=5) const | theoretica::data_table | inline |
| to_matrix() const | theoretica::data_table | inline |
| to_string(unsigned int max_rows=8, unsigned int precision=6, unsigned int max_width=12) const | theoretica::data_table | inline |