├── .gitignore ├── LICENSE ├── Makefile.CHECKPOINTS.gcc ├── Makefile.PTHREADS.CHECKPOINTS.gcc ├── Makefile.PTHREADS.gcc ├── Makefile.gcc ├── Makefile_MPFR.CHECKPOINTS.gcc ├── Makefile_MPFR.PTHREADS.CHECKPOINTS.gcc ├── Makefile_MPFR.PTHREADS.gcc ├── Makefile_MPFR.gcc ├── README.md ├── README.txt ├── SweeD.c ├── SweeD.h ├── SweeD_BFGS.c ├── SweeD_BFGS.h ├── SweeD_CLR.c ├── SweeD_EI.c ├── SweeD_Input.c ├── SweeD_Kernel.c ├── SweeD_SFS.c ├── compile_rename_ALL.sh └── sweed3.0_manual.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile.CHECKPOINTS.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/Makefile.CHECKPOINTS.gcc -------------------------------------------------------------------------------- /Makefile.PTHREADS.CHECKPOINTS.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/Makefile.PTHREADS.CHECKPOINTS.gcc -------------------------------------------------------------------------------- /Makefile.PTHREADS.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/Makefile.PTHREADS.gcc -------------------------------------------------------------------------------- /Makefile.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/Makefile.gcc -------------------------------------------------------------------------------- /Makefile_MPFR.CHECKPOINTS.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/Makefile_MPFR.CHECKPOINTS.gcc -------------------------------------------------------------------------------- /Makefile_MPFR.PTHREADS.CHECKPOINTS.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/Makefile_MPFR.PTHREADS.CHECKPOINTS.gcc -------------------------------------------------------------------------------- /Makefile_MPFR.PTHREADS.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/Makefile_MPFR.PTHREADS.gcc -------------------------------------------------------------------------------- /Makefile_MPFR.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/Makefile_MPFR.gcc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/README.txt -------------------------------------------------------------------------------- /SweeD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/SweeD.c -------------------------------------------------------------------------------- /SweeD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/SweeD.h -------------------------------------------------------------------------------- /SweeD_BFGS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/SweeD_BFGS.c -------------------------------------------------------------------------------- /SweeD_BFGS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/SweeD_BFGS.h -------------------------------------------------------------------------------- /SweeD_CLR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/SweeD_CLR.c -------------------------------------------------------------------------------- /SweeD_EI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/SweeD_EI.c -------------------------------------------------------------------------------- /SweeD_Input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/SweeD_Input.c -------------------------------------------------------------------------------- /SweeD_Kernel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/SweeD_Kernel.c -------------------------------------------------------------------------------- /SweeD_SFS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/SweeD_SFS.c -------------------------------------------------------------------------------- /compile_rename_ALL.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/compile_rename_ALL.sh -------------------------------------------------------------------------------- /sweed3.0_manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alachins/sweed/HEAD/sweed3.0_manual.pdf --------------------------------------------------------------------------------