|
|
#include "Cone.h"#include "LevMarFitting.h"#include "LevMarLSWeight.h"#include "Plane.h"#include <GfxTL/IndexedIterator.h>#include <GfxTL/Mean.h>#include <MiscLib/Performance.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) |
| int dmat_solve | ( | int | n, |
| int | rhs_num, | ||
| double | a[] | ||
| ) |