Allink  v0.1
Public Attributes
SPLINE Struct Reference

Coefficient of a spline. More...

#include <MatematicaStruct.h>

List of all members.

Public Attributes

double a0
 a0 + a1*x + a2*x^2 + a3*x^3 + a4^4
double a1
 a0 + a1*x + a2*x^2 + a3*x^3 + a4^4
double a2
 a0 + a1*x + a2*x^2 + a3*x^3 + a4^4
double a3
 a0 + a1*x + a2*x^2 + a3*x^3 + a4^4
double a4
 a0 + a1*x + a2*x^2 + a3*x^3 + a4^4

Detailed Description

Coefficient of a spline.

Definition at line 104 of file MatematicaStruct.h.


The documentation for this struct was generated from the following file: