LICENSE.txt
README.md
setup.py
svf_package/__init__.py
svf_package/svf_functions.py
svf_package.egg-info/PKG-INFO
svf_package.egg-info/SOURCES.txt
svf_package.egg-info/dependency_links.txt
svf_package.egg-info/requires.txt
svf_package.egg-info/top_level.txt
svf_package/cv/__init__.py
svf_package/cv/cv.py
svf_package/cv/fold.py
svf_package/grid/__init__.py
svf_package/grid/grid.py
svf_package/grid/svf_splines_grid.py
svf_package/grid/svfgrid.py
svf_package/methods/__init__.py
svf_package/methods/ssvf.py
svf_package/methods/svf.py
svf_package/methods/svf_dual.py
svf_package/methods/svf_splines.py
svf_package/methods/svfc.py
svf_package/solution/__init__.py
svf_package/solution/svf_dual_solution.py
svf_package/solution/svf_solution.py
tests/__init__.py
tests/grid/__init__.py
tests/grid/test_grid.py
tests/grid/test_grid_svf_splines.py
tests/train/__init__.py
tests/train/test_train_ssvf.py