This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33107: cholesky() for trivial matrices.
Somehow the trivial matrix was overlooked (probably by myself) in the generic cholesky() method for matrices. Here we add a special-case and a doctest for it; the trivial matrix itself satisfies the definition of its Cholesky factor.
- Loading branch information