Registry / other / libsharp

libsharp

JSON →
library1.0.0vcpkgunverified

Library for fast spherical harmonic transforms, see http://arxiv.org/abs/1303.4945

vcpkg install libsharp
INSTALL
IMPORT
SIG · LIBSHARP
L
libsharp
othercppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libsharp/sharp.h
#include <libsharp/sharp.h>

Initialize and destroy spherical harmonic transform info

#include <libsharp/sharp.h> int main() { sharp_alm_info *alm_info; sharp_make_triangular_alm_info(10, 1, &alm_info); sharp_destroy_alm_info(alm_info); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libsharp — pip install libsharp · libregistry