#include "NewMat/utils.h"#include "NewMat/include.h"#include "NewMat/myexcept.h"#include "NewMat/general.h"#include "NewMat/BaseMatrix.h"#include "NewMat/GeneralMatrix.h"#include "NewMat/Matrix.h"#include "NewMat/SquareMatrix.h"#include "NewMat/nricMatrix.h"#include "NewMat/SymmetricMatrix.h"#include "NewMat/TriangularMatrix.h"#include "NewMat/DiagonalMatrix.h"#include "NewMat/Vector.h"#include "NewMat/CroutMatrix.h"#include "NewMat/BandMatrix.h"#include "NewMat/IdentityMatrix.h"#include "NewMat/GenericMatrix.h"#include "NewMat/Temporary.h"#include "NewMat/SubMatrix.h"#include "NewMat/LinearEquationSolver.h"#include "NewMat/Array.h"#include "NewMat/MatrixExceptions.h"#include "NewMat/MatrixInput.h"#include "NewMat/Functions.h"#include "NewMat/RectMatrix.h"
