Go to the source code of this file.
|
| template<class X , class Xstar , class TimerPolicy = DoNotMeasureTime> |
| using | Kaskade::CG = CGBase< X, Xstar, CGImplementationType::STANDARD, TimerPolicy > |
| |
| template<class X , class Xstar , class TimerPolicy = DoNotMeasureTime> |
| using | Kaskade::TCG = CGBase< X, Xstar, CGImplementationType::TRUNCATED, TimerPolicy > |
| |
| template<class X , class Xstar , class TimerPolicy = DoNotMeasureTime> |
| using | Kaskade::RCG = CGBase< X, Xstar, CGImplementationType::REGULARIZED, TimerPolicy > |
| |