|
MiniTensor Version of the Day
|
Go to the source code of this file.
Namespaces | |
| namespace | minitensor |
Typedefs | |
| template<typename T , int N> | |
| using | minitensor::FAD = Sacado::Fad::SLFad< T, N > |
| The Fad type to use. | |
Enumerations | |
| enum class | minitensor::StepType { minitensor::StepType::UNDEFINED = 0 , minitensor::StepType::NEWTON = 1 , minitensor::StepType::NEWTON_LS = 2 , minitensor::StepType::TRUST_REGION = 3 , minitensor::StepType::CG = 4 , minitensor::StepType::LINE_SEARCH_REG = 5 } |
Functions | |
| template<typename FN , typename T , Index N> | |
| std::unique_ptr< StepBase< FN, T, N > > | minitensor::stepFactory (StepType step_type) |