TDMS
Time Domain Maxwell Solver
|
#include <matrix_collection.h>
Public Member Functions | |
MatrixCollection ()=default | |
Construct a new Matrix Collection object. | |
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. | |
Public Attributes | |
int | n_matrices = 0 |
std::vector< std::string > | matrix_names |
A collection of matlab matrices with names
|
explicit |
Construct a new Matrix Collection object.
names | of the matrices |
number | of matrices in the collection |
void MatrixCollection::check_has_at_least_as_many_matrices_as | ( | MatrixCollection & | other | ) |
Check we have as many or more matrices than another MatrixCollection.
Throws a runtime error if there are fewer matrices in the other MatrixCollection
other | the other MatrixCollection |