#include "toeplitz.h"#include "CFatalException.h"Go to the source code of this file.
Functions | |
| void | SolveToeplitz (ublas::vector< double > &R, ublas::vector< double > &x, const ublas::vector< double > &y) |
| Solves the Toeplitz System Rx = y R,y are input, x is output. | |
| void SolveToeplitz | ( | ublas::vector< double > & | R, | |
| ublas::vector< double > & | x, | |||
| const ublas::vector< double > & | y | |||
| ) |
Solves the Toeplitz System Rx = y R,y are input, x is output.
Definition at line 5 of file toeplitz.cpp.
1.5.5