|
| file | b64.c |
| | This file contains some simple 8bit-to-6bit encoding/deconding routines.
|
| |
| file | blas.c |
| | This file contains GKlib's implementation of BLAS-like routines.
|
| |
| file | csr.c |
| | Various routines with dealing with CSR matrices.
|
| |
| file | error.c |
| | Various error-handling functions.
|
| |
| file | evaluate.c |
| | Various routines to evaluate classification performance.
|
| |
| file | fs.c |
| | Various file-system functions.
|
| |
| file | getopt.c |
| | Command line parsing.
|
| |
| file | gk_arch.h [code] |
| | This file contains various architecture-specific declerations.
|
| |
| file | gk_defs.h [code] |
| | This file contains various constants definitions.
|
| |
| file | gk_externs.h [code] |
| | This file contains definitions of external variables created by GKlib.
|
| |
| file | gk_getopt.h [code] |
| | This file contains GNU's externs/structs/prototypes.
|
| |
| file | gk_macros.h [code] |
| | This file contains various macros.
|
| |
| file | gk_mkblas.h [code] |
| | Templates for BLAS-like routines.
|
| |
| file | gk_mkmemory.h [code] |
| | Templates for memory allocation routines.
|
| |
| file | gk_mkpqueue.h [code] |
| | Templates for priority queues.
|
| |
| file | gk_mkpqueue2.h [code] |
| | Templates for priority queues that do not utilize locators and as such they can use different types of values.
|
| |
| file | gk_mkrandom.h [code] |
| | Templates for portable random number generation.
|
| |
| file | gk_mksort.h [code] |
| | Templates for the qsort routine.
|
| |
| file | gk_mkutils.h [code] |
| | Templates for various utility routines.
|
| |
| file | gk_proto.h [code] |
| | This file contains function prototypes.
|
| |
| file | gk_struct.h [code] |
| | This file contains various datastructures used/provided by GKlib.
|
| |
| file | gk_types.h [code] |
| | This file contains basic scalar datatype used in GKlib.
|
| |
| file | graph.c |
| | Various routines with dealing with sparse graphs.
|
| |
| file | io.c |
| | Various file I/O functions.
|
| |
| file | itemsets.c |
| | Frequent/Closed itemset discovery routines.
|
| |
| file | mcore.c |
| | Functions dealing with creating and allocating mcores.
|
| |
| file | memory.c |
| | This file contains various allocation routines.
|
| |
| file | pdb.c |
| | Functions for parsing pdb files.
|
| |
| file | pqueue.c |
| | This file implements various max-priority queues.
|
| |
| file | random.c |
| | Various routines for providing portable 32 and 64 bit random number generators.
|
| |
| file | rw.c |
| | Various routines that perform random-walk based operations on graphs stored as gk_csr_t matrices.
|
| |
| file | sort.c |
| | This file contains GKlib's various sorting routines.
|
| |
| file | string.c |
| | Functions for manipulating strings.
|
| |
| file | timers.c |
| | Various timing functions.
|
| |
| file | tokenizer.c |
| | String tokenization routines.
|
| |