HyTeG
Matrix-Free Finite Elements
Loading...
Searching...
No Matches
hyteg::PointND< ValueType, N > Class Template Reference

Detailed Description

template<typename ValueType, int N>
class hyteg::PointND< ValueType, N >

N-dimensional vector.

The PointND class represents an N-dimensional vector with support for algebraic operations. Internally the class uses a dense Eigen::Matrix for this and at some point we might want to switch to that representation altogether

Template Parameters
TVector data type
NDimension of vector

#include <PointND.hpp>

Inheritance diagram for hyteg::PointND< ValueType, N >:
Collaboration diagram for hyteg::PointND< ValueType, N >:

Public Member Functions

 PointND ()
 

Constructor & Destructor Documentation

◆ PointND()

template<typename ValueType , int N>
hyteg::PointND< ValueType, N >::PointND ( )
inline

The documentation for this class was generated from the following file: