|
| template<typename DataType > |
| void | Nektar::DeleteStorage (DataType *data, unsigned int num) |
| |
| template<typename Dim , typename DataType , typename ExtentListType > |
| boost::shared_ptr< boost::multi_array_ref< DataType, Dim::Value > > | Nektar::CreateStorage (const ExtentListType &extent) |
| |
| template<typename DataType > |
| boost::shared_ptr< boost::multi_array_ref< DataType, 1 > > | Nektar::CreateStorage (unsigned int d1) |
| |
| template<typename DataType > |
| boost::shared_ptr< boost::multi_array_ref< DataType, 2 > > | Nektar::CreateStorage (unsigned int d1, unsigned int d2) |
| |
| template<typename DataType > |
| boost::shared_ptr< boost::multi_array_ref< DataType, 3 > > | Nektar::CreateStorage (unsigned int d1, unsigned int d2, unsigned int d3) |
| |