Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
line_search.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "line_search.cpp"
+ Include dependency graph for line_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

IGL_INLINE double igl::line_search (Eigen::MatrixXd &x, const Eigen::MatrixXd &d, double i_step_size, std::function< double(Eigen::MatrixXd &)> energy, double cur_energy=-1)