#include "Mesquite.hpp"#include "Matrix3D.hpp"#include "PatchData.hpp"#include "MsqTimer.hpp"#include <iosfwd>

Go to the source code of this file.
Classes | |
| class | MsqHessian |
| Vector3D is the object that effeciently stores the objective function Hessian each entry is a Matrix3D object (i.e. a vertex Hessian). More... | |
Namespaces | |
| Mesquite | |
| Used to hold the error state and return it to the application. | |
Functions | |
| void | axpy (Vector3D res[], size_t size_r, const MsqHessian &H, const Vector3D x[], size_t size_x, const Vector3D y[], size_t size_y, MsqError &) |
| msq_stdio::ostream & | operator<< (msq_stdio::ostream &s, const MsqHessian &h) |
| Prints out the MsqHessian blocks. More... | |