Torus.cpp File Reference
#include "Torus.h"
#include <GfxTL/VectorXD.h>
#include <limits>
#include <iterator>
#include "LevMarFitting.h"
#include <MiscLib/Performance.h>
#include <GfxTL/IndexedIterator.h>
#include "LevMarLSWeight.h"
+ Include dependency graph for Torus.cpp:

Go to the source code of this file.

Classes

class  LevMarTorus< WeightT >
 

Functions

void NormalizeTorusParams (float *param)
 
float TorusDistance (const float *param, const float *x)
 
void TorusDistanceDerivatives (const float *param, const float *x, float *gradient)
 

Function Documentation

◆ NormalizeTorusParams()

void NormalizeTorusParams ( float param)

Definition at line 438 of file Torus.cpp.

+ Here is the call graph for this function:

◆ TorusDistance()

float TorusDistance ( const float param,
const float x 
)

Definition at line 379 of file Torus.cpp.

+ Here is the call graph for this function:

◆ TorusDistanceDerivatives()

void TorusDistanceDerivatives ( const float param,
const float x,
float gradient 
)

Definition at line 397 of file Torus.cpp.

+ Here is the call graph for this function: