|
Opm::SharedData< T > Class Template Reference FullMatrix StoragePolicy which provides 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. If non-NULL, must point to a sz
sz
|
|
inline |
Direct access to all data.
|
inline |
|
inline |
Storage element access.
| [in] | i | Linear element index. |
|
inline |
|
inline |
Data size query.