KASKADE 7 development version
Public Types | List of all members
Kaskade::CG_Detail::ChooseRegularization< X, Xstar, Derived, impl > Struct Template Reference

#include <cgImplementation.hh>

Detailed Description

template<class X, class Xstar, class Derived, CGImplementationType impl>
struct Kaskade::CG_Detail::ChooseRegularization< X, Xstar, Derived, impl >

Definition at line 80 of file cgImplementation.hh.

Public Types

typedef std::conditional<(impl==CGImplementationType::STANDARD||impl==CGImplementationType::TRUNCATED), NoRegularization< X, Xstar, Derived >, Regularization< X, Xstar, Derived > >::type type
 

Member Typedef Documentation

◆ type

template<class X , class Xstar , class Derived , CGImplementationType impl>
typedef std::conditional<(impl==CGImplementationType::STANDARD||impl==CGImplementationType::TRUNCATED),NoRegularization<X,Xstar,Derived>,Regularization<X,Xstar,Derived>>::type Kaskade::CG_Detail::ChooseRegularization< X, Xstar, Derived, impl >::type

Definition at line 85 of file cgImplementation.hh.


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