|
MiniTensor Version of the Day
|
#include <MiniTensor_Solvers.h>
Public Member Functions | |
| template<typename FN > | |
| Vector< T, N > | step (FN &fn, Vector< T, N > const &direction, Vector< T, N > const &soln) |
Public Attributes | |
| Index | max_num_iter {16} |
| T | tolerance {1.0e-6} |
Newton line search
Definition at line 479 of file MiniTensor_Solvers.h.