Solves a toeplitz system.
Parameters |
Description |
R |
can be real or complex. N is equal to R.Length-1. |
A |
The solution is stored in vector A. The first element of A at Index 0 is set to 1. The sign '*' stands for conjugation. |
The procedures solves Toeplitz system of linear equations defined as:
The computational complexity of the algorithm is O(n2) as oposed to at least O(n3) for LUSolve.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|