RecursiveTable
-
class RecursiveTable : public feasst::VisitModelInnerTable
This class is currently in development.
Public Functions
-
RecursiveTable from_file(const std::string &filename)
Construct from file.
-
RecursiveTable from_parallel_build(const std::vector<RecursiveTable> &tables)
Construct from independently-built tables.
-
bool is_equal(const RecursiveTable &table) const
Return true if equal.
Arguments
VisitModelInnerTable arguments.
-
RecursiveTable from_file(const std::string &filename)