Commit Graph

  • 791f7a2f4d
    Merge 3e07ad1b52 into afc03cc403 Thomas den Hollander 2024-05-15 10:12:12 +0200
  • 3e07ad1b52 Always check iterator size when allocating Thomas den Hollander 2024-05-15 10:05:26 +0200
  • c8f1cf4917 Update comments in Reallocator implementations Nick Mertin 2024-05-12 12:44:45 -0400
  • ec9828346b Rename forget to forget_elements and add safety comments Nick Mertin 2024-05-12 12:42:24 -0400
  • afc03cc403
    Merge pull request #1384 from jnyfah/dev Andreas Borgen Longva 2024-05-05 12:04:49 +0200
  • 05b78ef5da add tests for pseudo inverse for symmetric evd Lishen 2024-05-05 12:45:02 +0300
  • 343eb214ef format Jennifer Chukwu 2024-05-05 09:39:20 +0000
  • 62e7d8a43e more generic static<->dynamic conversation Lishen 2024-05-05 02:26:03 +0300
  • c827c7f455 add pseudo inverse for symmetric eigenvalue decomposition Lishen 2024-05-04 22:35:09 +0300
  • 02d66f28d0
    Merge branch 'dimforge:dev' into dev Lishen1 2024-05-04 19:35:48 +0300
  • 914a7cf1fa add assert Jennifer Chukwu 2024-05-02 14:36:28 +0000
  • e3a08c9b60 test with a fixed input Jennifer Chukwu 2024-05-02 10:16:45 +0000
  • 825d078294 add tests Jennifer Chukwu 2024-04-30 16:25:35 +0000
  • 9bc7f8b0d8
    Merge pull request #1383 from derchr/column-major-fix Andreas Borgen Longva 2024-04-30 14:22:19 +0200
  • 5e8779957e missed one cofactor Jennifer Chukwu 2024-04-28 16:02:46 +0000
  • eb4f0f89f6
    Merge pull request #1 from dimforge/dev Fangs 2024-04-24 21:09:11 +0700
  • e154b78c72 fixed rustfmt fangs124 2024-04-24 17:08:40 +0700
  • 12a20465a5 removed (my own) comment fangs124 2024-04-24 16:58:51 +0700
  • 9ea5e0e376 added a test for mul_tr, physically transposing a (column) vector. fangs124 2024-04-24 16:54:59 +0700
  • 95830ff9b4 fixed mul_tr, reverted test change, commented out the new test for mul_tr. fangs124 2024-04-24 13:43:49 +0700
  • acd2fc38fb
    Update ops.rs Fangs 2024-04-24 11:22:03 +0700
  • 83d20d38d8
    added test for mul_tr in matrix.rs Fangs 2024-04-24 11:11:13 +0700
  • a56c215073
    added mul_tr to ops.rs Fangs 2024-04-24 11:07:21 +0700
  • e84ea21c74
    Fixed a typo in documentation in matrix_view.rs Adrian H 2024-04-23 09:51:49 +0700
  • 48d7b175a3
    Fixed spacing in documentation in matrix_view.rs Adrian H 2024-04-23 08:30:24 +0700
  • b7a2ae2841
    Update matrix_view.rs documentation Adrian H 2024-04-23 07:49:06 +0700
  • c21df4e1a3 remove else Jennifer Chukwu 2024-04-22 19:00:44 +0000
  • a0da49fb83 early return Jennifer Chukwu 2024-04-22 12:36:35 +0000
  • 119d69198e
    Fixed a (presumed) typo in documentation in matrix_view.rs Adrian H 2024-04-22 17:36:40 +0700
  • d331bbd7c1 inversion Jennifer Chukwu 2024-04-19 14:49:14 +0000
  • 28d04b61cd Fix false row-major comment in doc Derek Christ 2024-04-18 18:06:36 +0200
  • 245f4e958d Fix formatting Nick Mertin 2024-04-10 11:25:51 -0400
  • 85c4db3b16 Adjust implementations of Reallocator to use Storage::forget Nick Mertin 2024-04-07 14:46:41 -0400
  • 9c46724b95 Add Storage::forget Nick Mertin 2024-04-07 14:38:43 -0400
  • 0c343fd9ac fmt and test fixes Joshua Smith 2024-03-28 21:13:06 -0400
  • 3235751526 removed potentially unsound unsafe code Joshua Smith 2024-03-28 21:08:11 -0400
  • 5a1f9a5236 Merge remote-tracking branch 'upstream/dev' into rot-interp Joshua Smith 2024-03-28 20:33:00 -0400
  • a803815bd1
    chore: update changelog Sébastien Crozet 2024-03-28 15:34:41 +0100
  • 6b7305337f
    Release v0.32.5 v0.32.5 Sébastien Crozet 2024-03-28 15:30:06 +0100
  • c475c4000c
    Fix numerical issue on SVD with near-identity matrix (#1369) Vollkornaffe 2024-03-28 15:26:11 +0100
  • 5e70d04907
    chore: rename regression test Sébastien Crozet 2024-03-28 15:18:33 +0100
  • 4dad6b31e6 chore: add comment providing details on the householder fix. Sébastien Crozet 2024-03-28 15:07:05 +0100
  • c1602994eb chore: Add test that fails before fix Vollkornaffe 2024-03-08 17:51:17 +0100
  • 8f800d905e fix: Normalize the column once more Vollkornaffe 2024-03-08 17:17:08 +0100
  • 440d4a4681
    chore: add comment providing details on the householder fix. Sébastien Crozet 2024-03-28 15:07:05 +0100
  • 749a9fee17
    Merge pull request #1317 from yotamofek/swap-unchecked-ub tpdickso 2024-03-27 20:44:39 -0400
  • e5ec825882 Allow multiplying matrix by `Complex<>` on the left Terence 2023-12-24 10:47:37 -0500
  • 1cfc539a96 Fix type inference error in tests on rustc beta Yotam Ofek 2024-03-22 18:41:41 +0000
  • 8b0ac0029c Fix type inference error in tests on rustc beta Yotam Ofek 2024-03-22 18:41:41 +0000
  • 3651942670 Merge branch 'dev' of https://github.com/dimforge/nalgebra into swap-unchecked-ub Yotam Ofek 2024-03-22 17:56:35 +0000
  • 9948bf7e23
    Merge pull request #1349 from CAD97/patch-3 tpdickso 2024-03-20 23:01:15 -0400
  • 095c561b60
    Apply suggestions from code review Yotam Ofek 2024-03-20 19:55:03 +0200
  • d1b5df480f Merge branch 'dev' of https://github.com/dimforge/nalgebra into swap-unchecked-ub Yotam Ofek 2024-03-20 16:37:44 +0000
  • 990afe6b26
    Merge pull request #1371 from yotamofek/redundant-import tpdickso 2024-03-20 12:11:02 -0400
  • cf44429837 Fix redundant import errors in `nalgebra-glm` More fallout from https://github.com/rust-lang/rust/issues/121708 Should make CI green again Yotam Ofek 2024-03-20 13:12:01 +0000
  • d884a7e2d0 fmt Yotam Ofek 2024-03-19 16:37:11 +0000
  • 546d06b541 Update src/base/storage.rs Yotam Ofek 2024-03-19 18:26:36 +0200
  • adc3a8103b Fix UB in `RawStorageMut::swap_unchecked_linear` Yotam Ofek 2023-11-13 10:35:46 +0000
  • 27198398fa Avoid matrix multiplication. Rouven Spreckels 2024-03-11 17:14:35 +0100
  • dd44414a8a chore: Add test that fails before fix Vollkornaffe 2024-03-08 17:51:17 +0100
  • 4decc8003d fix: Normalize the column once more Vollkornaffe 2024-03-08 17:17:08 +0100
  • 5e10563612 Construct n-dimensional rotation matrix. Rouven Spreckels 2024-03-01 20:22:50 +0100
  • 8c6f14fcd0
    Merge pull request #1287 from mohe2015/triplet-iter-clone tpdickso 2024-02-20 17:51:17 -0500
  • 4a5855a1c4
    Merge pull request #1362 from dimforge/dev-0.32.4 v0.32.4 Sébastien Crozet 2024-02-19 11:00:54 +0100
  • e726b65fd7
    Release v0.32.4 Sébastien Crozet 2024-02-19 10:55:01 +0100
  • 980dd68e68
    Support Glam 0.25 type conversion Sébastien Crozet 2024-02-19 10:53:08 +0100
  • ee486792a6
    Merge pull request #1357 from Jondolf/glam025 tpdickso 2024-02-13 22:25:42 -0500
  • bbac38b2f5 Support Glam 0.25 type conversion Joona Aalto 2024-01-27 21:11:47 +0200
  • 3bf0aff78e
    Detalied the explanation Toma Dumitrescu 2024-01-23 17:45:05 +0200
  • 0c82d17a58
    Comment about safety of matrix element access Toma Dumitrescu 2024-01-23 17:34:02 +0200
  • c57c75a95f
    Comments starting with capitals Toma Dumitrescu 2024-01-23 16:49:13 +0200
  • 65528a81d2
    Explained why the use of unsafe and get_unchecked Toma Dumitrescu 2024-01-23 16:44:44 +0200
  • 43191533bd
    Returned resulted_vector in less code Toma Dumitrescu 2024-01-23 15:34:28 +0200
  • 694f259b77
    Update matrix.rs to emphasize the unsafe operation Toma Dumitrescu 2024-01-23 15:33:16 +0200
  • 681a769576
    Update matrix.rs Toma Dumitrescu 2024-01-23 15:13:22 +0200
  • 86bde5ff1d Implement `Clone` for `CsrTripletIter` and `CscTripletIter` Moritz Hedtke 2023-08-21 21:40:12 +0000
  • 1f426ce9c0 Update syn to `2.0` Yotam Ofek 2023-12-31 09:07:28 +0000
  • 951ec4b190 Implement SparseLU factorization julianknodt 2023-08-23 00:25:05 -0700
  • 90d2693920 Fix glm::is_null epsilon test Christopher Durham 2024-01-12 23:49:55 -0500
  • f578181351 Fix glm::is_normalized epsilon Christopher Durham 2024-01-12 22:54:09 -0500
  • 0b89950fca Correct less than or equal symbol in doc in vector_relational.rs Ababwa 2024-01-09 06:50:38 -0700
  • 7866bcee5c Remove CUDA support relying on abandoned toolchain Benjamin Saunders 2023-12-16 13:03:09 -0800
  • da1bc0895f
    Clarified documentation Toma Dumitrescu 2024-01-11 14:52:13 +0200
  • b3a17e7cc5
    Added into_vec method Toma Dumitrescu 2024-01-11 14:49:49 +0200
  • 13f44d2766
    Added into_vec method Toma Dumitrescu 2024-01-11 14:47:19 +0200
  • 84ca2703a4
    Correct less than or equal symbol in doc in vector_relational.rs Ababwa 2024-01-09 06:50:38 -0700
  • a60870daf6
    docs: Demonstrate correct function in to_homogeneous example (#1346) Benjamin De Roeck 2024-01-05 04:21:40 +0100
  • e5771e6e5c docs: Fixes Transform to_homogeneous example Benjamin De Roeck 2024-01-05 00:44:08 +0100
  • 6dce471297
    Make OPoint call `T::fmt` to respect formatting modifiers (#1336) Kurt Lawrence 2023-12-21 08:42:54 +1000
  • 993d25293d move test into tests/geometry/point.rs Kurt Lawrence 2023-12-20 12:38:39 +1000
  • 90b49a7520 make OPoint call T::fmt to respect formatting modifiers Kurt Lawrence 2023-12-20 10:36:08 +1000
  • 2e0427ca83 Added a simple LU decomposition BogdanCiocea 2023-12-18 18:29:23 +0200
  • 1e0cb7bc09
    Fix Clippy Warnings (#1300) Julian Knodt 2023-12-16 13:54:38 -0800
  • 809662dbce Remove CUDA support relying on abandoned toolchain Benjamin Saunders 2023-12-16 13:03:09 -0800
  • 97b1628a68 Fix clippy errors in `nalgebra` base julianknodt 2023-09-25 00:42:37 -0700
  • e9b456aa10 Fix Clippy Warnings julianknodt 2023-09-24 23:55:50 -0700
  • 2acdb558c7 remove unnecessary trait bounds in matrix conversions. Taketo Sano 2023-12-13 12:01:30 +0900
  • a01fa48e33
    Forward `std` feature to some deps. (#1321) zachs18 2023-12-10 21:35:54 -0600
  • ba349ac4be Remove `?/` syntax from Cargo.toml. Zachary S 2023-12-10 20:21:12 -0600
  • c3fe38b318 docs: Fix unbalanced backticks. Bruce Mitchener 2023-10-08 00:13:25 +0700