Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Traum::SecondOrderDiffEquationConstantSize< Real, N >::DOPVarsArray_t Struct Reference
Inheritance diagram for Traum::SecondOrderDiffEquationConstantSize< Real, N >::DOPVarsArray_t:
Eagle::FixedArray< dop_vars< real >, 2 *N >

Public Member Functions

void init (int)
Public Member Functions inherited from Eagle::FixedArray< dop_vars< real >, 2 *N >
void expandMinMax (FixedArray &MinValues, FixedArray &MaxValues) const
constexpr FixedArray (const FixedArray< AType, N > &l, const FixedArray< BType, N > &r, const Operator< CompType > &)
constexpr FixedArray (const FixedArray< T, M > &F, const T &DefaultValue)
constexpr FixedArray (const FixedArray< T, N > &F)
constexpr FixedArray (const FixedArray< T, N > &F, const ConversionFunctor &CF, const FA_CONVERT &)
constexpr FixedArray (const std::initializer_list< InitType > &Init)
constexpr FixedArray (const value &a)
constexpr FixedArray (const value &a, const value &b)
 FixedArray (const value &a, const value &b, const value &c)
constexpr FixedArray (const value &a, const value &b, const value &c, const value &d)
constexpr FixedArray (const value &a, const value &b, const value &c, const value &d, const value &e)
constexpr value & get (int i)
constexpr const value & get (int i) const
constexpr const FixedArray< value, subsize > * get_subarray () const
constexpr const FixedArray< value, SIZE-1 > & get_subdim () const
const FixedArray_tgetFixedArray () const noexcept
FixedArray_tgetFixedArray () noexcept
constexpr value getMax () const
constexpr value getMin () const
constexpr bool operator!= (const FixedArray< T, N > &F) const
constexpr bool operator== (const FixedArray< T, N > &F) const
constexpr value & operator[] (int i)
constexpr const value & operator[] (int i) const
constexpr value * ptr (int i=0) noexcept
constexpr void set (const Value &x)
void setFromArray (const value *x, int length=SIZE, int offset=0)
void sort (FixedArray< int, N > &I) const

Additional Inherited Members

Public Types inherited from Eagle::FixedArray< dop_vars< real >, 2 *N >
typedef FlattenedArray_t::value_type Element_t
typedef GetFixedArrayType< value >::result_t ElementAsFixedArray_t
typedef FixedArray FixedArray_t
typedef FixedArrayFlattener< FixedArrayOfElements_tFixedArrayFlattener_t
typedef FixedArray< ElementAsFixedArray_t, N > FixedArrayOfElements_t
typedef FixedArrayFlattener_t::result_t FlattenedArray_t
typedef value value_type
Static Public Member Functions inherited from Eagle::FixedArray< dop_vars< real >, 2 *N >
static constexpr FixedArray convert (const FixedArray< T, N > &F, const ConversionFunctor &CF)
static constexpr dimension_t size ()
Protected Attributes inherited from Eagle::FixedArray< dop_vars< real >, 2 *N >
value data [SIZE]