/ concept-collection / shtns-webgpu
Sign in
concept-collection / shtns-webgpu
shtns-webgpu / src / index.ts
5 lines · 339 BBlameHistoryRaw
1export { ShtPlan, requestShtDevice, type ShtOptions, type FourierMode } from './sht.ts';
2export { nlmCalc, lmIndex, validateConfig, type ShtConfig } from './layout.ts';
3export { ShtReference, randomSpectrum } from './reference.ts';
4export { gaussNodesWeights } from './gauss.ts';
5export { legendreCoeffs, legendreRow } from './coeffs.ts';
moveopenescclose