MiniTensor Version of the Day
Loading...
Searching...
No Matches
minitensor::NewtonLineSearch< T, N > Struct Template Reference

#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}
 
tolerance {1.0e-6}
 

Detailed Description

template<typename T, Index N>
struct minitensor::NewtonLineSearch< T, N >

Newton line search

Definition at line 479 of file MiniTensor_Solvers.h.


The documentation for this struct was generated from the following file: