Functions§
- det_
permutations - Computes the determinant of an n×n matrix using the Leibniz formula. Very slow (O(n!)), only for testing / small matrices.
- random_
positive_ definite_ matrix - test_
cholesky_ decomposition - test_
cholesky_ identity_ matrix - test_
cholesky_ not_ positive_ definite - test_
cholesky_ overwrite - test_
cholesky_ reconstruction - test_
determinant - test_
determinant_ dummy - test_
inverse - test_
inverse_ overwrite - test_
inverse_ singular_ should_ panic - test_
lu_ decomposition - test_
lu_ decomposition_ rectangular - test_
lu_ overwrite - test_
lu_ overwrite_ rectangular - test_
lu_ reconstruction