Skip to content

Alglib fitting routines compiled to web with emscripten

Notifications You must be signed in to change notification settings

usnistgov/webalglib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webalglib

Some wrappers for functions from the ALGLIB C++ math library for use with web applications, using Emscripten to compile C++ to Javascript.

Examples include

  • Levenberg-Marquardt fitting of gaussians, exponential decay and arbitrary Javascript functions demo
  • Multi-Gaussian peak fitter with interactive fit initializer demo
  • Compilation of neutron-reflectivity equations from C to Javascript (src/mag_wrap.cc and src/refl_wrap.cc)
  • Combination of neutron reflectivity equations with ALGLIB LM-fitting: NCNR online reflectivity calculator

About

Alglib fitting routines compiled to web with emscripten

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published