MeshCore::LMCylinderFunctor Struct Reference
Public Member Functions | |
| int | df (const Eigen::VectorXd &x, Eigen::MatrixXd &fjac) const |
| int | inputs () const |
| int | operator() (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const |
| int | values () const |
Public Attributes | |
| int | m |
| Eigen::MatrixXd | measuredValues |
| int | n |
Member Function Documentation
◆ df()
| int MeshCore::LMCylinderFunctor::df | ( | const Eigen::VectorXd & | x, |
| Eigen::MatrixXd & | fjac | ||
| ) | const |
References operator()(), and values().
◆ inputs()
| int MeshCore::LMCylinderFunctor::inputs | ( | ) | const |
References n.
◆ operator()()
| int MeshCore::LMCylinderFunctor::operator() | ( | const Eigen::VectorXd & | x, |
| Eigen::VectorXd & | fvec | ||
| ) | const |
References measuredValues, and values().
Referenced by df().
◆ values()
| int MeshCore::LMCylinderFunctor::values | ( | ) | const |
References m.
Referenced by df(), and operator()().
Member Data Documentation
◆ m
| int MeshCore::LMCylinderFunctor::m |
Referenced by MeshCore::CylinderFit::Fit(), and values().
◆ measuredValues
| Eigen::MatrixXd MeshCore::LMCylinderFunctor::measuredValues |
Referenced by MeshCore::CylinderFit::Fit(), and operator()().
◆ n
| int MeshCore::LMCylinderFunctor::n |
Referenced by MeshCore::CylinderFit::Fit(), and inputs().
The documentation for this struct was generated from the following file:
- src/Mod/Mesh/App/Core/Approximation.cpp
1.8.17