
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | Ffilter (const octave_value_list &args, int) |
| template MArray< Complex > | filter (MArray< Complex > &, MArray< Complex > &, MArray< Complex > &, int dim) |
| template MArray< Complex > | filter (MArray< Complex > &, MArray< Complex > &, MArray< Complex > &, MArray< Complex > &, int dim) |
| template MArray< double > | filter (MArray< double > &, MArray< double > &, MArray< double > &, int dim) |
| template MArray< double > | filter (MArray< double > &, MArray< double > &, MArray< double > &, MArray< double > &, int dim) |
| template MArray< float > | filter (MArray< float > &, MArray< float > &, MArray< float > &, int dim) |
| template MArray< float > | filter (MArray< float > &, MArray< float > &, MArray< float > &, MArray< float > &, int dim) |
| template MArray< FloatComplex > | filter (MArray< FloatComplex > &, MArray< FloatComplex > &, MArray< FloatComplex > &, int dim) |
| template MArray< FloatComplex > | filter (MArray< FloatComplex > &, MArray< FloatComplex > &, MArray< FloatComplex > &, MArray< FloatComplex > &, int dim) |
| template<typename T > | |
| MArray< T > | filter (MArray< T > &b, MArray< T > &a, MArray< T > &x, int dim=-1) |
| template<typename T > | |
| MArray< T > | filter (MArray< T > &b, MArray< T > &a, MArray< T > &x, MArray< T > &si, int dim=0) |
| OCTAVE_EXPORT octave_value_list Ffilter | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 364 of file filter.cc.
References error(), filter(), dim_vector::first_non_singleton(), Array< T, Alloc >::isvector(), dim_vector::ndims(), Array< T, Alloc >::numel(), ovl(), print_usage(), MArray< T >::reshape(), Array< T, Alloc >::resize(), and x.
| template MArray<Complex> filter | ( | MArray< Complex > & | , |
| MArray< Complex > & | , | ||
| MArray< Complex > & | , | ||
| int | dim | ||
| ) |
| template MArray<Complex> filter | ( | MArray< Complex > & | , |
| MArray< Complex > & | , | ||
| MArray< Complex > & | , | ||
| MArray< Complex > & | , | ||
| int | dim | ||
| ) |
| template MArray<double> filter | ( | MArray< double > & | , |
| MArray< double > & | , | ||
| MArray< double > & | , | ||
| int | dim | ||
| ) |
| template MArray<double> filter | ( | MArray< double > & | , |
| MArray< double > & | , | ||
| MArray< double > & | , | ||
| MArray< double > & | , | ||
| int | dim | ||
| ) |
| template MArray<float> filter | ( | MArray< float > & | , |
| MArray< float > & | , | ||
| MArray< float > & | , | ||
| int | dim | ||
| ) |
| template MArray<float> filter | ( | MArray< float > & | , |
| MArray< float > & | , | ||
| MArray< float > & | , | ||
| MArray< float > & | , | ||
| int | dim | ||
| ) |
| template MArray<FloatComplex> filter | ( | MArray< FloatComplex > & | , |
| MArray< FloatComplex > & | , | ||
| MArray< FloatComplex > & | , | ||
| int | dim | ||
| ) |
| template MArray<FloatComplex> filter | ( | MArray< FloatComplex > & | , |
| MArray< FloatComplex > & | , | ||
| MArray< FloatComplex > & | , | ||
| MArray< FloatComplex > & | , | ||
| int | dim | ||
| ) |
| MArray<T> filter | ( | MArray< T > & | b, |
| MArray< T > & | a, | ||
| MArray< T > & | x, | ||
| int | dim = -1 |
||
| ) |
Definition at line 240 of file filter.cc.
References error(), filter(), dim_vector::first_non_singleton(), dim_vector::ndims(), Array< T, Alloc >::numel(), and x.
| MArray<T> filter | ( | MArray< T > & | b, |
| MArray< T > & | a, | ||
| MArray< T > & | x, | ||
| MArray< T > & | si, | ||
| int | dim = 0 |
||
| ) |
Definition at line 48 of file filter.cc.
References Array< T, Alloc >::data(), Array< T, Alloc >::dims(), error(), Array< T, Alloc >::fortran_vec(), dim_vector::ndims(), norm(), dim_vector::numel(), Array< T, Alloc >::numel(), psi(), Array< T, Alloc >::resize(), and x.
Referenced by FilterChain::~FilterChain(), FilterChain::addFilter(), FilterChain::containsFilter(), Ffilter(), event_manager::file_dialog(), qt_interpreter_events::file_dialog(), filter(), file_editor_tab::handle_save_as_filter_selected(), FilterChain::hotSpotAt(), FilterChain::hotSpots(), and FilterChain::removeFilter().