VERB_code_2.2
2
|
#include <assert.h>
#include <string>
#include <string.h>
#include <fstream>
#include <memory.h>
#include <math.h>
#include <map>
#include "./Interpolation/linear.h"
#include "./Interpolation/spline.h"
#include "./Interpolation/polilinear.h"
#include "./Interpolation/polint.h"
#include "./Interpolation/ratint.h"
#include "./Interpolation/akima.h"
#include "../Exceptions/error.h"
Go to the source code of this file.
Classes | |
class | Matrix1D< T > |
class | Matrix2D< T > |
class | Matrix3D< T > |
class | CalculationMatrix |
Typedefs | |
typedef map< int, Matrix1D < double > > | DiagMatrix |
Matrix 1D, 2D and 3D and operations with them
File has 1D-class, 2D-class and 3D-class of matrixes and variouse functions to work with them.
Definition in file Matrix.h.
typedef map<int , Matrix1D<double> > DiagMatrix |