Visible to Intel only — GUID: GUID-C52F3D6B-A29F-4129-B985-2A58EED4EADA
Visible to Intel only — GUID: GUID-C52F3D6B-A29F-4129-B985-2A58EED4EADA
df?construct1d
Syntax
Constructs a spline of the given type.
status = dfsconstruct1d(task, s_format, method)
status = dfdconstruct1d(task, s_format, method)
Include Files
- mkl_df.f90
Input Parameters
Name |
Type |
Description |
---|---|---|
task |
TYPE(DF_TASK) |
Descriptor of the task. |
s_format |
INTEGER |
Spline format. The supported value is DF_PP_SPLINE. |
method |
INTEGER |
Construction method. The supported value is DF_METHOD_STD. |
Output Parameters
Name |
Type |
Description |
---|---|---|
status |
INTEGER |
Status of the routine:
|
Description
Before calling df?construct1d, you need to create and initialize the task, and set the parameters representing the spline. Then you can call the df?construct1d routine to construct the spline. The format of the spline is defined by parameter s_format. The method for spline construction is defined by parameter method. Upon successful construction, the spline coefficients are available in the user-provided memory location in the format you set through the Data Fitting editor. For the available storage formats, see table "Hint Values for Spline Coefficients".