aboutsummaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-05-16feat: added directory for command line toolsNicholas Noll
2020-05-16fix: linking errors associated to linking bins against all dependencies. part...Nicholas Noll
2020-05-15feat: added buffered io to libnNicholas Noll
2020-05-15feat: testing directory to allow for easier tests of codeNicholas Noll
2020-05-15factored out the common code of makefilesNicholas Noll
2020-05-14feat: begun work on final blas level 2Nicholas Noll
2020-05-13blas 1 generation code completeNicholas Noll
2020-05-13unrolling blas level 1 fully worksNicholas Noll
2020-05-10begun work on making level 2 stridedNicholas Noll
2020-05-09added helper function for horizontal sumsNicholas Noll
2020-05-09fix: indexing bug associated to columns in gemv functionNicholas Noll
2020-05-09feat: all level 1 functions are now stridedNicholas Noll
2020-05-09fix: mathematical bug in rotm.Nicholas Noll
2020-05-08Adding strided computation to blas kernels.Nicholas Noll
2020-05-08added more level 2 and 3 functions to blas implementationNicholas Noll
2020-05-08Prototype of BLAS level 1 functions (double)Nicholas Noll
2020-05-07wrap: elementary math functions for libmathNicholas Noll
2020-05-06bumpNicholas Noll
2020-05-03removed the day's confusion. added debug and release mode to makefileNicholas Noll
2020-05-03added simple random number generator: NOT CRYTOGRAPHICNicholas Noll
2020-05-03removed buggy qsort header and implemented myselfNicholas Noll
2020-05-01moved to static build with musl and integrated cscopes into dev toolsNicholas Noll
2020-05-01feat: level 3 funcsNicholas Noll
2020-04-30feat: added more level 2 functionsNicholas Noll
2020-04-30chore: broke out blas-like interface into its own fileNicholas Noll
2020-04-30explore: testing out simple vectorized math libraryNicholas Noll
2020-04-30chore: move from new to make prefix of constructorsNicholas Noll
2020-04-28struct: preparing for prototype of math libraryNicholas Noll
2020-04-28feat: prototype of rerooting functionNicholas Noll
2020-04-28fix: finished remove child functionNicholas Noll
2020-04-28fix: moved nnodes into a property of nodeNicholas Noll
2020-04-28fix: ladderize now sorts by number of nodes contained belowNicholas Noll
2020-04-28struct: tree node children now purely linked list instead of bespoke hybridNicholas Noll
2020-04-28feat: prototype of remove child functionNicholas Noll
2020-04-28fix: allow for quoted identifiers to contain any characterNicholas Noll
2020-04-28fix: allow for identifiers that start with numbersNicholas Noll
2020-04-28feat: added number of nodes & leafs to tree data structureNicholas Noll
2020-04-26fix: now properly sort arrays with inline functionsNicholas Noll
2020-04-26feat: begun work on edit distance aware local sensitive hashing algorithmNicholas Noll
2020-04-26feat: added simple sort interfaces to libnNicholas Noll
2020-04-26sys/libn/sort.cNicholas Noll
2020-04-26chore: moved string into main libn headerNicholas Noll
2020-04-25feat: parsing multiline fastq filesNicholas Noll
2020-04-25chore: pulled out sequence header function to be used by fastqNicholas Noll
2020-04-25chore: prepare for refactoring to allow for fastqNicholas Noll
2020-04-25feat: added memory mapped file readerNicholas Noll
2020-04-25feat: updated fasta code to allow for iterationNicholas Noll
2020-04-23fix: gzip macro errorNicholas Noll
2020-04-23feat: started prototype of zlib wrapperNicholas Noll
2020-04-23feat: made calling signature of interface accepting functions more reliableNicholas Noll