Skip to content

antonl/varpro-blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A test implementation of variable projection for global kinetic fitting in python/cython.

Requirements

  • cmake
  • c compiler
  • cython
  • python 3.5 (not tested with anything else...)
  • numpy

Installing

Use cmake to build the extension. I'd recommend making a build directory and compiling the code there (an out-of-source build).

# mkdir build; cd build
# cmake ..
... configuration happens...
# make 
# python setup.py install

About

An experiment in running variable projection blockwise on a multi-response dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published