NiHu  2.0
NiHu::conditional_precompute< matrix_function_complexity::zero, Func, Args... > Class Template Reference

specialisation of NiHu::conditional_precompute for the matrix_function_complexity::zero case More...

#include <conditional_precompute.hpp>

Public Types

typedef conditional_precompute type
 self-returning
 

Static Public Member Functions

static constexpr return_type eval (Args const &...)
 return object computed by the function class
 

Public Attributes

decltype(Func::eval(std::declval< Args >()...)) typedef functor_ret_type
 the return type of the Func function class
 
decltype(functor_ret_type::Zero()) typedef return_type
 the return type of the static function eval
 

Detailed Description

template<class Func, class... Args>
class NiHu::conditional_precompute< matrix_function_complexity::zero, Func, Args... >

specialisation of NiHu::conditional_precompute for the matrix_function_complexity::zero case

Definition at line 93 of file conditional_precompute.hpp.


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