Compute the parameters of a second order autoregressive process. More...
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_vector.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_vector.h>
#include <vcl_string.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | mbl_ar_process< T > |
Compute the parameters of a second order autoregressive process. More... | |
Functions | |
template<class T > | |
void | vsl_b_write (vsl_b_ostream &s, const mbl_ar_process< T > *p) |
Write to binary stream. | |
template<class T > | |
void | vsl_b_read (vsl_b_istream &s, mbl_ar_process< T > *&v) |
Read data from binary stream. | |
template<class T > | |
void | vsl_print_summary (vcl_ostream &os, const mbl_ar_process< T > *p) |
Print class to os. |
Compute the parameters of a second order autoregressive process.
Definition in file mbl_ar_process.h.
void vsl_b_read | ( | vsl_b_istream & | s, |
mbl_ar_process< T > *& | v | ||
) |
Read data from binary stream.
Definition at line 249 of file mbl_ar_process.txx.
void vsl_b_write | ( | vsl_b_ostream & | s, |
const mbl_ar_process< T > * | p | ||
) |
Write to binary stream.
Definition at line 233 of file mbl_ar_process.txx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const mbl_ar_process< T > * | p | ||
) |
Print class to os.
Definition at line 266 of file mbl_ar_process.txx.