| 
| bool  | Nektar::IsEqual (const Array< OneD, const NekDouble > &lhs, const Array< OneD, const NekDouble > &rhs, NekDouble tol) | 
|   | 
| bool  | Nektar::operator== (const Array< OneD, NekDouble > &lhs, const Array< OneD, NekDouble > &rhs) | 
|   | 
| template<typename T1 , typename T2 >  | 
| bool  | Nektar::operator== (const Array< OneD, T1 > &lhs, const Array< OneD, T2 > &rhs) | 
|   | 
| template<typename T1 , typename T2 >  | 
| bool  | Nektar::operator!= (const Array< OneD, T1 > &lhs, const Array< OneD, T2 > &rhs) | 
|   | 
| template<typename DataType >  | 
| Array< OneD, DataType >  | Nektar::operator+ (const Array< OneD, DataType > &lhs, unsigned int offset) | 
|   | 
| template<typename DataType >  | 
| Array< OneD, DataType >  | Nektar::operator+ (unsigned int offset, const Array< OneD, DataType > &rhs) | 
|   | 
| template<typename ConstDataType , typename DataType >  | 
| void  | Nektar::CopyArray (const Array< OneD, ConstDataType > &source, Array< OneD, DataType > &dest) | 
|   | 
| template<typename ConstDataType , typename DataType >  | 
| void  | Nektar::CopyArrayN (const Array< OneD, ConstDataType > &source, Array< OneD, DataType > &dest, unsigned int n) | 
|   | 
| bool  | Nektar::IsEqual (const Array< TwoD, const NekDouble > &lhs, const Array< TwoD, const NekDouble > &rhs, NekDouble tol) | 
|   | 
| bool  | Nektar::operator== (const Array< TwoD, NekDouble > &lhs, const Array< TwoD, NekDouble > &rhs) | 
|   | 
| template<typename DataType >  | 
| bool  | Nektar::operator== (const Array< TwoD, DataType > &lhs, const Array< TwoD, DataType > &rhs) | 
|   | 
| template<typename DataType >  | 
| bool  | Nektar::operator!= (const Array< TwoD, DataType > &lhs, const Array< TwoD, DataType > &rhs) | 
|   |