Rev 3695 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
CHOLMOD: a sparse Cholesky factorization package.The Include/*.h files in this directory provide a basic documentation of alluser-callable routines and user-visible data structures in the CHOLMODpackage. Start with cholmod.h, which describes the general structure ofthe parameter lists of CHOLMOD routines. cholmod_core.h describes thedata structures and basic operations on them (creating and deleting them).cholmod.h single include file for all user programscholmod_config.h CHOLMOD compile-time configurationcholmod_core.h Core module: data structures and basic support routinescholmod_check.h Check module: check/print CHOLMOD data structurescholmod_cholesky.h Cholesky module: LL' and LDL' factorizationcholmod_matrixops.h MatrixOps module: sparse matrix operators (add, mult,..)cholmod_modify.h Modify module: update/downdate/...cholmod_partition.h Partition module: nested dissection orderingcholmod_supernodal.h Supernodal module: supernodal CholeskyThese include files are not used in user programs, but in CHOLMOD only:cholmod_blas.h BLAS definitionscholmod_complexity.h complex arithmeticcholmod_template.h complex arithmetic for template routinescholmod_internal.h internal definitions, not visible to user program