Cone.cpp File Reference
#include "Cone.h"
#include "Plane.h"
#include "LevMarFitting.h"
#include <MiscLib/Performance.h>
#include <GfxTL/IndexedIterator.h>
#include "LevMarLSWeight.h"
#include <GfxTL/Mean.h>
+ Include dependency graph for Cone.cpp:

Go to the source code of this file.

Classes

class  LevMarPlaneDistance
 

Functions

float ConeDistance (const float *param, const float *x)
 
void ConeDistanceDerivatives (const float *param, const float *x, float *gradient)
 
int dmat_solve (int n, int rhs_num, double a[])
 
void NormalizeConeParams (float *param)
 

Function Documentation

◆ ConeDistance()

float ConeDistance ( const float param,
const float x 
)

Definition at line 568 of file Cone.cpp.

+ Here is the call graph for this function:

◆ ConeDistanceDerivatives()

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

Definition at line 589 of file Cone.cpp.

+ Here is the call graph for this function:

◆ dmat_solve()

int dmat_solve ( int  n,
int  rhs_num,
double  a[] 
)

Definition at line 7 of file solve.cpp.

+ Here is the caller graph for this function:

◆ NormalizeConeParams()

void NormalizeConeParams ( float param)

Definition at line 642 of file Cone.cpp.

+ Here is the call graph for this function: