|
TDMS
Time Domain Maxwell Solver
|
#include <matrix_collection.h>
Public Member Functions | |
| MatFileMatrixCollection (const char *filename) | |
| Public Member Functions inherited from MatrixCollection | |
| 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 | |
| MATFile * | mat_file |
| Public Attributes inherited from MatrixCollection | |
| int | n_matrices = 0 |
| std::vector< std::string > | matrix_names |
A collection of matlab matrices with names created from a .mat file