I hereby claim:
- I am mathrack on github.
- I am cedricfl (https://keybase.io/cedricfl) on keybase.
- I have a public key ASAWau9zLtYv3xv5OqDECeVgV1pkaiqIXGoTlYsuGT8Mdgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| """ | |
| Spectral Proper Orthogonal Decomposition | |
| ----------------------------------------- | |
| This module implements the Spectral Proper Orthogonal Decomposition class. The | |
| present implementation corresponds to the batch algorithm originally proposed | |
| in [1]. Note that a streaming algorithm has also been proposed in [2]. | |
| References | |
| ---------- |
| module mem_pool | |
| use iso_fortran_env, only: real64 | |
| implicit none | |
| ! Double precision | |
| integer, parameter :: mytype = kind(0._real64) | |
| ! This is a memory block |