#include "SimTKcommon.h"
#include "simmath/internal/common.h"
Go to the source code of this file.
Classes | |
class | GCVSPLUtil |
This class provides entry points for using the GCVSPL algorithm in terms of SimTK data types. More... | |
Namespaces | |
namespace | SimTK |
This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols. | |
Functions | |
int | gcvspl_ (const SimTK::Real *, const SimTK::Real *, int *, const SimTK::Real *, const SimTK::Real *, int *, int *, int *, int *, SimTK::Real *, SimTK::Real *, int *, SimTK::Real *, int *) |
SimTK::Real | splder_ (int *, int *, int *, SimTK::Real *, const SimTK::Real *, const SimTK::Real *, int *, SimTK::Real *, int) |
int gcvspl_ | ( | const SimTK::Real * | , | |
const SimTK::Real * | , | |||
int * | , | |||
const SimTK::Real * | , | |||
const SimTK::Real * | , | |||
int * | , | |||
int * | , | |||
int * | , | |||
int * | , | |||
SimTK::Real * | , | |||
SimTK::Real * | , | |||
int * | , | |||
SimTK::Real * | , | |||
int * | ||||
) |
Referenced by GCVSPLUtil::gcvspl().
SimTK::Real splder_ | ( | int * | , | |
int * | , | |||
int * | , | |||
SimTK::Real * | , | |||
const SimTK::Real * | , | |||
const SimTK::Real * | , | |||
int * | , | |||
SimTK::Real * | , | |||
int | ||||
) |
Referenced by GCVSPLUtil::splder().