Logo coherent WaveBurst  
Library Reference Guide
Logo
Classes | Functions
numpy.hh File Reference
#include "math.h"
Include dependency graph for numpy.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  Complex
 

Functions

Complex Exp (double phase)
 
double fabs (const Complex &x)
 
double interp (double v, double *x, double *y, int n)
 
double interp (double v, double *x, double *y, int n, double left, double right)
 
double * interp (double *v, int Nv, double *x, double *y, int n, double left, double right)
 
Complex operator* (const Complex &x, const Complex &y)
 
Complex operator+ (const Complex &x, const Complex &y)
 

Function Documentation

◆ Exp()

Complex Exp ( double  phase)

Definition at line 51 of file numpy.cc.

◆ fabs()

double fabs ( const Complex x)

Definition at line 55 of file numpy.cc.

◆ interp() [1/3]

double interp ( double  v,
double *  x,
double *  y,
int  n 
)

Definition at line 21 of file numpy.cc.

◆ interp() [2/3]

double interp ( double  v,
double *  x,
double *  y,
int  n,
double  left,
double  right 
)

Definition at line 29 of file numpy.cc.

◆ interp() [3/3]

double* interp ( double *  v,
int  Nv,
double *  x,
double *  y,
int  n,
double  left,
double  right 
)

Definition at line 37 of file numpy.cc.

◆ operator*()

Complex operator* ( const Complex x,
const Complex y 
)

Definition at line 47 of file numpy.cc.

◆ operator+()

Complex operator+ ( const Complex x,
const Complex y 
)

Definition at line 43 of file numpy.cc.