import { dft } from './dft'; import { coherence } from './coherence'; export const gpualgorithms = { dft, coherence }