Commit Graph

  • fb573f726c Add Scalar + Copy bounds to code that's under feature flags. Avi Weinstock 2019-11-21 16:43:58 -0500
  • 4e3fb80b4c
    Merge pull request #662 from Aaron1011/fix/final-offset Sébastien Crozet 2019-11-21 22:11:56 +0100
  • 4d38537240 Move `Copy` constraint from the definition of `Scalar` to all its use-sites. Avi Weinstock 2019-11-19 15:57:37 -0500
  • df87769988
    Switch to `wrapping_offset` instead of unsafe `offset` Aaron Hill 2019-11-19 17:42:33 -0500
  • d09aa50a31
    Fix Vector::axpy for noncommutative cases (#648) Sébastien Crozet 2019-11-19 22:06:01 +0100
  • 8dd673d48b
    Don't call 'offset' on a dangling pointer Aaron Hill 2019-08-04 11:20:19 -0400
  • f5163260cb
    Cholupdate (#673) Sébastien Crozet 2019-11-17 15:17:25 +0100
  • 9ed7dba750
    Import IsaacRng from rand_isaac instead of rand. (#678) Sébastien Crozet 2019-11-17 13:49:25 +0100
  • e848f76aa7
    Update cholesky.rs Nestor Demeure 2019-11-17 13:40:19 +0100
  • 04ebd9254f Add some missing spaces. sebcrozet 2019-11-17 13:24:00 +0100
  • 246f72ebc0 Fix Cholesky for no-std platforms. sebcrozet 2019-11-17 13:10:50 +0100
  • 8bce398653 Import IsaacRng from rand_isaac instead of rand. Avi Weinstock 2019-11-15 14:29:18 -0500
  • 31ef5f0ab0
    Merge pull request #669 from daingun/patch-2 Sébastien Crozet 2019-11-05 23:02:13 +0100
  • f03bd552c2 Generalize From<_> for MatrixSlice(Mut) to allow different strides Andreas Longva 2019-11-05 17:11:39 +0100
  • 796db161d8 Implement From<&Matrix> for MatrixSlice Andreas Longva 2019-11-04 17:53:21 +0100
  • 7a31b0d0ad Generalize From<_> for MatrixSlice(Mut) to allow different strides Andreas Longva 2019-11-05 17:11:39 +0100
  • 288db28d47 Implement From<&Matrix> for MatrixSlice Andreas Longva 2019-11-04 17:53:21 +0100
  • 9276b1dc64 Add Vector::axcpy method Jakub Konka 2019-11-04 10:27:57 +0100
  • 7302defe56 finished cleaning Nestor Demeure 2019-11-03 21:24:44 +0100
  • 72834186d8 needs faster matrix initialization Nestor Demeure 2019-11-03 20:00:15 +0100
  • 46687b7cde tests pass, needs cleanup Nestor Demeure 2019-11-03 18:48:04 +0100
  • e6467c2a3e insert does compile Nestor Demeure 2019-11-03 18:02:27 +0100
  • b4c078ca76 insert does not compile yet Nestor Demeure 2019-11-03 15:43:49 +0100
  • 6d1a00218f found uneeded storagemut Nestor Demeure 2019-11-03 15:17:20 +0100
  • fd5cef6609 remove column is now working Nestor Demeure 2019-11-03 14:33:35 +0100
  • ebbfc84e96 added template for remove_column Nestor Demeure 2019-11-03 13:26:18 +0100
  • 03730f594b finally got the correct type for insert column Nestor Demeure 2019-11-03 13:20:56 +0100
  • cf2286cb36 added assertion Nestor Demeure 2019-11-03 09:36:03 +0100
  • 19fce3addc removed useless if Nestor Demeure 2019-11-02 19:28:46 +0100
  • d4d3f69429 code cleaned Nestor Demeure 2019-11-02 19:05:39 +0100
  • 3123da5529 code cleaned Nestor Demeure 2019-11-02 19:04:07 +0100
  • 3ae88127ee rank update passed tests Nestor Demeure 2019-11-02 18:27:01 +0100
  • bc7935ac24 updated comment Nestor Demeure 2019-11-02 16:49:57 +0100
  • 80d2efcb5d added real constraint on sigma Nestor Demeure 2019-11-02 16:45:30 +0100
  • e49ecdc0a1 test is now correct Nestor Demeure 2019-11-02 16:36:23 +0100
  • bdccc81874 got test to compile Nestor Demeure 2019-11-02 15:56:59 +0100
  • 1fe4ef956b added test for update Nestor Demeure 2019-11-02 15:11:14 +0100
  • 2beb09dab2 first version of rank one update Nestor Demeure 2019-11-02 14:59:07 +0100
  • 97374f41b9
    Merge pull request #1 from daingun/patch-1 daingun 2019-11-02 13:38:23 +0100
  • 90209752e2 used Storage trait for solve Nestor Demeure 2019-11-02 09:15:35 +0100
  • 535e9d9ebd used Storage trait for solve method Nestor Demeure 2019-11-02 09:12:34 +0100
  • 7777ec43ea Used Storage trait for solve method Nestor Demeure 2019-11-02 09:08:16 +0100
  • f7af4ad5b9
    used Storage trait for solve Nestor Demeure 2019-11-02 09:15:35 +0100
  • a5fd0c079a
    used Storage trait for solve method Nestor Demeure 2019-11-02 09:12:34 +0100
  • eb9eb5495a
    Used Storage trait for solve method Nestor Demeure 2019-11-02 09:08:16 +0100
  • 640b008fa5
    Use same algorithm to solve 2x2 eigenvalue problem daingun 2019-11-01 23:27:08 +0100
  • ead2360f8e Correct Schur decomposition for 2x2 matrices daingun 2019-11-01 22:12:59 +0100
  • c550921bcf
    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
  • ac161e9afb
    Create FUNDING.yml Sébastien Crozet 2019-10-27 22:49:43 +0100
  • 2f82b3de6c Fix references in examples mandeep 2019-10-21 18:32:21 -0400
  • 6bcf735bf1 Fix max in component_max mandeep 2019-10-21 17:27:31 -0400
  • 576dcae341 Add component_min and component_max methods mandeep 2019-10-21 17:21:35 -0400
  • 95b669ea7b Fixed small bug LCC 2019-10-15 23:13:01 +0200
  • dfd0cd3a57 Simplified code LCC 2019-10-15 22:52:38 +0200
  • afab84879e Updated rand and quickcheck for nalgebra-lapack Edoardo Morandi 2019-10-11 20:24:46 +0200
  • 28b12f5ad5 Rand 0.6 -> 0.7 Edoardo Morandi 2019-10-11 20:01:36 +0200
  • 8bfbffd00d Updated rand and quickcheck for nalgebra-lapack Edoardo Morandi 2019-10-11 20:24:46 +0200
  • 1c65664d3e Rand 0.6 -> 0.7 Edoardo Morandi 2019-10-11 20:01:36 +0200
  • 1cd413422e Added property tests LCC 2019-10-05 08:42:59 +0200
  • bc68baf70d Removed dead code LCC 2019-10-05 08:14:22 +0200
  • 7d2e444c84 Added conditional guards for compilation without std/allocator LCC 2019-10-05 08:05:03 +0200
  • 1e1994bd4a Added phantom marker to allow compiling in nightly LCC 2019-10-03 12:45:20 +0200
  • 7643eef855 Fixed Serde compatibility LCC 2019-10-03 09:37:23 +0200
  • 20aae95d4f Reenabled tests LCC 2019-10-03 09:29:39 +0200
  • cbce9d56db Fixed bug in right decomposition LCC 2019-10-03 09:21:30 +0200
  • 5e99ac0dd5
    Merge a99af1cdc2 into 48f8333e00 Diggory Hardy 2019-10-01 12:29:57 +0000
  • 48f8333e00 Corrected typo. thibault 2019-09-04 20:04:15 +0900
  • 8d89b02b70 Changed name. Changed argument. Added documentation line. thibault 2019-09-04 11:40:38 +0900
  • f475a9bc07 Added function to compute the mean quaternion from a vector of unit quaternions. thibault 2019-09-03 02:52:49 +0900
  • e215b083ce Added recompositions and fixed serde types LCC 2019-09-28 07:06:03 +0200
  • 19576a4675 Test written, however, compilation fails LCC 2019-09-27 20:43:27 +0200
  • c239c782e1 Registered benchmarks LCC 2019-09-27 03:24:35 +0200
  • 5c8f8ffc6d Fixed and cleaned benchmarks for polar decomposition LCC 2019-09-27 03:24:04 +0200
  • 062fb10372 Added benchmarks LCC 2019-09-27 03:00:20 +0200
  • 37a708ccb4 Added serialization LCC 2019-09-25 08:44:06 +0200
  • 5d03f04277 Implementation of method to DMatrix LCC 2019-09-25 07:59:54 +0200
  • ef589fd5b0 Removed redundant dependencies LCC 2019-09-25 07:56:29 +0200
  • b91d9bbd22 First compiling version LCC 2019-09-25 07:54:36 +0200
  • 3e69550898 Added polar to module list LCC 2019-09-24 08:52:27 +0200
  • 4340f114ec Added polar to module list LCC 2019-09-24 08:51:10 +0200