Commit Graph

  • 17b2c81ff5 First version of Polar decomposition. Bound traits to be implemented LCC 2019-09-24 08:48:24 +0200
  • a99af1cdc2 Fix serde-serialize feature and disable unwanted test Diggory Hardy 2019-09-16 14:26:27 +0100
  • 0557feb5b9 Fix arbitrary feature Diggory Hardy 2019-09-16 12:41:26 +0100
  • 5d514f99b6 Make std feature imply alloc Diggory Hardy 2019-09-16 12:23:04 +0100
  • 32d922f0c7 Remove serde_derive dependency Diggory Hardy 2019-09-16 12:14:12 +0100
  • a4f11c3393 Edition 2018: remove useless extern crate declarations Diggory Hardy 2019-09-16 11:48:42 +0100
  • 6ebb768309 Make rand optional Diggory Hardy 2019-09-16 11:32:06 +0100
  • 01f155b00a Clean up some warnings Diggory Hardy 2019-09-16 11:19:29 +0100
  • 16d78f4680 UnitComplex: make use of UnitCircle where available Diggory Hardy 2019-07-26 15:38:21 +0100
  • 2e22821740 Update rand dependency to 0.7 + some tweaks Diggory Hardy 2019-07-26 15:29:16 +0100
  • f3e6e3a1f3
    Bump quickcheck to 0.9 Robert-André Mauchin 2019-09-13 21:13:12 +0200
  • 410793a15c Release v0.16.14 v0.16.14 sebcrozet 2019-09-08 22:21:21 +0200
  • b01554449a Fix NLL migration warning Mark Rousskov 2019-09-04 20:41:50 -0400
  • 11d4b134dd Fix NLL migration warning Mark Rousskov 2019-09-04 20:41:50 -0400
  • 8d756f47ce Switched fmt implementation to a macro, applied that macro to all formats in std Pierre Avital 2019-08-21 15:53:23 +0200
  • 04e322f0f6 implemented LowerExp Pierre Avital 2019-08-19 15:15:14 +0200
  • 04eb817779 Fixes #637: removes not used parameter from cross alex 2019-09-05 20:44:23 +0200
  • f1656d7fe6 Fixes #637: removes not used parameter from cross alex 2019-09-05 20:44:23 +0200
  • d0fa79f6e1 Fix Vector::axpy for noncommutative cases Jakub Konka 2019-09-04 16:02:31 +0200
  • ad4407b8b3 Corrected typo. thibault 2019-09-04 20:04:15 +0900
  • 68420133c0 Changed name. Changed argument. Added documentation line. thibault 2019-09-04 11:40:38 +0900
  • cf23ca0019 Added function to compute the mean quaternion from a vector of unit quaternions. thibault 2019-09-03 02:52:49 +0900
  • bde8fbe10f Release v0.18.2 v0.18.2 sebcrozet 2019-09-01 21:08:48 +0200
  • 94dd355cad GEMM on empty matrices: properly take the beta parameter into account. sebcrozet 2019-09-01 21:08:06 +0200
  • 49abb14e1b Add test for empty matrix tr_mul. sebcrozet 2019-09-01 19:52:14 +0200
  • 5cb4d5f83c Add test for empty matrix multiplication. sebcrozet 2019-09-01 18:27:52 +0200
  • 6fa096e199 Fix multiplication between matrices of dimension 0. sebcrozet 2019-09-01 18:26:25 +0200
  • c1e0b42d7b Add test for empty matrix tr_mul. sebcrozet 2019-09-01 19:52:14 +0200
  • a691bf4a5b Add test for empty matrix multiplication. sebcrozet 2019-09-01 18:27:52 +0200
  • ae2456980c Fix multiplication between matrices of dimension 0. sebcrozet 2019-09-01 18:26:25 +0200
  • d9a9c60602 .min() and .max(): updated examples to be more concise Koen Deschacht 2019-08-30 09:39:46 +0200
  • ee1eafc861 Allow getting .min() and .max() of matrices of unsigned integers Koen Deschacht 2019-08-30 08:10:13 +0200
  • 8d20af8b76 .min() and .max(): updated examples to be more concise Koen Deschacht 2019-08-30 09:39:46 +0200
  • 199fb162fd Allow getting .min() and .max() of matrices of unsigned integers Koen Deschacht 2019-08-30 08:10:13 +0200
  • f71d0c5b8c Release nalgebra-glm v0.4.2 sebcrozet 2019-08-27 22:47:03 +0200
  • e48ee26d45 Release nalgebra-glm v0.4.2 sebcrozet 2019-08-27 22:45:20 +0200
  • f1576953dd nalgebra-glm: reexport infinite and reversed perspectives. sebcrozet 2019-08-27 22:41:09 +0200
  • f302edc0dc Release v0.18.1 v0.18.1 sebcrozet 2019-08-27 20:55:25 +0200
  • f0324c67b1 Update changelog. sebcrozet 2019-08-27 20:53:54 +0200
  • cfb654240c Matrix::transform_point: correctly take the normalization term into account. sebcrozet 2019-08-27 14:30:20 +0200
  • e170729f67 Simplified ordering check Fabian Löschner 2019-08-13 09:27:24 +0200
  • a06b833343 More elegant initial value for xcmp Fabian Löschner 2019-08-13 09:04:41 +0200
  • c625a37525 Undo breaking changes Fabian Löschner 2019-08-13 09:00:54 +0200
  • a4a5750ccd Clarified documentation of min/max behaviour Fabian Löschner 2019-08-10 16:25:19 +0200
  • d21c65f755 Fix for [a,ca]min/max methods. Fabian Löschner 2019-08-10 16:18:33 +0200
  • f27d399a93 Fix CI (#634) Sébastien Crozet 2019-08-13 10:05:39 +0200
  • 4fa4a6b854 HTTPS All The Things (#608) Jake Shadle 2019-06-11 20:56:50 +0200
  • 9feb28926a Fix typo. (#600) Bruce Mitchener 2019-06-07 23:54:56 +0700
  • 935f5e4662 Fix for nostd builds (#589) Felipe Jorge 2019-04-26 14:38:03 -0300
  • 3d97b21aea Fix incorrect documentation from `s/Real/&Field` Las 2019-04-17 18:31:13 +0200
  • c8ae3839c1 simplify anti-aliasing assertion Jack Wrenn 2019-04-15 17:54:10 -0400
  • 2e273ad6c5 prevent constructing `MatrixSliceMutMN` for which disjoint indices may alias the same linear index Jack Wrenn 2019-04-09 14:39:36 -0400
  • 2838350ea4 Reorder comments about parameters of projection so they match the order of the function parameter. sebcrozet 2019-04-09 20:25:42 +0200
  • 62d63eadea Remove the _no variants of reversed perspective. sebcrozet 2019-04-06 09:43:07 +0200
  • 94b5023605 Remove comments about float depth buffer. sebcrozet 2019-04-06 09:41:19 +0200
  • 77cb68e47f Fix missing identifier. sebcrozet 2019-04-02 20:04:44 +0200
  • 4c5996e67b Remove some assertions. sebcrozet 2019-04-02 20:01:16 +0200
  • 1dc6f16463 Fix typos. sebcrozet 2019-04-02 19:59:22 +0200
  • 323fc7f39b Add more comments. sebcrozet 2019-04-02 19:56:56 +0200
  • c65f0e9e4e Add some infinite and reversed perspectives. sebcrozet 2019-04-02 19:51:43 +0200
  • e86ab5db3d removed depedency on Vec Stefan Mesken 2019-04-08 23:10:27 +0200
  • 4add995c1b addressed Trevis CI error Stefan Mesken 2019-04-08 22:32:26 +0200
  • 3baefb1319 Allow the removal of multiple rows/columns given an array of indices. #530 Stefan Mesken 2019-04-08 17:29:32 +0200
  • dda41c1508 Add tests for serialization of 2D transformations. sebcrozet 2019-04-06 09:37:58 +0200
  • 66384dad36 added quaternionic divisions to changelog adamnemecek 2019-03-31 14:14:07 -0700
  • d60aa68609 Release v0.18.1 sebcrozet 2019-08-27 20:55:25 +0200
  • 14430d4f74 Update changelog. sebcrozet 2019-08-27 20:53:54 +0200
  • 7a4daba91c Matrix::transform_point: correctly take the normalization term into account. sebcrozet 2019-08-27 14:30:20 +0200
  • a785959d8e Matrix::transform_point: correctly take the normalization term into account. sebcrozet 2019-08-27 14:30:20 +0200
  • f31d63aeb2 Don't export modules whose contents are reexported Benjamin Saunders 2019-08-24 09:11:50 -0700
  • 77bd363401 Switched fmt implementation to a macro, applied that macro to all formats in std Pierre Avital 2019-08-21 15:53:23 +0200
  • 96635f4ce7 implemented LowerExp Pierre Avital 2019-08-19 15:15:14 +0200
  • a74702bb5a Simplified ordering check Fabian Löschner 2019-08-13 09:27:24 +0200
  • 3ef76ab9e4 More elegant initial value for xcmp Fabian Löschner 2019-08-13 09:04:41 +0200
  • 8916e907f2 Undo breaking changes Fabian Löschner 2019-08-13 09:00:54 +0200
  • 206242e5e4 Clarified documentation of min/max behaviour Fabian Löschner 2019-08-10 16:25:19 +0200
  • 0f0b9bcca1 Fix for [a,ca]min/max methods. Fabian Löschner 2019-08-10 16:18:33 +0200
  • bbe5901d34 Simplified ordering check Fabian Löschner 2019-08-13 09:27:24 +0200
  • e496a92978 More elegant initial value for xcmp Fabian Löschner 2019-08-13 09:04:41 +0200
  • 7f2ac002fa Undo breaking changes Fabian Löschner 2019-08-13 09:00:54 +0200
  • 033dbc1d85 Clarified documentation of min/max behaviour Fabian Löschner 2019-08-10 16:25:19 +0200
  • 75c760d353 Fix for [a,ca]min/max methods. Fabian Löschner 2019-08-10 16:18:33 +0200
  • bedb5dc963
    Fix CI (#634) Sébastien Crozet 2019-08-13 10:05:39 +0200
  • 78e1b7424b CI: pull libblas-dev and liblapack-dev instead of libblas3gf and liblapack3gf sebcrozet 2019-08-13 09:28:49 +0200
  • c0c7180d7b Add implementation for Point + Point Kevin Greene 2019-08-05 22:25:46 -0700
  • 98dbac7563 Convolutions for Integers + tests Marc Haubenstock 2019-08-05 20:59:11 +0200
  • f7e01f0641 removed unused Marc Haubenstock 2019-07-28 14:24:52 +0200
  • e589dc0dae added test comments Marc Haubenstock 2019-07-28 14:22:42 +0200
  • 9467494ece refactor Marc Haubenstock 2019-07-28 14:16:00 +0200
  • a62b58b529 convolution for static and dynamic Marc Haubenstock 2019-07-28 13:39:43 +0200
  • 8b85ba1081 test compiles but fails Marc Haubenstock 2019-07-28 04:25:31 +0200
  • 6651aeba6f simple convolutoin Marc Haubenstock 2019-07-27 21:58:47 +0200
  • d46ffe607c simple skeleton compiling Marc Haubenstock 2019-07-27 18:18:50 +0200
  • b9db277501 Add methods to get transposed views of matrices Matteo Signer 2019-07-04 16:48:47 +0900
  • 121e091d0c Inverted sign in householder russellb23 2019-06-24 08:49:57 +0530
  • 63c7f202f0 QR factorization with column pivoting russellb23 2019-06-24 07:56:35 +0530
  • f9921a6774 Refactor row_sum() and column_sum() to cover more cases. Austin Lund 2019-06-20 09:02:28 +1000
  • 0384268bd4 HTTPS All The Things (#608) Jake Shadle 2019-06-11 20:56:50 +0200
  • ead3eb567b Fix random links to external sites Jake Shadle 2019-06-11 18:17:42 +0200
  • a539ce7878 Use https for all links where it is valid Jake Shadle 2019-06-11 18:15:45 +0200