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

#include <MiniTensor_Solvers.h>

Inheritance diagram for minitensor::TrustRegionDogLegGradient< T, N >:
minitensor::TrustRegionSubproblemBase< T, N >

Public Member Functions

Vector< T, N > step (Tensor< T, N > const &Hessian, Vector< T, N > const &gradient)
 
- Public Member Functions inherited from minitensor::TrustRegionSubproblemBase< T, N >
Vector< T, N > lin_solve (Tensor< T, N > const &A, Vector< T, N > const &b)
 

Public Attributes

region_size {1.0}
 
- Public Attributes inherited from minitensor::TrustRegionSubproblemBase< T, N >
PreconditionerType preconditioner_type {PreconditionerType::IDENTITY}
 

Detailed Description

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

Trust region subproblem with a given gradient/residual. Dog leg algorithm.

Definition at line 655 of file MiniTensor_Solvers.h.


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