Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
using | array_type = blitz::Array< T, N > |
using | vertex_type = blitz::TinyVector< T, N > |
using | index_type = blitz::TinyVector< int, N > |
using | grid_type = Grid< T, N > |
Public Member Functions | |
Linear_function (array_type func, const grid_type &grid) | |
T | operator() (const vertex_type &x, const index_type &i00) |
Definition at line 97 of file grid_interpolation.hh.