#include <nrutil_mtl.h>
Public Member Functions | |
| wavefilt () | |
| wavefilt (const DP *a, const int n) | |
| ~wavefilt () | |
| wavefilt () | |
| wavefilt (const DP *a, const int n) | |
| ~wavefilt () | |
| wavefilt () | |
| wavefilt (const DP *a, const int n) | |
| ~wavefilt () | |
| wavefilt () | |
| wavefilt (const DP *a, const int n) | |
| ~wavefilt () | |
Public Attributes | |
| int | ncof |
| int | ioff |
| int | joff |
| NRVec< DP > & | cc |
| NRVec< DP > & | cr |
| NRVec< DP > & | cc |
| NRVec< DP > & | cr |
| NRVec< DP > & | cc |
| NRVec< DP > & | cr |
| NRVec< DP > & | cc |
| NRVec< DP > & | cr |
Private Attributes | |
| NRVec< DP > * | cc_p |
| NRVec< DP > * | cr_p |
| NRVec< DP > * | cc_p |
| NRVec< DP > * | cr_p |
| NRVec< DP > * | cc_p |
| NRVec< DP > * | cr_p |
| NRVec< DP > * | cc_p |
| NRVec< DP > * | cr_p |
|
|
Definition at line 299 of file nrutil_mtl.h.
|
|
||||||||||||
|
Definition at line 300 of file nrutil_mtl.h. References DP. 00300 : //initialize to array 00301 cc_p(new NRVec<DP>(n)),cr_p(new NRVec<DP>(n)), 00302 ncof(n),ioff(-(n >> 1)),joff(-(n >> 1)),cc(*cc_p),cr(*cr_p) { 00303 int i; 00304 for (i=0; i<n; i++) 00305 cc[i] = *a++; 00306 DP sig = -1.0; 00307 for (i=0; i<n; i++) { 00308 cr[n-1-i]=sig*cc[i]; 00309 sig = -sig; 00310 } 00311 }
|
|
|
Definition at line 312 of file nrutil_mtl.h.
|
|
|
Definition at line 420 of file nrutil_nr.h.
|
|
||||||||||||
|
Definition at line 421 of file nrutil_nr.h. References DP. 00421 : //initialize to array 00422 cc_p(new NRVec<DP>(n)),cr_p(new NRVec<DP>(n)), 00423 ncof(n),ioff(-(n >> 1)),joff(-(n >> 1)),cc(*cc_p),cr(*cr_p) { 00424 int i; 00425 for (i=0; i<n; i++) 00426 cc[i] = *a++; 00427 DP sig = -1.0; 00428 for (i=0; i<n; i++) { 00429 cr[n-1-i]=sig*cc[i]; 00430 sig = -sig; 00431 } 00432 }
|
|
|
Definition at line 433 of file nrutil_nr.h.
|
|
|
Definition at line 257 of file nrutil_tnt.h.
|
|
||||||||||||
|
Definition at line 258 of file nrutil_tnt.h. References DP. 00258 : //initialize to array 00259 cc_p(new NRVec<DP>(n)),cr_p(new NRVec<DP>(n)), 00260 ncof(n),ioff(-(n >> 1)),joff(-(n >> 1)),cc(*cc_p),cr(*cr_p) { 00261 int i; 00262 for (i=0; i<n; i++) 00263 cc[i] = *a++; 00264 DP sig = -1.0; 00265 for (i=0; i<n; i++) { 00266 cr[n-1-i]=sig*cc[i]; 00267 sig = -sig; 00268 } 00269 }
|
|
|
Definition at line 270 of file nrutil_tnt.h.
|
|
|
Definition at line 325 of file nrutil_val.h.
|
|
||||||||||||
|
Definition at line 326 of file nrutil_val.h. References DP. 00326 : //initialize to array 00327 cc_p(new NRVec<DP>(n)),cr_p(new NRVec<DP>(n)), 00328 ncof(n),ioff(-(n >> 1)),joff(-(n >> 1)),cc(*cc_p),cr(*cr_p) { 00329 int i; 00330 for (i=0; i<n; i++) 00331 cc[i] = *a++; 00332 DP sig = -1.0; 00333 for (i=0; i<n; i++) { 00334 cr[n-1-i]=sig*cc[i]; 00335 sig = -sig; 00336 } 00337 }
|
|
|
Definition at line 338 of file nrutil_val.h.
|
|
|
Definition at line 324 of file nrutil_val.h. |
|
|
Definition at line 256 of file nrutil_tnt.h. |
|
|
Definition at line 419 of file nrutil_nr.h. |
|
|
Definition at line 298 of file nrutil_mtl.h. |
|
|
Definition at line 321 of file nrutil_val.h. |
|
|
Definition at line 253 of file nrutil_tnt.h. |
|
|
Definition at line 416 of file nrutil_nr.h. |
|
|
Definition at line 295 of file nrutil_mtl.h. |
|
|
Definition at line 324 of file nrutil_val.h. |
|
|
Definition at line 256 of file nrutil_tnt.h. |
|
|
Definition at line 419 of file nrutil_nr.h. |
|
|
Definition at line 298 of file nrutil_mtl.h. |
|
|
Definition at line 321 of file nrutil_val.h. |
|
|
Definition at line 253 of file nrutil_tnt.h. |
|
|
Definition at line 416 of file nrutil_nr.h. |
|
|
Definition at line 295 of file nrutil_mtl.h. |
|
|
Definition at line 323 of file nrutil_val.h. |
|
|
Definition at line 323 of file nrutil_val.h. |
|
|
Definition at line 323 of file nrutil_val.h. |
1.3.9.1