VERB_code_2.3
Matrix1D< T > Member List

This is the complete list of members for Matrix1D< T >, including all inherited members.

Akima_interpolation(Matrix1D< T > &old_function, Matrix1D< T > &old_grid, Matrix1D< T > &new_grid, int extrapolation_type=0, double lb=0, double ub=0)Matrix1D< T >
Akima_interpolation2(Matrix1D< T > &old_function, Matrix1D< T > &old_grid, Matrix1D< T > &new_grid, int extrapolation_type=0, double lb=0, double ub=0)Matrix1D< T >
AllocateMemory(int x_size)Matrix1D< T >
divide(const Matrix1D< T > &M) const Matrix1D< T >inline
dot(const Matrix1D< T > &M) const Matrix1D< T >inline
initializedMatrix1D< T >
Interpolate(Matrix1D< T > &old_function, Matrix1D< T > &old_grid, Matrix1D< T > &new_grid)Matrix1D< T >
Matrix1D() (defined in Matrix1D< T >)Matrix1D< T >inline
Matrix1D(int x_size)Matrix1D< T >
Matrix1D(int x_size, string name)Matrix1D< T >
Matrix1D(const Matrix1D< T > &M)Matrix1D< T >
matrix_arrayMatrix1D< T >
MatrixArray()Matrix1D< T >inline
MatrixArrayPointer()Matrix1D< T >inline
nameMatrix1D< T >
norm() const Matrix1D< T >inline
operator()(int x)Matrix1D< T >inline
operator*(const T Val) const Matrix1D< T >inline
operator+() const Matrix1D< T >inline
operator-() const Matrix1D< T >inline
operator/(const T Val) const Matrix1D< T >inline
operator=(const Matrix1D< T > &M)Matrix1D< T >inline
operator=(const T val)Matrix1D< T >inline
operator[](int i)Matrix1D< T >inline
operator[](int i) const Matrix1D< T >inline
Polilinear(Matrix1D< T > &old_function, Matrix1D< T > &old_grid, Matrix1D< T > &new_grid, double lb, double ub)Matrix1D< T >
Polint(Matrix1D< T > &old_function, Matrix1D< T > &old_grid, Matrix1D< T > &new_grid)Matrix1D< T >
Ratint(Matrix1D< T > &old_function, Matrix1D< T > &old_grid, Matrix1D< T > &new_grid)Matrix1D< T >
readFromFile(string filename)Matrix1D< T >
readFromFile(string filename, Matrix1D< T > &grid_x)Matrix1D< T >
size_xMatrix1D< T >
Spline(Matrix1D< T > &old_function, Matrix1D< T > &old_grid, Matrix1D< T > &new_grid, double lb, double ub, double lin_spline_coef=0, double max_second_der=0)Matrix1D< T >
Spline2(Matrix1D< T > &old_function, Matrix1D< T > &old_grid, Matrix1D< T > &new_grid, double lb, double ub, double lin_spline_coef=0, double max_second_der=0)Matrix1D< T >
times(const Matrix1D< T > &M) const Matrix1D< T >inline
Value(int x)Matrix1D< T >inline
writeToFile(string filename)Matrix1D< T >
writeToFile(string filename, Matrix1D< T > &grid_x)Matrix1D< T >
~Matrix1D()Matrix1D< T >