Commit Graph

  • 6288661da5 Decompositions: fix method arguments. Sébastien Crozet 2017-08-17 09:56:11 +0200
  • e14feeb617 Add Wesley Wiser as contributor. Sébastien Crozet 2017-08-16 17:26:06 +0200
  • 92d5a663dc Minor typo fix. Sébastien Crozet 2017-08-16 09:39:46 +0200
  • 740b585ec0 Add patrons. Sébastien Crozet 2017-08-16 09:38:13 +0200
  • 543c3c1d46 Fix .travis.yml Sébastien Crozet 2017-08-15 20:37:51 +0200
  • 2d9c88bc19 LU with full pivoting is not yet supported by nalgebra-lapack. Sébastien Crozet 2017-08-15 20:02:44 +0200
  • e3a1242818 Update rustdoc doc. Sébastien Crozet 2017-08-15 19:53:32 +0200
  • f2b7c17dac Release v0.13.0. v0.13.0 Sébastien Crozet 2017-08-15 19:49:39 +0200
  • 613abfc1b4 Merge branch 'aepsil0n-abomonation' Sébastien Crozet 2017-08-15 19:37:25 +0200
  • 48f80d99cc Fix abomonation integration. Sébastien Crozet 2017-08-15 19:36:38 +0200
  • afef66227e Merge branch 'master' into abomonation Sébastien Crozet 2017-08-15 19:18:39 +0200
  • 24275464c6 travis.yml: add nalgebra-lapack. Sébastien Crozet 2017-08-15 18:36:22 +0200
  • 740d19437c Fix unused_result lint errors. Sébastien Crozet 2017-08-15 18:24:34 +0200
  • c235728fb0 Add Patreon button to the README. Sébastien Crozet 2017-08-15 17:36:49 +0200
  • b475c4da9f Move `set_row`, `set_column` from matrix.rs to edition.rs. Sébastien Crozet 2017-08-15 17:04:17 +0200
  • b7a34d482f Add blas operators to the changelog. Sébastien Crozet 2017-08-15 16:56:24 +0200
  • 3e349b80cf Implement serde traits for all linalg structs. Sébastien Crozet 2017-08-13 19:53:04 +0200
  • e84b73c848 Deprecate into_owned and clone_owned for Quaternion, UnitQuaternion, and Transform. Sébastien Crozet 2017-08-13 19:53:02 +0200
  • 70bb2cbe46 Implement Clone, Debug, Copy for all linalg structures. Sébastien Crozet 2017-08-13 19:53:00 +0200
  • b84c7e10df nalgebra-lapack: add doc + fix warnings. Sébastien Crozet 2017-08-13 19:52:58 +0200
  • b22eb91a16 Add documentation. Sébastien Crozet 2017-08-13 19:52:57 +0200
  • c258d13f98 Fix stepping for slices. Sébastien Crozet 2017-08-13 19:52:55 +0200
  • 41f5231446 Add `assign` and generalize `map` to other return types. Sébastien Crozet 2017-08-13 19:52:53 +0200
  • 053de0576f nalgebra-lapack: unify API of LU.solve and Cholesky.solve with nalgebra. Sébastien Crozet 2017-08-13 19:52:51 +0200
  • 00039c0a76 Add methods for computing decompositions. Sébastien Crozet 2017-08-13 19:52:46 +0200
  • aaa359f3b0 Remove hand-written rustdoc doc for quaternon and unit_complex. Sébastien Crozet 2017-08-07 21:09:21 +0200
  • 89e8b49759 nalgebra-lapack: add computation of complex eigenvalues. Sébastien Crozet 2017-08-06 19:41:33 +0200
  • c616c3ddef nalgebra-lapack: add schur decomposition. Sébastien Crozet 2017-08-06 19:41:12 +0200
  • a7bce9cf3f symmetric_eigen: allow computing only eigenvalues. Sébastien Crozet 2017-08-06 17:04:40 +0200
  • 6eb0d8a786 nalgebra-lapack: add Symmetric eigensystems. Sébastien Crozet 2017-08-06 16:12:05 +0200
  • b94eb66362 nalgebra-lapack: credit @astraw. Sébastien Crozet 2017-08-03 18:57:40 +0200
  • f184d9ac00 Fix .travis.yml. Sébastien Crozet 2017-08-02 19:53:57 +0200
  • 02767fa894 Add nalgebra-lapack as a crate on this workspace. Sébastien Crozet 2017-08-02 19:38:28 +0200
  • 3f70af97dd Add the most common matrix decompositions. Sébastien Crozet 2017-08-02 19:37:44 +0200
  • 2e2bb6c68b travis.yml: add nalgebra-lapack. Sébastien Crozet 2017-08-15 18:36:22 +0200
  • aef140438b update rustdoc doc. Sébastien Crozet 2017-08-15 18:35:07 +0200
  • 53f8f216a3 Fix unused_result lint errors. Sébastien Crozet 2017-08-15 18:24:34 +0200
  • 7988bf14fe Add Patreon button to the README. Sébastien Crozet 2017-08-15 17:36:49 +0200
  • 6fc2719ce7 Move `set_row`, `set_column` from matrix.rs to edition.rs. Sébastien Crozet 2017-08-15 17:04:17 +0200
  • a6390c4ee8 Add blas operators to the changelog. Sébastien Crozet 2017-08-15 16:56:24 +0200
  • 652fa8b414 Add blas operators to the quick reference. Sébastien Crozet 2017-08-15 16:55:25 +0200
  • d3f92112a7 Fixed typos in quick reference. Georg Rempfler 2017-08-04 10:48:04 +0200
  • ff2f7d8f42 Add matrix resizing and factorization. Sébastien Crozet 2017-08-15 16:14:04 +0200
  • 32ac8224ef Test dropping of abomonated data Eduard Bopp 2017-08-14 21:11:24 +0200
  • a45ef26375 Provide safer Abomonation impl for matrix arrays Eduard Bopp 2017-08-14 20:53:55 +0200
  • 66f491ffa7 Remove abomonation_derive dependency Eduard Bopp 2017-08-14 16:26:36 +0200
  • 2511e660eb Add abomonation feature to Travis config Eduard Bopp 2017-08-14 14:32:56 +0200
  • e09af0ca82 Implement Abomonation for remaining types Eduard Bopp 2017-08-14 14:32:02 +0200
  • 916006f80a Refactor abomonation test suite using macro Eduard Bopp 2017-08-14 12:46:25 +0200
  • f67a7bd324 Implement Abomonation for rotations Eduard Bopp 2017-08-14 12:41:03 +0200
  • 308177a7d6 Implement Abomonation for translations Eduard Bopp 2017-08-14 12:37:16 +0200
  • 7c3a05f668 Implement Abomonation for dynamic matrices Eduard Bopp 2017-08-14 12:30:50 +0200
  • 49f12a379d Implement Abomonation for static-size points Eduard Bopp 2017-08-14 12:18:47 +0200
  • 65fa4cf740 Implement Abomonation for static matrices Eduard Bopp 2017-08-14 12:07:06 +0200
  • 05af2fd963 Implement serde traits for all linalg structs. Sébastien Crozet 2017-08-13 19:53:04 +0200
  • 2dd897617e Deprecate into_owned and clone_owned for Quaternion, UnitQuaternion, and Transform. Sébastien Crozet 2017-08-13 19:53:02 +0200
  • 6eb1c79b42 Implement Clone, Debug, Copy for all linalg structures. Sébastien Crozet 2017-08-13 19:53:00 +0200
  • 94d552ccc0 nalgebra-lapack: add doc + fix warnings. Sébastien Crozet 2017-08-13 19:52:58 +0200
  • 98cce67f4a Add documentation. Sébastien Crozet 2017-08-13 19:52:57 +0200
  • 3fd6551ac9 Fix stepping for slices. Sébastien Crozet 2017-08-13 19:52:55 +0200
  • 614671f524 Add `assign` and generalize `map` to other return types. Sébastien Crozet 2017-08-13 19:52:53 +0200
  • 840d8dbc81 nalgebra-lapack: unify API of LU.solve and Cholesky.solve with nalgebra. Sébastien Crozet 2017-08-13 19:52:51 +0200
  • e3750f8ef7 Add methods for computing decompositions. Sébastien Crozet 2017-08-13 19:52:46 +0200
  • d61d8cf41c Remove hand-written rustdoc doc for quaternon and unit_complex. Sébastien Crozet 2017-08-07 21:09:21 +0200
  • 73fff2327d nalgebra-lapack: add computation of complex eigenvalues. Sébastien Crozet 2017-08-06 19:41:33 +0200
  • 0d5f86f653 nalgebra-lapack: add schur decomposition. Sébastien Crozet 2017-08-06 19:41:12 +0200
  • 05eadfe2b1 symmetric_eigen: allow computing only eigenvalues. Sébastien Crozet 2017-08-06 17:04:40 +0200
  • acaa35cec8 nalgebra-lapack: add Symmetric eigensystems. Sébastien Crozet 2017-08-06 16:12:05 +0200
  • fe7263db6c Fixed typos in quick reference. Georg Rempfler 2017-08-04 10:48:04 +0200
  • c46202cce2 nalgebra-lapack: credit @astraw. Sébastien Crozet 2017-08-03 18:57:40 +0200
  • 12aad50ce8 Fix .travis.yml. Sébastien Crozet 2017-08-02 19:53:57 +0200
  • 3a3e9456f6 Add nalgebra-lapack as a crate on this workspace. Sébastien Crozet 2017-08-02 19:38:28 +0200
  • 9cbfaf39b1 Add the most common matrix decompositions. Sébastien Crozet 2017-08-02 19:37:44 +0200
  • e0cc7ff21b Fix TCategory implementation for TAffine Eduard Bopp 2017-07-28 18:57:44 +0200
  • 9e02b13f3e Refer to other conversion method in documentation Eduard Bopp 2017-07-28 20:12:07 +0200
  • 0ab4292c40 Fix TCategory implementation for TAffine Eduard Bopp 2017-07-28 18:57:44 +0200
  • 7a62b68c38 Merge pull request #251 from Ralith/unnested-serialization Eduard Bopp 2017-07-26 19:40:57 +0200
  • 1ca8f6ba72 Update deps George Burton 2017-05-20 20:24:45 +0100
  • f86752e44a De-ambiguat AsRef/AsMut/Into implementations. Sébastien Crozet 2017-02-26 22:15:11 +0100
  • 108b5830e1 Merge pull request #265 from corngood/serde Eduard Bopp 2017-07-13 03:17:00 +0200
  • cfa3c6533f Merge pull request #242 from sebcrozet/into_iterator Eduard Bopp 2017-07-13 03:12:38 +0200
  • 69fd070d50 Merge pull request #259 from burtonageo/update_readme Eduard Bopp 2017-07-13 03:09:17 +0200
  • c9d1552966 Merge pull request #267 from brendanzab/impl-sum-and-product-traits Eduard Bopp 2017-07-13 03:06:16 +0200
  • 792221274f Merge pull request #261 from U-007D/patch-1 Eduard Bopp 2017-07-13 03:05:19 +0200
  • ba41a8ce5a Implement the sum and product traits for matrices Brendan Zabarauskas 2017-07-02 01:22:47 +1000
  • 19e57ce37f Enable serde on num-complex David McFarland 2017-06-09 20:13:38 -0300
  • 951b078f24 Update Cargo.toml Brad Gibson 2017-05-25 13:04:42 -0700
  • 977a559447 Update deps George Burton 2017-05-20 20:24:45 +0100
  • 7b17fa58e8 update crate documentation to point to latest George Burton 2017-05-20 19:39:02 +0100
  • 119499beeb Release v0.12.3 v0.12.3 Sébastien Crozet 2017-05-17 22:48:09 +0200
  • b78dcb3155 Add methods to set a row or a column of the matrix. Sébastien Crozet 2017-05-17 22:37:18 +0200
  • 532b69eb72 Add methods to set a row or a column of the matrix. Sébastien Crozet 2017-05-17 22:37:18 +0200
  • 0979896dbd Remove gratuitous indirection in serialization impls Benjamin Saunders 2017-05-03 19:02:30 -0700
  • 136a3306e7 Release v0.12.2. v0.12.2 Sébastien Crozet 2017-05-03 22:57:45 +0200
  • 35d2b6dc88 Add kronecker product. Sébastien Crozet 2017-05-03 22:27:05 +0200
  • 74b4c901d3 Add kronecker product. Sébastien Crozet 2017-05-03 22:27:05 +0200
  • 1cdad4c7c6 Release v0.12.1. v0.12.1 Sébastien Crozet 2017-04-28 19:15:57 +0200
  • a52b079578 Relax invertibility test in try_inverse() Andreas Longva 2017-04-27 22:19:32 +0200
  • 9489e8f97e Add basic tests for Matrix::try_inverse Andreas Longva 2017-04-27 21:53:49 +0200
  • edbe66f552 Relax invertibility test in try_inverse() Andreas Longva 2017-04-27 22:19:32 +0200