Hawaii Hybrid
Loading...
Searching...
No Matches
cspline.h File Reference
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
Include dependency graph for cspline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CSpline

Functions

CSplinecspline_init (double *x, double *y, size_t len, double fp0, double fpn)
bool cspline_eval (CSpline *cs, double x, double *y)
void cspline_free (CSpline *cs)

Function Documentation

◆ cspline_eval()

bool cspline_eval ( CSpline * cs,
double x,
double * y )

◆ cspline_free()

void cspline_free ( CSpline * cs)

◆ cspline_init()

CSpline * cspline_init ( double * x,
double * y,
size_t len,
double fp0,
double fpn )