Commit Graph

  • 2ab82befe4
    Merge pull request #631 from Andlon/matrixcompare Sébastien Crozet 2020-07-17 01:10:04 -0700
  • d13b3de4e4 Use matrixcompare 0.1.3 for tests (fixes no-std test issues) Andreas Longva 2020-07-17 09:54:30 +0200
  • f9f7169558
    Add matrix exponential for complex matrices (#744) danielschlaugies 2020-07-16 10:29:52 +0200
  • bc70258e5c
    Why Option<_> (#746) CGMossa 2020-07-16 09:27:06 +0200
  • f673979a2b
    Merge pull request #745 from adamnemecek/wrt Sébastien Crozet 2020-07-05 13:40:38 -0700
  • 1cf7d12695 unrolled new_nonuniform_scaling_wrt_point Adam Nemecek 2020-07-05 13:29:08 -0700
  • 6a1c4f84af cargo fmt Adam Nemecek 2020-07-02 10:31:30 -0700
  • 4653f772bd added new_nonuniform_scaling_wrt_point to Matrix3 & Matrix4 Adam Nemecek 2020-07-02 10:16:18 -0700
  • 217a2bf312 Add compare feature to tests run by Makefile Andreas Longva 2020-06-29 19:07:44 +0200
  • 9196759bc2 Improve matrixcompare example Andreas Longva 2020-06-29 19:03:20 +0200
  • f6730dac1f Basic matrixcompare functionality Andreas Longva 2019-08-11 18:26:12 +0200
  • 6cd0007354
    Merge pull request #742 from jenanwise/remove-unused-rustfmt-toml Sébastien Crozet 2020-06-23 11:47:44 -0700
  • 7a42513c1a Add empty rustfmt.toml. Jenan Wise 2020-06-23 09:48:23 -0700
  • b1b18d17ee
    Merge pull request #741 from jenanwise/dim-mismatch-verbose-errors Sébastien Crozet 2020-06-23 01:46:09 -0700
  • eca17586a6 Remove rustfmt.toml. Jenan Wise 2020-06-22 19:13:43 -0700
  • 85a64fb517 More verbose DMatrix dim asserts where possible. Jenan Wise 2020-06-22 15:29:13 -0700
  • d5cbe56332 Merge branch 'dev' v0.21.1 sebcrozet 2020-06-07 10:36:34 +0200
  • 2198b0e6b4 Release v0.21.1 sebcrozet 2020-06-07 10:29:10 +0200
  • a8f746f911
    Merge pull request #736 from rustsim/cholesky_aosoa Sébastien Crozet 2020-06-07 10:02:31 +0200
  • 0be9a07f8b Use the #[rustfmt::skip] attribute instead of rustfmt_skip. sebcrozet 2020-06-07 09:28:39 +0200
  • 2c2d1e4f07 Run cargo fmt. sebcrozet 2020-06-07 09:07:25 +0200
  • 3359e25435 Cholesky: add unchecked construction compatible with AoSoA SIMD. Sébastien Crozet 2020-05-23 15:13:13 +0200
  • 423b4b27b0
    Merge pull request #585 from fusion-engineering-forks/pr-default Sébastien Crozet 2020-06-07 08:58:47 +0200
  • b0ccf13c16
    Merge pull request #726 from Hodapp87/typo Sébastien Crozet 2020-04-21 21:12:23 +0200
  • 7363caba17 Fix doc typo (v is right-singular vectors, not left) Chris Hodapp 2020-04-21 10:23:00 -0400
  • 3e73da38da
    Merge pull request #725 from rustsim/fix-no-std Sébastien Crozet 2020-04-21 10:46:04 +0200
  • 6dc739b70b Remove unused allocator bound. sebcrozet 2020-04-21 10:37:14 +0200
  • f4c0897764 Fix compilation of matrix exponential when targetting no-std. sebcrozet 2020-04-21 10:19:03 +0200
  • f30476eb2b
    Merge pull request #724 from mxxo/alga-test Sébastien Crozet 2020-04-21 10:03:40 +0200
  • a50e567fcd Fix alga cfg gate for some quickcheck tests. Max Orok 2020-04-20 10:05:39 -0400
  • 66957980cc
    Merge pull request #708 from fredrik-jansson-se/expm Sébastien Crozet 2020-04-12 14:28:46 +0200
  • 583a8fb110 Removed unsafe immutable hack Fredrik Jansson 2020-04-12 13:27:11 +0200
  • e914afe2af Added support for dynamic matrices Fredrik Jansson 2020-04-12 11:59:06 +0200
  • 0a3ee99cdb Changed dimension name R to D Changed N::from_x to crate::convert Fredrik Jansson 2020-04-12 11:46:00 +0200
  • c7d9e415ce Converted tests to use relative_eq Fredrik Jansson 2020-04-07 09:55:58 +0200
  • dbbf87a3dd Rebased against dev Fredrik Jansson 2020-04-07 09:44:06 +0200
  • 4ec94408b5 Pub use of exp in the linalg module Fredrik Jansson 2020-04-03 11:11:14 +0200
  • b3ef66fd14 Fixed bug in onenorm_matrix_power_norm Fredrik Jansson 2020-04-02 10:55:00 +0200
  • e156561677 one_norm is not a public function Fredrik Jansson 2020-04-02 09:39:50 +0200
  • 2696ffd7a1 Fixed bug by introducing one norm Fredrik Jansson 2020-04-02 09:38:18 +0200
  • c0a6df55b1 Addition of matrix exponent for static size matrices. Fredrik Jansson 2020-04-01 22:36:05 +0200
  • e6c3b88c3d
    Merge pull request #1 from rustsim/dev Fredrik Jansson 2020-04-07 09:41:12 +0200
  • 8fbd2b6d7e
    Merge pull request #714 from rustsim/dev Sébastien Crozet 2020-04-05 23:36:47 +0200
  • b87920bb8d Release nalgebra v0.21.0 sebcrozet 2020-04-05 22:46:34 +0200
  • 677f355143 Run rustfmt. sebcrozet 2020-04-05 22:49:33 +0200
  • 30186d9ceb Release nalgebra v0.21.0 v0.21.0 sebcrozet 2020-04-05 22:46:34 +0200
  • b81aed767f
    Merge pull request #713 from rustsim/soa_simd Sébastien Crozet 2020-04-05 21:16:48 +0200
  • 384aee8325 CI: don't run nalgebra-lapack test for now. sebcrozet 2020-04-05 21:00:42 +0200
  • 89a6251292 CI: install dependencies for the tests too. sebcrozet 2020-04-05 20:45:19 +0200
  • 240aaea626
    Merge pull request #711 from cschenio/cschenio/doc Sébastien Crozet 2020-04-05 20:37:24 +0200
  • f782060e99 Fix trailing commas in tests. sebcrozet 2020-04-05 20:36:26 +0200
  • ed85d5418a CI: use openblas instead of netlib. sebcrozet 2020-04-05 20:05:53 +0200
  • 4233ba1131 CI: add some missing dependencies for lapack sebcrozet 2020-04-05 19:57:31 +0200
  • 0c0915d45c CI: install cmake for lapack compilation. sebcrozet 2020-04-05 19:46:45 +0200
  • 7bbca5c616 CI: fix feature selection for nalgebra-lapack. sebcrozet 2020-04-05 19:41:58 +0200
  • d802b6b5bf CI: add missing component for compiling with Xargo. sebcrozet 2020-04-05 19:00:16 +0200
  • eadcb31e78 CI: run the no-std build with the nightly compiler. sebcrozet 2020-04-05 18:56:44 +0200
  • 8d41a5c20f CI: fix some syntax errors. sebcrozet 2020-04-05 18:53:50 +0200
  • bbb3be512e Run cargo fmt. sebcrozet 2020-04-05 18:49:48 +0200
  • bc1b62d06a circleci: run tests too. sebcrozet 2020-04-05 18:48:21 +0200
  • 615e092b24 Add circle CI configuration files. sebcrozet 2020-04-05 18:43:25 +0200
  • 691f58b622 Fix compilation of tests. sebcrozet 2020-04-05 18:33:03 +0200
  • 50ade7e870 Re comment the criterion dependency. sebcrozet 2020-04-05 18:15:36 +0200
  • 2c03353b30 Add missing docs. sebcrozet 2020-04-05 18:02:03 +0200
  • c5dad7f960 Re-add all the alga trait impls behind a feature. sebcrozet 2020-04-05 17:53:27 +0200
  • 4103da4bc1 nalgebra-lapack: remove useless extern crate. sebcrozet 2020-04-05 17:19:07 +0200
  • 191ccbf551 Fix warnings and compilation with the arbitrary feature. sebcrozet 2020-04-05 17:15:43 +0200
  • c9bedc80dd nalgebra-lapack: switch to simba instead of alga. sebcrozet 2020-04-05 17:13:55 +0200
  • 426b289871 nalgebra-glm: switch to simba instead of alga. sebcrozet 2020-04-05 17:13:34 +0200
  • d48a644d5c Add missing implementatino of SimdValue for UnitQuaternion. sebcrozet 2020-04-05 16:35:26 +0200
  • 8f662a1a61 Rename translation simba impl file. sebcrozet 2020-04-05 16:35:16 +0200
  • 65bc037b5d Supplement the document of fn as_ptr Chia-Sheng Chen 2020-04-03 17:56:08 +0800
  • b996a6f0ce Supplement the document of fn vector_to_matrix_index Chia-Sheng Chen 2020-04-03 17:39:49 +0800
  • fee5b41dbe
    Merge pull request #705 from ProfFan/fix/warnings Sébastien Crozet 2020-04-01 08:33:50 +0200
  • 0e69df2999 Update format Fan Jiang 2020-04-01 01:14:32 -0400
  • 451c61e293 Add TODO notice and reference to issue Fan Jiang 2020-03-31 17:04:10 -0400
  • 526dac1914 Be more specific on what is happening here Fan Jiang 2020-03-31 17:03:07 -0400
  • 74bfd9cad6 Change to the recommended style of using MaybeUninit Fan Jiang 2020-03-31 16:50:26 -0400
  • bcf00b95c4
    Merge pull request #706 from dayrover/master Sébastien Crozet 2020-03-31 17:22:34 +0200
  • a095a7dfcd Re-add some missing transform multiplications. Sébastien Crozet 2020-03-24 19:06:28 +0100
  • 81bb9e94f8 Re-add orthogonalization and subspace basis computation. Sébastien Crozet 2020-03-24 19:06:05 +0100
  • 8ef46d62cb Re-add inf/sup. Sébastien Crozet 2020-03-24 19:05:47 +0100
  • cdbc9da46c Add From<[...; .]> impls for AoSoA Isometry and Similarity. Sébastien Crozet 2020-03-24 10:16:31 +0100
  • 26595049c9 Depend on the crates.io version of simba. sebcrozet 2020-03-23 09:59:26 +0100
  • b3f347e45e Add From<[...; .]> impls for all SIMD geometric sructures up to the isometry (excluded). sebcrozet 2020-03-23 09:16:01 +0100
  • b1857e6a36 Fix compilation of tests. sebcrozet 2020-03-21 23:44:24 +0100
  • cbcf4d7c27 Make Isometry, Unit/Quaternion, Rotation, Similarity, and UnitComplex partially compatible with AoSoA. sebcrozet 2020-03-21 23:22:55 +0100
  • f8cd26cfa9 Replace alga by simba. sebcrozet 2020-03-21 12:16:46 +0100
  • 002e735c76 Make blas, matrix, norm, and ops.rs compatible with SoA Simd. Sébastien Crozet 2020-03-17 17:58:36 +0100
  • f811accccb Unnecessary Trait bound DimSub<Dynamic> in impl Cholesky Michael Stevens 2020-03-13 11:05:44 +0100
  • fe75c60325 Fix warnings on latest rustc Fan Jiang 2020-03-10 18:20:52 -0400
  • 73af0f9179
    Merge pull request #704 from DasEtwas/patch-1 Sébastien Crozet 2020-03-07 21:30:34 +0100
  • 0f37a7b39e
    Update CHANGELOG.md DasEtwas 2020-03-07 19:06:57 +0100
  • 09f316dd46
    Merge pull request #702 from rustsim/changelog Sébastien Crozet 2020-03-03 14:02:04 +0100
  • 38bdb4ad63 Update the changelog. Sébastien Crozet 2020-03-03 12:34:47 +0100
  • f692cbf09a
    Merge pull request #699 from rustsim/dev Sébastien Crozet 2020-03-02 14:52:35 +0100
  • fb69a42878 Release v0.20.0. Sébastien Crozet 2020-03-02 12:39:05 +0100
  • 155ba3a50a Merge pull request #698 from rustsim/try_set_magnitude Sébastien Crozet 2020-03-02 11:35:47 +0100
  • 1d64de3822 Merge pull request #609 from aplund/dev Sébastien Crozet 2020-03-02 10:06:29 +0100
  • b09d9770f7 Add a method to set the magnitude of a vector. sebcrozet 2020-01-01 15:59:46 +0100