Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
using | vec3 = blitz::TinyVector< T, 3 > |
using | vec2 = blitz::TinyVector< T, 2 > |
using | vertex_matrix = blitz::Array< vec3, 2 > |
using | index_type = blitz::TinyVector< int, 2 > |
Public Member Functions | |
Barycentric_function (const vertex_matrix &points) | |
T | operator() (const vec2 &x, const index_type &i00) |
Definition at line 76 of file grid_interpolation.hh.