Commit Graph

  • 39a433c0e7 Broader PartialEq implementation for types implementing Dim trait S.Brandeis 2020-01-19 03:02:05 +0100
  • 215df7948e Modify PartialEq test to take into account typenum UInt dimensions S.Brandeis 2020-01-19 03:01:31 +0100
  • 35eafa0337 Add unit test for more general PartialEq trait impl. for Matrix type S.Brandeis 2020-01-19 02:39:17 +0100
  • 12fa938516 Merge pull request #686 from rustsim/fix_vector_slerp Sébastien Crozet 2020-01-05 21:03:39 +0100
  • e911bfc7db Fix doc-test for vector slerp. sebcrozet 2019-12-23 23:41:18 +0100
  • 5f4a0c7b13 Fix slerp for regular vectors. sebcrozet 2019-12-23 23:27:20 +0100
  • 9ec8d4dbd8 Merge pull request #688 from rustsim/matrix_to_slice Sébastien Crozet 2020-01-05 21:02:49 +0100
  • 2728827a45 Merge pull request #684 from aweinstock314/scalar-inlined-clone Sébastien Crozet 2020-01-05 21:02:05 +0100
  • 8bf94f7afb Add matrix/slice conversions. sebcrozet 2019-12-24 17:37:27 +0100
  • 774f4da3e2 Add `Clone` to `Scalar`, providing a default implementation of `inlined_clone`. Change `Scalar + Clone` bounds to just `Scalar`. Avi Weinstock 2019-12-16 18:09:14 -0500
  • e6e3e61893 Merge pull request #682 from fusion-engineering-forks/extend-ref Sébastien Crozet 2019-12-16 15:32:43 +0100
  • 52aac8b975 Add inlined_clone to Scalar, and relax bounds from `Scalar + Copy` to `Scalar + Clone` nearly everywhere. Avi Weinstock 2019-12-05 17:54:17 -0500
  • 43747b4f59 Implement Extend<&N> for VecStorage. Mara Bos 2019-11-29 15:31:52 +0100
  • 999c48e6ed Merge pull request #680 from aweinstock314/copy-scalar-separation Sébastien Crozet 2019-11-22 08:12:34 +0100
  • c17b08190a Merge pull request #681 from Aaron1011/fix/more-iter-offset Sébastien Crozet 2019-11-22 08:08:57 +0100
  • bd7dd6e345 Add Scalar + Copy bounds in nalgebra-lapack. Avi Weinstock 2019-11-21 17:15:18 -0500
  • 6bb355f4d0 Fix some out-of-bounds `offset` calls Aaron Hill 2019-11-21 17:22:00 -0500
  • 6c236af696 Add Scalar + Copy bounds to code that's under feature flags. Avi Weinstock 2019-11-21 16:43:58 -0500
  • e0db624031 Merge pull request #662 from Aaron1011/fix/final-offset Sébastien Crozet 2019-11-21 22:11:56 +0100
  • 7d99015473 Move `Copy` constraint from the definition of `Scalar` to all its use-sites. Avi Weinstock 2019-11-19 15:57:37 -0500
  • e981283500 Switch to `wrapping_offset` instead of unsafe `offset` Aaron Hill 2019-11-19 17:42:33 -0500
  • 5a0ee23e3b Fix Vector::axpy for noncommutative cases (#648) Sébastien Crozet 2019-11-19 22:06:01 +0100
  • 4e25bd87fb Don't call 'offset' on a dangling pointer Aaron Hill 2019-08-04 11:20:19 -0400
  • fe65b1c129 Add Vector::axcpy method Jakub Konka 2019-11-04 10:27:57 +0100
  • ef3406cc8f Cholupdate (#673) Sébastien Crozet 2019-11-17 15:17:25 +0100
  • e1c8e1bccf Fix Vector::axpy for noncommutative cases Jakub Konka 2019-09-04 16:02:31 +0200
  • 8c4bb6f1cb Import IsaacRng from rand_isaac instead of rand. (#678) Sébastien Crozet 2019-11-17 13:49:25 +0100
  • 50ad84e4b1 Update cholesky.rs Nestor Demeure 2019-11-17 13:40:19 +0100
  • 8404839233 Import IsaacRng from rand_isaac instead of rand. Avi Weinstock 2019-11-15 14:29:18 -0500
  • cd8fc9285f Add some missing spaces. sebcrozet 2019-11-17 13:24:00 +0100
  • d78309b1fd Merge pull request #669 from daingun/patch-2 Sébastien Crozet 2019-11-05 23:02:13 +0100
  • b96159aab3 Fix Cholesky for no-std platforms. sebcrozet 2019-11-17 13:10:50 +0100
  • a5b2a4ceb7 Merge pull request #1 from daingun/patch-1 daingun 2019-11-02 13:38:23 +0100
  • 59c6a98615 finished cleaning Nestor Demeure 2019-11-03 21:24:44 +0100
  • 50417494ec Use same algorithm to solve 2x2 eigenvalue problem daingun 2019-11-01 23:27:08 +0100
  • 667c49d0e1 Correct Schur decomposition for 2x2 matrices daingun 2019-11-01 22:12:59 +0100
  • 3d08a80d8d needs faster matrix initialization Nestor Demeure 2019-11-03 20:00:15 +0100
  • f54faedc32 tests pass, needs cleanup Nestor Demeure 2019-11-03 18:48:04 +0100
  • 27a2045389 insert does compile Nestor Demeure 2019-11-03 18:02:27 +0100
  • c613360a5c insert does not compile yet Nestor Demeure 2019-11-03 15:43:49 +0100
  • b29231cf7b found uneeded storagemut Nestor Demeure 2019-11-03 15:17:20 +0100
  • cfa7bbdc7c remove column is now working Nestor Demeure 2019-11-03 14:33:35 +0100
  • 498c6ef60b added template for remove_column Nestor Demeure 2019-11-03 13:26:18 +0100
  • e583e37d1c finally got the correct type for insert column Nestor Demeure 2019-11-03 13:20:56 +0100
  • 2f18aee212 added assertion Nestor Demeure 2019-11-03 09:36:03 +0100
  • 3d170e1684 removed useless if Nestor Demeure 2019-11-02 19:28:46 +0100
  • b2a50404b6 code cleaned Nestor Demeure 2019-11-02 19:05:39 +0100
  • 516155025a code cleaned Nestor Demeure 2019-11-02 19:04:07 +0100
  • 7347d467ae rank update passed tests Nestor Demeure 2019-11-02 18:27:01 +0100
  • 96c16af66f updated comment Nestor Demeure 2019-11-02 16:49:57 +0100
  • 16154f163a added real constraint on sigma Nestor Demeure 2019-11-02 16:45:30 +0100
  • 45e6ac7c2a test is now correct Nestor Demeure 2019-11-02 16:36:23 +0100
  • 5942a2a125 got test to compile Nestor Demeure 2019-11-02 15:56:59 +0100
  • cc478c6c6d added test for update Nestor Demeure 2019-11-02 15:11:14 +0100
  • 0c9451165d first version of rank one update Nestor Demeure 2019-11-02 14:59:07 +0100
  • 2f77d73226 Generalize From<_> for MatrixSlice(Mut) to allow different strides Andreas Longva 2019-11-05 17:11:39 +0100
  • a05aa313da Implement From<&Matrix> for MatrixSlice Andreas Longva 2019-11-04 17:53:21 +0100
  • 6f1e924e40 used Storage trait for solve Nestor Demeure 2019-11-02 09:15:35 +0100
  • ffb69d5a6f used Storage trait for solve method Nestor Demeure 2019-11-02 09:12:34 +0100
  • 456a5a84e7 Used Storage trait for solve method Nestor Demeure 2019-11-02 09:08:16 +0100
  • 1103d49b80 Correct Schur decomposition for 2x2 matrices daingun 2019-11-01 22:12:59 +0100
  • 4d99774b77
    Merge 2f82b3de6c into b612b5700c Mandeep Bhutani 2020-03-02 10:06:47 +0100
  • b612b5700c
    Merge pull request #609 from aplund/dev Sébastien Crozet 2020-03-02 10:06:29 +0100
  • d9f64f8ab8
    Merge pull request #607 from cauthmann/dev Sébastien Crozet 2020-02-23 22:05:45 +0100
  • d72a490b6f
    Merge pull request #696 from nnmm/dev Sébastien Crozet 2020-02-23 22:04:10 +0100
  • 96f2245283 Small docs improvements nnmm 2020-02-23 16:30:11 +0100
  • 6c4545081e
    Merge pull request #695 from ilya-epifanov/fix-givens-rotation-default Sébastien Crozet 2020-02-05 21:22:48 +0100
  • 56a3b55b9f GivensRotation::new() should default to (I, 0) Ilya Epifanov 2020-02-05 14:24:27 +0100
  • 09d5c8a7d9
    Fix Matrix PartialEq bug and add some generalization (#692) Sébastien Crozet 2020-01-25 22:33:02 +0100
  • ecf984995d Add type annotations in serde tests S.Brandeis 2020-01-25 20:24:21 +0100
  • dc481e0250 Revert "Broader PartialEq implementation for types implementing Dim trait" S.Brandeis 2020-01-25 20:17:49 +0100
  • b4a0d0d0d3 Make shape check a one-liner in impl PartialEq for Matrix S.Brandeis 2020-01-25 12:58:05 +0100
  • 3245a5119e Remove unnecessary PartialEq trait use in PartialEq impl for Matrix S.Brandeis 2020-01-25 12:57:15 +0100
  • 7aa91a6202 Remove trailing whitespace S.Brandeis 2020-01-25 12:56:17 +0100
  • 9e5bedfafa
    Merge pull request #691 from alexbool/lapack-src-0.4 Sébastien Crozet 2020-01-24 21:58:29 +0100
  • 08074b975a ci: link to system BLAS as intended Alexander Bulaev 2020-01-19 18:45:25 +0300
  • dbc03e3bc8 nalgebra-lapack: update lapack-src Alexander Bulaev 2020-01-13 23:30:40 +0300
  • 7df219f0b3 Refactor and move named_dimension! macro S.Brandeis 2020-01-19 16:24:26 +0100
  • eb966343d7 Refactor var names and add symmetric assert_eq!()s in test; add TODO S.Brandeis 2020-01-19 16:23:50 +0100
  • cf8cfbe6f0 Separate test for shape mismatch and for PartialEq on different types S.Brandeis 2020-01-19 16:21:32 +0100
  • 43d1ba2b48 Modify PartialEq for Matrix to allow comparison with all types of Matrix S.Brandeis 2020-01-19 03:06:36 +0100
  • 3b489ed9a3 Fix bug - PartialEq for Matrix no longer panics when shapes do not match S.Brandeis 2020-01-19 03:06:00 +0100
  • 6f5c9c0f8e Broader PartialEq implementation for types implementing Dim trait S.Brandeis 2020-01-19 03:02:05 +0100
  • 0db48fe49c Modify PartialEq test to take into account typenum UInt dimensions S.Brandeis 2020-01-19 03:01:31 +0100
  • e67fab5215 Add unit test for more general PartialEq trait impl. for Matrix type S.Brandeis 2020-01-19 02:39:17 +0100
  • dbe52f15e1
    Merge pull request #686 from rustsim/fix_vector_slerp Sébastien Crozet 2020-01-05 21:03:39 +0100
  • 014d71ca85
    Merge pull request #688 from rustsim/matrix_to_slice Sébastien Crozet 2020-01-05 21:02:49 +0100
  • 709cc27dfe
    Merge pull request #684 from aweinstock314/scalar-inlined-clone Sébastien Crozet 2020-01-05 21:02:05 +0100
  • 91c8611a3b Add a method to set the magnitude of a vector. sebcrozet 2020-01-01 15:59:46 +0100
  • 78a722076a Add matrix/slice conversions. sebcrozet 2019-12-24 17:37:27 +0100
  • cb06f26be8 Fix doc-test for vector slerp. sebcrozet 2019-12-23 23:41:18 +0100
  • e976ed675f Fix slerp for regular vectors. sebcrozet 2019-12-23 23:27:20 +0100
  • a02e485556 Add `Clone` to `Scalar`, providing a default implementation of `inlined_clone`. Change `Scalar + Clone` bounds to just `Scalar`. Avi Weinstock 2019-12-16 18:09:14 -0500
  • 1d746a02b7
    Merge pull request #682 from fusion-engineering-forks/extend-ref Sébastien Crozet 2019-12-16 15:32:43 +0100
  • ec1c37d09f Add inlined_clone to Scalar, and relax bounds from `Scalar + Copy` to `Scalar + Clone` nearly everywhere. Avi Weinstock 2019-12-05 17:54:17 -0500
  • 612b60fade Implement Extend<&N> for VecStorage. Mara Bos 2019-11-29 15:31:52 +0100
  • a7649e1f9f
    Merge pull request #680 from aweinstock314/copy-scalar-separation Sébastien Crozet 2019-11-22 08:12:34 +0100
  • 0cc8650cce
    Merge pull request #681 from Aaron1011/fix/more-iter-offset Sébastien Crozet 2019-11-22 08:08:57 +0100
  • 46904d710b
    Fix some out-of-bounds `offset` calls Aaron Hill 2019-11-21 17:22:00 -0500
  • 87d935267e Add Scalar + Copy bounds in nalgebra-lapack. Avi Weinstock 2019-11-21 17:15:18 -0500