Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some trait + LU api cleanup #695

Merged
merged 2 commits into from
Dec 8, 2019
Merged

Some trait + LU api cleanup #695

merged 2 commits into from
Dec 8, 2019

Commits on Nov 28, 2019

  1. Expand StaticArrayLike + some trait cleanup

    * Add triangular matrix wrappers to StaticArrayLike
    * Avoid defining `get()` for our traits as that collides with Base.get
    c42f committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d83e43f View commit details
    Browse the repository at this point in the history
  2. Implement .P property for LU factorizations

    This matches the Base API.
    c42f committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0fd60a5 View commit details
    Browse the repository at this point in the history