• Sean Warren's avatar
    Use banded Cholesky factorization if possible (#857) · 45ce9f7b
    Sean Warren authored
    * Use banded Cholesky factorization if possible
    Computation cost from n.n.n -> n.n.b where b is band size
    
    * Tidy up whitespace
    
    * Remove typo
    
    *  Escape from banded matrix detection correctly
    
    * Use LAPACK banded Cholesky factorisation where possible
    
    * Add banded chol tests
    
    * Add test for banded chol in column major layout
    
    * Use row major layout for banded chol - more efficient as we will pass to LAPACK
    45ce9f7b
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
appveyor.yml Loading commit data...
setup.py Loading commit data...