|
type(coolist), dimension(:,:), allocatable, public | corr_tensor::yy |
| Coolist holding the \(\langle Y \otimes Y^s \rangle\) terms. More...
|
|
type(coolist), dimension(:,:), allocatable, public | corr_tensor::dy |
| Coolist holding the \(\langle \partial_Y \otimes Y^s \rangle\) terms. More...
|
|
type(coolist), dimension(:,:), allocatable, public | corr_tensor::ydy |
| Coolist holding the \(\langle Y \otimes \partial_Y \otimes Y^s \rangle\) terms. More...
|
|
type(coolist), dimension(:,:), allocatable, public | corr_tensor::dyy |
| Coolist holding the \(\langle \partial_Y \otimes Y^s \otimes Y^s \rangle\) terms. More...
|
|
type(coolist4), dimension(:,:), allocatable, public | corr_tensor::ydyy |
| Coolist holding the \(\langle Y \otimes \partial_Y \otimes Y^s \otimes Y^s \rangle\) terms. More...
|
|
real(kind=8), dimension(:), allocatable | corr_tensor::dumb_vec |
| Dumb vector to be used in the calculation. More...
|
|
real(kind=8), dimension(:,:), allocatable | corr_tensor::dumb_mat1 |
| Dumb matrix to be used in the calculation. More...
|
|
real(kind=8), dimension(:,:), allocatable | corr_tensor::dumb_mat2 |
| Dumb matrix to be used in the calculation. More...
|
|
real(kind=8), dimension(:,:), allocatable | corr_tensor::expm |
| Matrix holding the product inv_corr_i*corr_ij at time \(s\). More...
|
|