FTQuant  0.1
Functions
RectBivariateSpline.cpp File Reference
#include "RectBivariateSpline.hpp"
#include <iostream>
Include dependency graph for RectBivariateSpline.cpp:

Go to the source code of this file.

Functions

int transpose (std::vector< std::vector< double >> &mat)
 
std::vector< std::vector< double > > diff (const std::vector< double > &x, const std::vector< std::vector< double >> &f, const int dim=1)
 
int binsearch (const std::vector< double > &x, const double value)
 

Function Documentation

◆ binsearch()

int binsearch ( const std::vector< double > &  x,
const double  value 
)

◆ diff()

std::vector<std::vector<double> > diff ( const std::vector< double > &  x,
const std::vector< std::vector< double >> &  f,
const int  dim = 1 
)

Definition at line 24 of file RectBivariateSpline.cpp.

References transpose().

Referenced by RectBivariateCubicSpline::weighted_finite_derivative().

◆ transpose()

int transpose ( std::vector< std::vector< double >> &  mat)

Definition at line 11 of file RectBivariateSpline.cpp.

Referenced by diff().