|
Opm::ImmutableSharedData< T > Class Template Reference FullMatrix StoragePolicy which provides immutable object sharing semantics. More...
Detailed Descriptiontemplate<typename T>
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| T | Element type of the FullMatrix. Often T
double
|
|
inlineprotected |
Constructor.
| [in] | sz | Number of elements in FullMatrix storage std::array. |
| [in] | data | Initial data vector. Must be non-NULL and point to a sz
|
|
inline |
Direct access to all data.
|
inline |
Storage element access.
| [in] | i | Linear element index. |
|
inline |
Data size query.