Loading...
Searching...
No Matches
Go to the documentation of this file.
14#ifndef PLASK__VECTOR__COMMON_H
15#define PLASK__VECTOR__COMMON_H
25template <
int dim,
typename T=
double>
32template <
int dim,
typename T,
int i>
35 static const int DIMS = dim;
48 operator T()
const {
return c[i]; }