Classes | |
| struct | PowSpec |
Functions | |
| subroutine | PowSpecAlloc (power) |
| Allocates a PowSpec Object. | |
| subroutine | PowSpecCheckAlloc (power) |
| subroutine | PowSpecFree (power) |
| deallocates a PowSpec Object | |
| subroutine | PowspecAllocFromFile (power, fname) |
| Allocates the PowSpec structure from a power spectrum file and reads in the values. | |
| subroutine | PowSpecValueAtK (power, k, p_at_k) |
| Evaluates the power at some k via interpolation. | |
| subroutine CovTools::PowSpecAlloc | ( | type(PowSpec) | power | ) |
Allocates a PowSpec Object.
| subroutine CovTools::PowspecAllocFromFile | ( | type(PowSpec) | power, | |
| character(len=*) | fname | |||
| ) |
Allocates the PowSpec structure from a power spectrum file and reads in the values.
| subroutine CovTools::PowSpecCheckAlloc | ( | type (powspec) | power | ) |
| subroutine CovTools::PowSpecFree | ( | type(powspec) | power | ) |
deallocates a PowSpec Object
| subroutine CovTools::PowSpecValueAtK | ( | type(PowSpec) | power, | |
| real(dp) | k, | |||
| real(dp) | p_at_k | |||
| ) |
Evaluates the power at some k via interpolation.
1.5.4