Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Statically allocated storage class. More...
#include <Stokhos_StaticFixedStandardStorage.hpp>
Classes | |
struct | apply |
Turn StaticFixedStandardStorage into a meta-function class usable with mpl::apply. More... | |
Public Types | |
typedef value_type & | reference |
typedef const value_type & | const_reference |
typedef value_type * | pointer |
typedef const value_type * | const_pointer |
typedef Sacado::ss_array < value_type > | ss |
Public Member Functions | |
StaticFixedStandardStorage (const ordinal_type &sz, const value_type &x=value_type(0.0)) | |
Constructor. More... | |
StaticFixedStandardStorage (const StaticFixedStandardStorage &s) | |
Copy constructor. More... | |
~StaticFixedStandardStorage () | |
Destructor. More... | |
StaticFixedStandardStorage & | operator= (const StaticFixedStandardStorage &s) |
Assignment operator. More... | |
void | init (const_reference v) |
Initialize values to a constant value. More... | |
void | init (const_pointer v, const ordinal_type &sz_=0) |
Initialize values to an array of values. More... | |
void | load (pointer v) |
Load values to an array of values. More... | |
void | resize (const ordinal_type &sz) |
Resize to new size (values are preserved) More... | |
const_reference | operator[] (const ordinal_type &i) const |
Coefficient access (avoid if possible) More... | |
reference | operator[] (const ordinal_type &i) |
Coefficient access (avoid if possible) More... | |
const_pointer | coeff () const |
Get coefficients. More... | |
pointer | coeff () |
Get coefficients. More... | |
Static Public Member Functions | |
static ordinal_type | size () |
Return size. More... | |
Private Attributes | |
value_type | coeff_ [Num] |
Coefficient values. More... | |
Statically allocated storage class.
Definition at line 20 of file Stokhos_StaticFixedStandardStorage.hpp.
typedef value_type& Stokhos::StaticFixedStandardStorage< ordinal_type, value_type, Num >::reference |
Definition at line 23 of file Stokhos_StaticFixedStandardStorage.hpp.
typedef const value_type& Stokhos::StaticFixedStandardStorage< ordinal_type, value_type, Num >::const_reference |
Definition at line 24 of file Stokhos_StaticFixedStandardStorage.hpp.
typedef value_type* Stokhos::StaticFixedStandardStorage< ordinal_type, value_type, Num >::pointer |
Definition at line 25 of file Stokhos_StaticFixedStandardStorage.hpp.
typedef const value_type* Stokhos::StaticFixedStandardStorage< ordinal_type, value_type, Num >::const_pointer |
Definition at line 26 of file Stokhos_StaticFixedStandardStorage.hpp.
typedef Sacado::ss_array<value_type> Stokhos::StaticFixedStandardStorage< ordinal_type, value_type, Num >::ss |
Definition at line 27 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Constructor.
Definition at line 36 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Copy constructor.
Definition at line 42 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Destructor.
Definition at line 47 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Assignment operator.
Definition at line 50 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Initialize values to a constant value.
Definition at line 56 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Initialize values to an array of values.
Definition at line 61 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Load values to an array of values.
Definition at line 69 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Resize to new size (values are preserved)
Definition at line 74 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inlinestatic |
Return size.
Definition at line 77 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Coefficient access (avoid if possible)
Definition at line 80 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Coefficient access (avoid if possible)
Definition at line 85 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Get coefficients.
Definition at line 88 of file Stokhos_StaticFixedStandardStorage.hpp.
|
inline |
Get coefficients.
Definition at line 91 of file Stokhos_StaticFixedStandardStorage.hpp.
|
private |
Coefficient values.
Definition at line 96 of file Stokhos_StaticFixedStandardStorage.hpp.