Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Statically allocated storage class. More...
#include <Stokhos_StaticStandardStorage.hpp>
Classes | |
struct | apply |
Turn StaticStandardStorage 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 | |
StaticStandardStorage (const ordinal_type &sz_, const value_type &x=value_type(0.0)) | |
Constructor. More... | |
StaticStandardStorage (const StaticStandardStorage &s) | |
Copy constructor. More... | |
~StaticStandardStorage () | |
Destructor. More... | |
StaticStandardStorage & | operator= (const StaticStandardStorage &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... | |
ordinal_type | size () const |
Return size. 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... | |
Private Attributes | |
value_type | coeff_ [Num] |
Coefficient values. More... | |
ordinal_type | sz |
Size of array used. More... | |
Statically allocated storage class.
Definition at line 20 of file Stokhos_StaticStandardStorage.hpp.
typedef value_type& Stokhos::StaticStandardStorage< ordinal_type, value_type, Num >::reference |
Definition at line 23 of file Stokhos_StaticStandardStorage.hpp.
typedef const value_type& Stokhos::StaticStandardStorage< ordinal_type, value_type, Num >::const_reference |
Definition at line 24 of file Stokhos_StaticStandardStorage.hpp.
typedef value_type* Stokhos::StaticStandardStorage< ordinal_type, value_type, Num >::pointer |
Definition at line 25 of file Stokhos_StaticStandardStorage.hpp.
typedef const value_type* Stokhos::StaticStandardStorage< ordinal_type, value_type, Num >::const_pointer |
Definition at line 26 of file Stokhos_StaticStandardStorage.hpp.
typedef Sacado::ss_array<value_type> Stokhos::StaticStandardStorage< ordinal_type, value_type, Num >::ss |
Definition at line 27 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Constructor.
Definition at line 36 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Copy constructor.
Definition at line 42 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Destructor.
Definition at line 47 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Assignment operator.
Definition at line 50 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Initialize values to a constant value.
Definition at line 57 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Initialize values to an array of values.
Definition at line 62 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Load values to an array of values.
Definition at line 70 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Resize to new size (values are preserved)
Definition at line 75 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Return size.
Definition at line 82 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Coefficient access (avoid if possible)
Definition at line 85 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Coefficient access (avoid if possible)
Definition at line 90 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Get coefficients.
Definition at line 93 of file Stokhos_StaticStandardStorage.hpp.
|
inline |
Get coefficients.
Definition at line 96 of file Stokhos_StaticStandardStorage.hpp.
|
private |
Coefficient values.
Definition at line 101 of file Stokhos_StaticStandardStorage.hpp.
|
private |
Size of array used.
Definition at line 104 of file Stokhos_StaticStandardStorage.hpp.