Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
grid_search.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <functional>
#include "grid_search.cpp"
+ Include dependency graph for grid_search.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename Scalar , typename DerivedX , typename DerivedLB , typename DerivedUB , typename DerivedI >
IGL_INLINE Scalar igl::grid_search (const std::function< Scalar(DerivedX &) > f, const Eigen::MatrixBase< DerivedLB > &LB, const Eigen::MatrixBase< DerivedUB > &UB, const Eigen::MatrixBase< DerivedI > &I, DerivedX &X)