Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LinearInterpolation.h File Reference
#include <cmath>
#include "RealType.h"
+ Include dependency graph for LinearInterpolation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Jetscape
 

Functions

template<class type >
type Jetscape::LinearInt (real x0, real x1, type y0, type y1, real x)
 any type with + and scale * overloaded can use this function
 
template<class type >
type Jetscape::BilinearInt (real x0, real x1, real y0, real y1, type f0, type f1, type f2, type f3, real x, real y)
 
template<class type >
type Jetscape::TrilinearInt (real x0, real x1, real y0, real y1, real z0, real z1, type f000, type f001, type f010, type f011, type f100, type f101, type f110, type f111, real x, real y, real z)