|
template<class T > |
| Simplicial2 (const T &a, const T &b, const T &c) |
| Constructor takes three coordinates,. More...
|
|
void | print () |
|
template<class T > |
vector< Vec > | derivative1 (const T &n, const T &na, const T &nb) |
| Vector Derivative of some T-valued function defined on points.
|
|
template<class T > |
Biv | derivative (const T &n, const T &na, const T &nb) |
|
Biv | derivative (const float &n, const float &na, const float &nb) |
|
template<class T > |
Vec | derivative2 (const T &n, const T &na, const T &nb) |
|
template<class T > |
Vec | derivativeA (const T &na, const T &nb) |
|
template<class T > |
Vec | derivative0 (const T &n, const T &na, const T &nb) |
| Vector Derivative of some T-valued function defined on points.
|
|
Vec | derivative0 (const float &n, const float &na, const float &nb) |
|
template<class T > |
Vec | gradient (const T &n, const T &na, const T &nb) |
| Gradient of some T-valued function defined on points ignore ea and eb... More...
|
|
Vec | gradient (const float &n, const float &na, const float &nb) |
|
template<class T > |
Biv | exterior_derivative (const T &n, const T &na, const T &nb) |
| Vector Derivative of some T-valued function defined on points.
|
|
template<class T > |
auto | full_derivative (const T &n, const T &na, const T &nb) -> decltype(Vec()*T()) |
| Vector Derivative of some T-valued function defined on points.
|
|
float | deficit () |
|
Point | center () |
|
Vec | cotan (Simplicial2 &s) |
|