Skip to content

Commit

Permalink
Removed kfunc, kmin and krand
Browse files Browse the repository at this point in the history
Each of these three libraries consists of a couple of hundred lines of code. I
think it does not harm too much if I put them together. I do not like too many
files...
  • Loading branch information
lh3 committed Jul 30, 2012
1 parent d35fbee commit 1e0aa7b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 417 deletions.
4 changes: 1 addition & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ ksa.c Constructing suffix arrays for strings with multiple sentinels
knetfile.{h,c} Random access to remote files
kopen.c Smart stream opening

kfunc.c Special mathematical functions
krand.{h,c} Pseudo-random number generator mt19937
kmin.{h,c} Derivative-free non-linear programming
kmath.{h,c} Numerical routines
khmm.{h,c} Basic HMM library
ksw.(h,c} Smith-Waterman using SSE2
knhx.{h,c} Newick format parser
Expand Down
162 changes: 0 additions & 162 deletions kfunc.c

This file was deleted.

106 changes: 0 additions & 106 deletions kmin.c

This file was deleted.

44 changes: 0 additions & 44 deletions kmin.h

This file was deleted.

Loading

0 comments on commit 1e0aa7b

Please sign in to comment.