Commit Graph

  • a67c451ae5 Merge pull request #607 from cauthmann/dev Sébastien Crozet 2020-02-23 22:05:45 +0100
  • 481572c98f Merge pull request #696 from nnmm/dev Sébastien Crozet 2020-02-23 22:04:10 +0100
  • 54f1c71742 Small docs improvements nnmm 2020-02-23 16:30:11 +0100
  • 52ca5c95ef Merge pull request #695 from ilya-epifanov/fix-givens-rotation-default Sébastien Crozet 2020-02-05 21:22:48 +0100
  • a62d9d1ad1 GivensRotation::new() should default to (I, 0) Ilya Epifanov 2020-02-05 14:24:27 +0100
  • da23386beb Fix Matrix PartialEq bug and add some generalization (#692) Sébastien Crozet 2020-01-25 22:33:02 +0100
  • 277628aa05 Merge pull request #691 from alexbool/lapack-src-0.4 Sébastien Crozet 2020-01-24 21:58:29 +0100
  • 4d97447cbd Add type annotations in serde tests S.Brandeis 2020-01-25 20:24:21 +0100
  • bfd1a578d4 ci: link to system BLAS as intended Alexander Bulaev 2020-01-19 18:45:25 +0300
  • 6d608cb99f Revert "Broader PartialEq implementation for types implementing Dim trait" S.Brandeis 2020-01-25 20:17:49 +0100
  • 8577711e3b nalgebra-lapack: update lapack-src Alexander Bulaev 2020-01-13 23:30:40 +0300
  • 08d990f276 Make shape check a one-liner in impl PartialEq for Matrix S.Brandeis 2020-01-25 12:58:05 +0100
  • d35ef06f44 Remove unnecessary PartialEq trait use in PartialEq impl for Matrix S.Brandeis 2020-01-25 12:57:15 +0100
  • 403e63dc5e Remove trailing whitespace S.Brandeis 2020-01-25 12:56:17 +0100
  • 8a3f6a12cd Refactor and move named_dimension! macro S.Brandeis 2020-01-19 16:24:26 +0100
  • 703ba3e716 Refactor var names and add symmetric assert_eq!()s in test; add TODO S.Brandeis 2020-01-19 16:23:50 +0100
  • 12c2efdb66 Separate test for shape mismatch and for PartialEq on different types S.Brandeis 2020-01-19 16:21:32 +0100
  • 50ea55e877 Modify PartialEq for Matrix to allow comparison with all types of Matrix S.Brandeis 2020-01-19 03:06:36 +0100
  • 2b8410e08b Fix bug - PartialEq for Matrix no longer panics when shapes do not match S.Brandeis 2020-01-19 03:06:00 +0100
  • 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
  • 549d0dd2dd Release nalgebra 0.19.0. sebcrozet 2019-10-28 13:40:37 +0100
  • 0cc1bac816 Bump dependencies. sebcrozet 2019-10-28 13:36:23 +0100
  • 1b4c47fa0a Create FUNDING.yml Sébastien Crozet 2019-10-27 22:49:43 +0100
  • 37640838b1 Updated rand and quickcheck for nalgebra-lapack Edoardo Morandi 2019-10-11 20:24:46 +0200
  • d0d1172d4b Rand 0.6 -> 0.7 Edoardo Morandi 2019-10-11 20:01:36 +0200
  • 67f3379b34 Corrected typo. thibault 2019-09-04 20:04:15 +0900
  • 7773f13016 Changed name. Changed argument. Added documentation line. thibault 2019-09-04 11:40:38 +0900
  • dacd15e927 Added function to compute the mean quaternion from a vector of unit quaternions. thibault 2019-09-03 02:52:49 +0900
  • b5f43c6efc Switched fmt implementation to a macro, applied that macro to all formats in std Pierre Avital 2019-08-21 15:53:23 +0200
  • 6ee0e02612 implemented LowerExp Pierre Avital 2019-08-19 15:15:14 +0200
  • fedf0fb4f5 Fixes #637: removes not used parameter from cross alex 2019-09-05 20:44:23 +0200
  • d35779d3f2 Release v0.18.2 sebcrozet 2019-09-01 21:08:48 +0200
  • be41cb96e8 GEMM on empty matrices: properly take the beta parameter into account. sebcrozet 2019-09-01 21:08:06 +0200
  • f9f7ddd08f Add test for empty matrix tr_mul. sebcrozet 2019-09-01 19:52:14 +0200
  • e30db9e8b1 Add test for empty matrix multiplication. sebcrozet 2019-09-01 18:27:52 +0200
  • 8e759ade83 Fix multiplication between matrices of dimension 0. sebcrozet 2019-09-01 18:26:25 +0200
  • fba61923ae .min() and .max(): updated examples to be more concise Koen Deschacht 2019-08-30 09:39:46 +0200
  • 8f0ee9fa90 Allow getting .min() and .max() of matrices of unsigned integers Koen Deschacht 2019-08-30 08:10:13 +0200
  • 286a37364e Release nalgebra 0.19.0. v0.19.0 sebcrozet 2019-10-28 13:40:37 +0100
  • 59ae79037f Bump dependencies. sebcrozet 2019-10-28 13:36:23 +0100