SIVIC API
0.9.26
|
#include <vtkInformation.h>
#include <vtkInformationVector.h>
#include <vtkStreamingDemandDrivenPipeline.h>
#include <svkDynamicMRIAlgoTemplate.h>
#include <cminpack.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
Classes | |
struct | fcndata_t |
Macros | |
#define | real __cminpack_real__ |
Functions | |
vtkStandardNewMacro (svkDynamicMRIAlgoTemplate) | |
int | fcn_lmder (void *p, int m, int n, const real *x, real *fvec, real *fjac, int ldfjac, int iflag) |
int | fcn_lmdif (void *p, int combinedNumberOfTimePoints, int numMets, const double *x, double *fvec, int iflag) |
#define real __cminpack_real__ |
Referenced by fcn_lmdif(), and svkSincInterpolationFilter::RequestData().
int fcn_lmder | ( | void * | p, |
int | m, | ||
int | n, | ||
const real * | x, | ||
real * | fvec, | ||
real * | fjac, | ||
int | ldfjac, | ||
int | iflag | ||
) |
int fcn_lmdif | ( | void * | p, |
int | combinedNumberOfTimePoints, | ||
int | numMets, | ||
const double * | x, | ||
double * | fvec, | ||
int | iflag | ||
) |
model exchange
References real.
vtkStandardNewMacro | ( | svkDynamicMRIAlgoTemplate | ) |