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