Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Types | Public Member Functions | List of all members
vtb::core::Wave_table< T > Class Template Reference
Inheritance diagram for vtb::core::Wave_table< T >:
[legend]
Collaboration diagram for vtb::core::Wave_table< T >:
[legend]

Public Types

typedef blitz::Array< T, 1 > array_type
 
- Public Types inherited from vtb::core::Wave_table_base< T >
typedef blitz::Array< int, 1 > indices_type
 
typedef blitz::Array< T, 1 > array_type
 

Public Member Functions

void shape (int n)
 
void fourier_transform (array_type &x, int sign)
 
- Public Member Functions inherited from vtb::core::Wave_table_base< T >
void free ()
 
array_type waves () const
 
indices_type indices () const
 

Additional Inherited Members

- Protected Attributes inherited from vtb::core::Wave_table_base< T >
array_type _waves
 
indices_type _indices
 

Detailed Description

template<class T>
class vtb::core::Wave_table< T >

Definition at line 48 of file core/fourier_transform.hh.