Functor that evaluates the 2-norm of the modified quality metric for a local simplicial mesh. More...
#include <ComplexWithFreeVertexOnManifold.h>
Public Types | |
typedef Base::argument_type | argument_type |
The argument type. | |
typedef Base::result_type | result_type |
The result type. | |
Public Member Functions | |
ComplexManifoldNorm2Mod (Complex &sc) | |
Construct from a ComplexWithFreeVertexOnManifold . | |
ComplexManifoldNorm2Mod (const ComplexManifoldNorm2Mod &x) | |
Copy constructor. | |
Complex & | getComplex () const |
Get the complex. | |
result_type | operator() (const argument_type &x) const |
Return the 2-norm of the modified quality function. | |
void | gradient (const argument_type &x, argument_type &grad) const |
Calculate the gradient of the 2-norm of the modified quality function. |
Functor that evaluates the 2-norm of the modified quality metric for a local simplicial mesh.