Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ When performing image IO, both `S` and `F` support bulk transfer functions that
- `void Flm<real>::set(const float *data, int N)`
`void Flm<real>::get(float *data, int N)`

Transfer 32-bit floating point data into or out of the frequency domain image. The `data` argument must accomodate `N` &times; `N` &times; `c` 32-bit floats. `N` need not be a power of two, and when `N` does not equal `n` then a truncated set of coefficients is accepted or provided.
Transfer 32-bit floating point data into or out of the frequency domain image. The `data` argument must accommodate `N` &times; `N` &times; `c` 32-bit floats. `N` need not be a power of two, and when `N` does not equal `n` then a truncated set of coefficients is accepted or provided.

- `void Sij<real>::set(const float *src)`
`void Sij<real>::get(float *dst)`
Expand Down