Template Class TensorDim
Defined in File Tensor.hpp
Inheritance Relationships
Base Type
public combigrid::TensorIndexer< DIM >(Template Class TensorIndexer)
Class Documentation
-
template<typename Type, DimType DIM>
class TensorDim : public combigrid::TensorIndexer<DIM> Public Functions
-
TensorDim() = default
-
inline explicit TensorDim(Type *data, IndexArray<DIM> extents)
-
inline Type &operator()(const IndexArray<DIM> &index)
-
inline Type const &operator()(const IndexArray<DIM> &index) const
-
TensorDim() = default