19 std::vector<std::string> matrix_names;
Definition matrix_collection.h:48
Definition matrix_collection.h:15
MatrixCollection(std::vector< std::string > names)
Construct a new Matrix Collection object.
void check_has_at_least_as_many_matrices_as(MatrixCollection &other)
Check we have as many or more matrices than another MatrixCollection.
Definition matrix_collection.cpp:28
MatrixCollection()=default
Construct a new Matrix Collection object.
Includes MATLAB headers for I/O.