-
423b4b27b0
Merge pull request #585 from fusion-engineering-forks/pr-default
Sébastien Crozet
2020-06-07 08:58:47 +0200
-
-
085061a184
Change the QR implementation, inspired by LAPACK
Jannik Schürg
2020-05-09 16:36:57 +0200
-
-
-
788c261df8
Relax constraints for some operations
Alexander 'z33ky' Hirsch
2020-05-01 22:14:55 +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
-
b0370d1ebf
Merge
98dbac7563
into 73af0f9179
Marc Haubenstock
2020-03-07 22:10:33 +0100
-
-
-
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
-
a67c451ae5
Merge pull request #607 from cauthmann/dev
Sébastien Crozet
2020-02-23 22:05:45 +0100
-
-
481572c98f
Merge pull request #696 from nnmm/dev
Sébastien Crozet
2020-02-23 22:04:10 +0100
-
-
54f1c71742
Small docs improvements
nnmm
2020-02-23 16:30:11 +0100
-
-
52ca5c95ef
Merge pull request #695 from ilya-epifanov/fix-givens-rotation-default
Sébastien Crozet
2020-02-05 21:22:48 +0100
-
-
a62d9d1ad1
GivensRotation::new() should default to (I, 0)
Ilya Epifanov
2020-02-05 14:24:27 +0100
-
-
da23386beb
Fix Matrix PartialEq bug and add some generalization (#692)
Sébastien Crozet
2020-01-25 22:33:02 +0100
-
-
277628aa05
Merge pull request #691 from alexbool/lapack-src-0.4
Sébastien Crozet
2020-01-24 21:58:29 +0100
-
-
4d97447cbd
Add type annotations in serde tests
S.Brandeis
2020-01-25 20:24:21 +0100
-
bfd1a578d4
ci: link to system BLAS as intended
Alexander Bulaev
2020-01-19 18:45:25 +0300
-
6d608cb99f
Revert "Broader PartialEq implementation for types implementing Dim trait"
S.Brandeis
2020-01-25 20:17:49 +0100
-
8577711e3b
nalgebra-lapack: update lapack-src
Alexander Bulaev
2020-01-13 23:30:40 +0300
-
-
08d990f276
Make shape check a one-liner in impl PartialEq for Matrix
S.Brandeis
2020-01-25 12:58:05 +0100
-
d35ef06f44
Remove unnecessary PartialEq trait use in PartialEq impl for Matrix
S.Brandeis
2020-01-25 12:57:15 +0100
-
403e63dc5e
Remove trailing whitespace
S.Brandeis
2020-01-25 12:56:17 +0100
-
8a3f6a12cd
Refactor and move named_dimension! macro
S.Brandeis
2020-01-19 16:24:26 +0100
-
703ba3e716
Refactor var names and add symmetric assert_eq!()s in test; add TODO
S.Brandeis
2020-01-19 16:23:50 +0100
-
12c2efdb66
Separate test for shape mismatch and for PartialEq on different types
S.Brandeis
2020-01-19 16:21:32 +0100
-
50ea55e877
Modify PartialEq for Matrix to allow comparison with all types of Matrix
S.Brandeis
2020-01-19 03:06:36 +0100
-
2b8410e08b
Fix bug - PartialEq for Matrix no longer panics when shapes do not match
S.Brandeis
2020-01-19 03:06:00 +0100