Commit Graph

  • 38dd3345e0 Switch to distributive implementations David Koloski 2021-05-06 20:59:02 -0400
  • b48b104d57 Add rkyv implementations for a few types David Koloski 2021-05-05 11:14:18 -0400
  • 511a51592f
    Merge pull request #866 from vks/improve-bench Sébastien Crozet 2021-05-09 16:59:23 +0200
  • d67aec80fd
    Merge pull request #885 from chammika-become/coo-reserve Sébastien Crozet 2021-05-09 16:58:43 +0200
  • 23ac85e896
    Merge pull request #886 from Andlon/matrix-macro Sébastien Crozet 2021-05-09 16:52:04 +0200
  • a803271fcc
    Merge pull request #889 from dimforge/dvector_deserialize Sébastien Crozet 2021-05-09 16:50:38 +0200
  • 02614cbdb7
    Merge pull request #890 from dimforge/row_vector_array_convert Sébastien Crozet 2021-05-09 16:50:20 +0200
  • d268c4d7fb
    Merge pull request #892 from Andlon/update-matrixcompare Sébastien Crozet 2021-05-09 16:49:47 +0200
  • b85335bd9c Update matrixcompare version to 0.3.0 Andreas Longva 2021-05-07 09:23:44 +0200
  • 922393b04f Enable from_{}_storage only when std/alloc available Andreas Longva 2021-05-07 09:09:10 +0200
  • 3a3bc55f66 Move from_{}_storage impl blocks to matrix.rs Andreas Longva 2021-05-07 09:00:29 +0200
  • b398a5e189 Re-add conversion between arrays and row vectors. Crozet Sébastien 2021-05-06 18:22:04 +0200
  • 5bff5368bf Manually implement Serialize and Deserialize for VecStorage Crozet Sébastien 2021-05-06 18:15:49 +0200
  • 2bec417130 Updates Makefile to build tests, benchmarks. Bhaskar Mookerji 2021-04-18 11:52:58 -0700
  • b3395d360c Fix const-generics blog post url in the changelog. Crozet Sébastien 2021-04-12 18:15:16 +0200
  • f5e6370809 Update Changelog. Crozet Sébastien 2021-04-12 17:54:06 +0200
  • 268da69ac3 Release v0.26.1 Crozet Sébastien 2021-04-12 17:52:59 +0200
  • 61fb72fe7c Fix serialization of DVector Crozet Sébastien 2021-04-12 17:43:04 +0200
  • 39b275fc92 Formatting Andreas Longva 2021-05-05 10:04:47 +0200
  • 6026a05433 Test that matrix macros work with arbitrary expressions Andreas Longva 2021-05-05 10:03:18 +0200
  • 57541aa253 Add tests to ensure macros compile for all built-in types Andreas Longva 2021-05-05 09:42:31 +0200
  • f42ecf0ebb Improve nalgebra-macros/Cargo.toml metadata Andreas Longva 2021-05-05 08:51:16 +0200
  • 1b9d944876 from_row_iterator added Chammika Mannakkara 2021-05-04 22:23:49 +0900
  • 5d638a32b8 correct all gramatical mistakes pointed by @Andlon Chammika Mannakkara 2021-05-04 12:29:25 +0900
  • 8552fc8385 Cargo fmt Andreas Longva 2021-05-03 13:50:48 +0200
  • 08a77dd05e Test nalgebra-macros on CI Andreas Longva 2021-04-30 17:16:18 +0200
  • 041b8c4b2c Add macro sanity tests to macros Andreas Longva 2021-04-30 17:07:21 +0200
  • 0bde07f95c Document that feature needs to be enabled, and require macros feature for tests Andreas Longva 2021-04-30 17:06:59 +0200
  • eeab4db69a Add nalgebra/macros feature and re-export matrix macros from nalgebra Andreas Longva 2021-04-30 16:47:09 +0200
  • b96c75549d Document macros Andreas Longva 2021-04-30 16:46:29 +0200
  • da077497a2 Add trybuild tests to test error message reported when matrix dims mismatch Andreas Longva 2021-04-30 14:53:49 +0200
  • 07d41e457b vector! and dvector! macros Andreas Longva 2021-04-30 14:09:36 +0200
  • d56db1a079 Assert type in matrix/dmatrix tests Andreas Longva 2021-04-30 10:48:42 +0200
  • 5c843022c2 Implement dmatrix![] macro Andreas Longva 2021-04-29 17:06:52 +0200
  • d2c11ad797 Impl DMatrix/DVector::from_vec_storage Andreas Longva 2021-04-17 17:00:37 +0200
  • 9142dc8f84 Implement SMatrix::from_array_storage and use it in matriX! impl Andreas Longva 2021-04-17 16:41:52 +0200
  • 7098a4f07e Test that matrix![] can be used with const Andreas Longva 2021-04-17 09:45:53 +0200
  • ec2a5a3909 Construct ArrayStorage directly in matrix![] Andreas Longva 2021-04-17 09:43:55 +0200
  • e60136fbb1 Update nalgebra-macros to nalgebra 0.26 and const generics Andreas Longva 2021-04-14 17:30:52 +0200
  • 1dccdb1f20 Exhaustive tests for small dimensions Andreas Longva 2021-04-12 08:36:38 +0200
  • ed833506a9 Fix warnings, refactor code Andreas Longva 2021-04-11 17:29:33 +0200
  • ab95cf7020 Initial impl using syn and quote Andreas Longva 2021-04-11 11:08:41 +0200
  • e97692255b Initial hacked together prototype without syn Andreas Longva 2021-04-11 08:01:30 +0200
  • e8d00887e0
    Merge pull request #884 from chammika-become/missing-doc-tests Sébastien Crozet 2021-05-02 14:27:11 +0200
  • c420afde9e CooMatrix::reserve added Chammika Mannakkara 2021-05-02 20:43:16 +0900
  • 105e894c0a add missing doc tests Chammika Mannakkara 2021-05-02 13:50:03 +0900
  • 4387a7f391 Use correct feature and remove unused import Vinzent Steinberg 2021-04-29 20:57:27 -0300
  • 35b96344ba Fix criterion warning Vinzent Steinberg 2021-04-12 03:45:46 -0300
  • 4bc62bcddb Fix benchmarks Vinzent Steinberg 2021-04-12 02:57:10 -0300
  • 209b476301 Mark rand as required for benchmark Vinzent Steinberg 2021-04-12 02:41:31 -0300
  • c5a44ec66f Update criterion Vinzent Steinberg 2021-04-12 02:41:13 -0300
  • 58bea21d74 Release v0.26.2 v0.26.2 Crozet Sébastien 2021-04-27 14:26:09 +0200
  • fb2147673b
    Merge pull request #874 from dimforge/more_conversions Sébastien Crozet 2021-04-27 13:40:24 +0200
  • 0745384c21 Update changelog. Crozet Sébastien 2021-04-27 13:29:15 +0200
  • d59d438189 Add more conversion for glam types Crozet Sébastien 2021-04-27 13:21:46 +0200
  • 65b94ccb91 Add more conversions for translations Crozet Sébastien 2021-04-27 13:17:51 +0200
  • db27a080f1 Cleanup conversions between points and static vectors. Crozet Sébastien 2021-04-27 13:17:12 +0200
  • 09be376cd9 Add more conversion for Isometry Crozet Sébastien 2021-04-27 13:16:44 +0200
  • 43cf22af28 Cleanup conversion between static arrays and static matrices. Crozet Sébastien 2021-04-27 13:16:01 +0200
  • 984bb1a639 Fix const-generics blog post url in the changelog. Crozet Sébastien 2021-04-12 18:15:16 +0200
  • 28bfb4ad6d Update Changelog. Crozet Sébastien 2021-04-12 17:54:06 +0200
  • 3ec57016b9 Release v0.26.1 Crozet Sébastien 2021-04-12 17:52:59 +0200
  • 9e5e8e7b94
    Merge pull request #870 from dimforge/dvector_serialize Sébastien Crozet 2021-04-12 17:52:10 +0200
  • f70e7f77d1 Fix serialization of DVector Crozet Sébastien 2021-04-12 17:43:04 +0200
  • 0bb76f0911 update doc tests to use euler order Isaac Trumper 2021-04-12 08:11:15 -0700
  • 156f292917
    Merge pull request #869 from dimforge/dev Sébastien Crozet 2021-04-12 16:27:28 +0200
  • c5c6c139ab Release v0.26.0 v0.26.0 Crozet Sébastien 2021-04-12 16:06:47 +0200
  • 230f1a81a0
    Merge pull request #868 from dimforge/serde-no-std Sébastien Crozet 2021-04-12 15:12:03 +0200
  • 9aa3c1e449 Add comment about the serde-serialize-no-std feature. Crozet Sébastien 2021-04-12 14:35:44 +0200
  • 95b021dbfb Don't enable serde by default. Crozet Sébastien 2021-04-12 12:14:16 +0200
  • ee2e0be7cb
    Merge pull request #820 from dimforge/min_const_generics Sébastien Crozet 2021-04-12 11:41:29 +0200
  • ee1c0be2dd Add a note about the PhantomData in Matrix. Crozet Sébastien 2021-04-12 11:27:21 +0200
  • 2bef19ed5c Deprecate the MatrixN alias. Crozet Sébastien 2021-04-12 11:15:01 +0200
  • 7ec4497f92 Fix wrong alias. Crozet Sébastien 2021-04-12 11:06:13 +0200
  • b8811d3545 Fix compilation of benchmarks Crozet Sébastien 2021-04-12 10:52:17 +0200
  • 73cc9882b2 Fix compilation of nalgebra-lapack Crozet Sébastien 2021-04-12 10:34:44 +0200
  • 5a1dbfe37d Use explicit storage names in matrix aliases. Crozet Sébastien 2021-04-12 10:34:15 +0200
  • bc7db9d139 Mark as const-fn some constructors of Point, Translation, Quaternion Crozet Sébastien 2021-04-12 10:32:17 +0200
  • bedf48dbc2 Mark small matrix/vector "new" constractors as const-fn. Crozet Sébastien 2021-04-12 09:18:17 +0200
  • 1177ac38da
    Merge 3dd8b83303 into b2dadffcf2 IsaacTru 2021-04-12 06:57:19 +0000
  • 3dd8b83303 add euler order support Isaac Trumper 2021-04-11 23:43:21 -0700
  • ad5b18ac77 Deny missing docs again. Crozet Sébastien 2021-04-11 14:36:27 +0200
  • 600bb175e7 Fix compilation with the mint feature. Crozet Sébastien 2021-04-11 14:35:10 +0200
  • 3d834e08c9 Run cargo fmt Crozet Sébastien 2021-04-11 14:09:01 +0200
  • cc4427e52b Make matrix power work for non-owned matrices. Crozet Sébastien 2021-04-11 14:07:06 +0200
  • 24d546d3b6 Rename generic parameter N -> T Crozet Sébastien 2021-04-11 11:00:38 +0200
  • 23a7d7475b First compiling version after migrating the geometry module to const-generics. Crozet Sébastien 2021-04-08 11:53:01 +0200
  • 8abbb35b40 First pass to migrate the geometry module to const-generics. Crozet Sébastien 2021-04-07 14:29:20 +0200
  • 35ec135d2c Fix compilation after rebase. Crozet Sébastien 2021-04-06 10:53:11 +0200
  • d17088398a Replace generic-array with a regular array based on min-const-generics. Crozet Sébastien 2021-01-03 15:20:34 +0100
  • b2dadffcf2
    Merge pull request #864 from vks/idiomatic-rand Sébastien Crozet 2021-04-11 13:52:48 +0200
  • 2ebba30117
    Merge pull request #861 from jturner314/fix-cholesky-det-complex Sébastien Crozet 2021-04-11 13:49:35 +0200
  • b9a524427b
    Merge pull request #859 from OfficialURL/dev Sébastien Crozet 2021-04-11 13:44:06 +0200
  • f7daf31b0f
    Merge pull request #862 from vks/better-error Sébastien Crozet 2021-04-11 13:41:29 +0200
  • 002b3677c2
    Merge pull request #863 from vks/cargo-resolver Sébastien Crozet 2021-04-11 13:40:29 +0200
  • 7417f6cbca UnitComplex: More efficient sampling Vinzent Steinberg 2021-04-10 03:49:46 -0300
  • 09f26385cc Comment about faster impl for unit sphere sampling Vinzent Steinberg 2021-04-10 03:31:38 -0300
  • c8fe49b1e9 Add some comments about random variates Vinzent Steinberg 2021-04-10 03:20:30 -0300
  • fd3a752409 Make use of rand more idiomatic Vinzent Steinberg 2021-04-10 03:13:46 -0300
  • 341091f647 `pow_mut` now returns `Result`. Violeta Hernández 2021-04-10 00:12:26 -0500