Sébastien Crozet
|
9d897a6b8a
|
Add support for rust-cuda
|
2021-11-23 12:03:11 +01:00 |
|
Max Verevkin
|
65d3b42ff9
|
make Dim trait unsafe
|
2021-10-03 20:26:34 +03:00 |
|
CAD97
|
e77a97e854
|
Add a couple trivial const fn conversions
|
2021-07-04 17:42:39 -05:00 |
|
David Koloski
|
9fff10b1f0
|
Move rkyv impls into separate modules
|
2021-05-09 12:24:07 -04:00 |
|
David Koloski
|
38dd3345e0
|
Switch to distributive implementations
|
2021-05-09 12:24:03 -04:00 |
|
David Koloski
|
b48b104d57
|
Add rkyv implementations for a few types
|
2021-05-09 12:23:16 -04:00 |
|
Crozet Sébastien
|
f70e7f77d1
|
Fix serialization of DVector
|
2021-04-12 17:43:04 +02:00 |
|
Crozet Sébastien
|
95b021dbfb
|
Don't enable serde by default.
Don't enable `serde/std` by default.
Add a `serde-serialize-no-std` feature to enable serde without its default features.
|
2021-04-12 12:14:16 +02:00 |
|
Crozet Sébastien
|
8abbb35b40
|
First pass to migrate the geometry module to const-generics.
|
2021-04-11 13:53:45 +02:00 |
|
Crozet Sébastien
|
d17088398a
|
Replace generic-array with a regular array based on min-const-generics.
|
2021-04-11 13:53:45 +02:00 |
|
Crozet Sébastien
|
e852df6124
|
Add sections for most Matrix methods.
|
2020-11-15 16:57:49 +01:00 |
|
Philippe Renon
|
6293d3375b
|
clippy: fix #redundant_field_names
|
2020-10-11 11:42:22 +02:00 |
|
sebcrozet
|
bbb3be512e
|
Run cargo fmt.
|
2020-04-05 18:49:48 +02:00 |
|
sebcrozet
|
f8cd26cfa9
|
Replace alga by simba.
|
2020-03-21 12:16:46 +01:00 |
|
S.Brandeis
|
6d608cb99f
|
Revert "Broader PartialEq implementation for types implementing Dim trait"
This reverts commit 6f5c9c0f
|
2020-03-02 12:45:38 +01:00 |
|
S.Brandeis
|
8a3f6a12cd
|
Refactor and move named_dimension! macro
|
2020-03-02 12:45:38 +01:00 |
|
S.Brandeis
|
39a433c0e7
|
Broader PartialEq implementation for types implementing Dim trait
|
2020-03-02 12:45:38 +01:00 |
|
adamnemecek
|
975d72f070
|
Replace explicit types with Self where possible.
|
2019-02-16 22:29:41 +01:00 |
|
sebcrozet
|
fc24db8ff3
|
Merge branch 'master-public' into sparse
# Conflicts:
# Cargo.toml
# examples/matrix_construction.rs
# nalgebra-glm/src/constructors.rs
# nalgebra-glm/src/ext/matrix_clip_space.rs
# nalgebra-glm/src/ext/matrix_transform.rs
# nalgebra-glm/src/ext/mod.rs
# nalgebra-glm/src/ext/quaternion_common.rs
# nalgebra-glm/src/gtx/quaternion.rs
# nalgebra-glm/src/gtx/rotate_vector.rs
# nalgebra-glm/src/lib.rs
# nalgebra-glm/src/traits.rs
# nalgebra-lapack/src/cholesky.rs
# nalgebra-lapack/src/eigen.rs
# nalgebra-lapack/src/hessenberg.rs
# nalgebra-lapack/src/lu.rs
# nalgebra-lapack/src/qr.rs
# nalgebra-lapack/src/schur.rs
# nalgebra-lapack/src/svd.rs
# nalgebra-lapack/src/symmetric_eigen.rs
# rustfmt.toml
# src/base/array_storage.rs
# src/base/blas.rs
# src/base/cg.rs
# src/base/default_allocator.rs
# src/base/edition.rs
# src/base/iter.rs
# src/base/matrix.rs
# src/base/swizzle.rs
# src/base/vec_storage.rs
# src/geometry/mod.rs
# src/geometry/point_construction.rs
# src/geometry/quaternion.rs
# src/geometry/similarity.rs
# src/geometry/translation.rs
# src/geometry/unit_complex_construction.rs
# src/linalg/bidiagonal.rs
# src/linalg/cholesky.rs
# src/linalg/full_piv_lu.rs
# src/linalg/hessenberg.rs
# src/linalg/lu.rs
# src/linalg/permutation_sequence.rs
# src/linalg/qr.rs
# src/linalg/schur.rs
# src/linalg/svd.rs
# src/linalg/symmetric_eigen.rs
# src/linalg/symmetric_tridiagonal.rs
# tests/geometry/point.rs
# tests/geometry/quaternion.rs
# tests/lib.rs
# tests/linalg/eigen.rs
# tests/linalg/svd.rs
|
2019-02-03 12:53:41 +01:00 |
|
Jack Wrenn
|
d3510b8ff6
|
typofix: DimNameNimimum -> DimNameMinimum
|
2018-12-29 13:41:23 +01:00 |
|
sebcrozet
|
8341ec2f10
|
Run rustfmt.
|
2018-11-06 18:32:20 +01:00 |
|
sebcrozet
|
14ad10a7e0
|
Add rustfmt.toml and run it.
|
2018-10-27 15:00:18 +02:00 |
|
sebcrozet
|
0d24cf4dc0
|
Run rustmt.
|
2018-10-20 22:26:44 +02:00 |
|
Bruce Mitchener
|
a8ae62ea52
|
Improve cross-linking and cross-referencing in docs.
|
2018-09-27 06:00:32 +02:00 |
|
sebcrozet
|
dba752e91e
|
Implement Send + Sync for SliceStorage{Mut}.
Fix #366.
|
2018-09-04 07:54:12 +02:00 |
|
sebcrozet
|
ca093fad29
|
Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled.
|
2018-05-26 22:07:57 +02:00 |
|