9#ifndef LEHRFEMPP_CHECK_JACOBIAN_INVERSE_GRAMIAN_H
10#define LEHRFEMPP_CHECK_JACOBIAN_INVERSE_GRAMIAN_H
12#include <lf/geometry/geometry.h>
23 const Eigen::MatrixXd &eval_points);
Defines the Geometry::test_utils module and provides a number of test functions to check geometry obj...
void checkJacobianInverseGramian(const lf::geometry::Geometry &geom, const Eigen::MatrixXd &eval_points)
Checks if JacobianInverseGramian() is implemented correctly assuming that Jacobian() is correct.