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

Limited, experimental, sparse matrix support #535

Merged
merged 26 commits into from Feb 3, 2019
Merged

Limited, experimental, sparse matrix support #535

merged 26 commits into from Feb 3, 2019

Commits on Oct 20, 2018

  1. Run rustmt.

    sebcrozet committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    0d24cf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa3e7a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. Configuration menu
    Copy the full SHA
    dc8edec View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    e4e5659 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    34b20dc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Configuration menu
    Copy the full SHA
    7ecbaca View commit details
    Browse the repository at this point in the history
  2. Fix cholesky computation.

    sebcrozet committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    9bf1d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50d0b64 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Configuration menu
    Copy the full SHA
    c3e8112 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    748cfee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538e18b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    383a18f View commit details
    Browse the repository at this point in the history
  2. Add matrixmarket parser.

    sebcrozet committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    ed07b78 View commit details
    Browse the repository at this point in the history
  3. Run rustfmt.

    sebcrozet committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    8341ec2 View commit details
    Browse the repository at this point in the history
  4. Add rustfmt.toml.

    sebcrozet committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    1866d59 View commit details
    Browse the repository at this point in the history
  5. Fix matrix market grammar.

    sebcrozet committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    f43ab96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4b66bd View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. Add .min and .max.

    sebcrozet committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    cae2be5 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Configuration menu
    Copy the full SHA
    a14d8a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    9fbdedb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ab61f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f76ef View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Merge branch 'master-public' into sparse

    # Conflicts:
    #	Cargo.toml
    #	examples/matrix_construction.rs
    #	nalgebra-glm/src/constructors.rs
    #	nalgebra-glm/src/ext/matrix_clip_space.rs
    #	nalgebra-glm/src/ext/matrix_transform.rs
    #	nalgebra-glm/src/ext/mod.rs
    #	nalgebra-glm/src/ext/quaternion_common.rs
    #	nalgebra-glm/src/gtx/quaternion.rs
    #	nalgebra-glm/src/gtx/rotate_vector.rs
    #	nalgebra-glm/src/lib.rs
    #	nalgebra-glm/src/traits.rs
    #	nalgebra-lapack/src/cholesky.rs
    #	nalgebra-lapack/src/eigen.rs
    #	nalgebra-lapack/src/hessenberg.rs
    #	nalgebra-lapack/src/lu.rs
    #	nalgebra-lapack/src/qr.rs
    #	nalgebra-lapack/src/schur.rs
    #	nalgebra-lapack/src/svd.rs
    #	nalgebra-lapack/src/symmetric_eigen.rs
    #	rustfmt.toml
    #	src/base/array_storage.rs
    #	src/base/blas.rs
    #	src/base/cg.rs
    #	src/base/default_allocator.rs
    #	src/base/edition.rs
    #	src/base/iter.rs
    #	src/base/matrix.rs
    #	src/base/swizzle.rs
    #	src/base/vec_storage.rs
    #	src/geometry/mod.rs
    #	src/geometry/point_construction.rs
    #	src/geometry/quaternion.rs
    #	src/geometry/similarity.rs
    #	src/geometry/translation.rs
    #	src/geometry/unit_complex_construction.rs
    #	src/linalg/bidiagonal.rs
    #	src/linalg/cholesky.rs
    #	src/linalg/full_piv_lu.rs
    #	src/linalg/hessenberg.rs
    #	src/linalg/lu.rs
    #	src/linalg/permutation_sequence.rs
    #	src/linalg/qr.rs
    #	src/linalg/schur.rs
    #	src/linalg/svd.rs
    #	src/linalg/symmetric_eigen.rs
    #	src/linalg/symmetric_tridiagonal.rs
    #	tests/geometry/point.rs
    #	tests/geometry/quaternion.rs
    #	tests/lib.rs
    #	tests/linalg/eigen.rs
    #	tests/linalg/svd.rs
    sebcrozet committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    fc24db8 View commit details
    Browse the repository at this point in the history
  2. Add all the missing docs.

    sebcrozet committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    ce8879c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7be7fc8 View commit details
    Browse the repository at this point in the history
  4. Update to alga 0.8.

    sebcrozet committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    08f3183 View commit details
    Browse the repository at this point in the history