Skip to content

Cholesky Decomposition is slow #69

@jbrown1618

Description

@jbrown1618

The current implementation of the cholesky decomposition involves lots of copying, like L = L.set(i, j, value). The whole thing would be a little bit more efficient if we operated on a S[][] instead of a Matrix<S>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions