Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

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

Javascript tools based on emscripten-compiled ALGLIB C++

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.