ocssw
V2022
|
ias_math_interpolate_lagrange_3dvec.c File Reference
#include "ias_math.h"
Include dependency graph for ias_math_interpolate_lagrange_3dvec.c:
Go to the source code of this file.
Functions | |
void | ias_math_interpolate_lagrange_3dvec (const IAS_VECTOR *p_YY, const double *p_XX, int num_points, double in_time, IAS_VECTOR *output) |
Function Documentation
◆ ias_math_interpolate_lagrange_3dvec()
void ias_math_interpolate_lagrange_3dvec | ( | const IAS_VECTOR * | p_YY, |
const double * | p_XX, | ||
int | num_points, | ||
double | in_time, | ||
IAS_VECTOR * | output | ||
) |
Definition at line 16 of file ias_math_interpolate_lagrange_3dvec.c.