Go to the documentation of this file.
35#ifndef NEKTAR_LIB_UTILITIES_LINEAR_ALGEBRA_NEK_VECTOR_FWD_HPP
36#define NEKTAR_LIB_UTILITIES_LINEAR_ALGEBRA_NEK_VECTOR_FWD_HPP
43template <
typename DataType>
class NekVector;
45template <
typename T>
struct IsVector :
public std::false_type
49template <
typename DataType>