NeoPZ
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TFadUnaryMin< T > Class Template Reference

#include <tfad.h>

Public Types

typedef T::value_type value_type
 

Public Member Functions

 TFadUnaryMin (const T &value)
 
const value_type val () const
 
const value_type dx (int i) const
 
int size () const
 
bool hasFastAccess () const
 
value_type fastAccessDx (int i) const
 

Protected Member Functions

 TFadUnaryMin ()
 

Protected Attributes

const T & expr_
 

Detailed Description

template<class T>
class TFadUnaryMin< T >

Definition at line 45 of file tfad.h.

Member Typedef Documentation

◆ value_type

template<class T >
typedef T::value_type TFadUnaryMin< T >::value_type

Definition at line 451 of file tfad.h.

Constructor & Destructor Documentation

◆ TFadUnaryMin() [1/2]

template<class T >
TFadUnaryMin< T >::TFadUnaryMin ( )
inlineprotected

Definition at line 454 of file tfad.h.

◆ TFadUnaryMin() [2/2]

template<class T >
TFadUnaryMin< T >::TFadUnaryMin ( const T &  value)
inline

Definition at line 459 of file tfad.h.

Member Function Documentation

◆ dx()

template<class T >
const value_type TFadUnaryMin< T >::dx ( int  i) const
inline

Definition at line 462 of file tfad.h.

◆ fastAccessDx()

template<class T >
value_type TFadUnaryMin< T >::fastAccessDx ( int  i) const
inline

Definition at line 466 of file tfad.h.

◆ hasFastAccess()

template<class T >
bool TFadUnaryMin< T >::hasFastAccess ( ) const
inline

Definition at line 465 of file tfad.h.

◆ size()

template<class T >
int TFadUnaryMin< T >::size ( ) const
inline

Definition at line 463 of file tfad.h.

◆ val()

template<class T >
const value_type TFadUnaryMin< T >::val ( ) const
inline

Definition at line 461 of file tfad.h.

Member Data Documentation

◆ expr_

template<class T >
const T& TFadUnaryMin< T >::expr_
protected

Definition at line 456 of file tfad.h.


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