Nathan
|
28525bfc20
|
Restructured usage of convolves, added unit testing.
|
2019-02-24 19:53:09 -06:00 |
Nathan
|
a3d571ea6b
|
Merge remote-tracking branch 'upstream/master' into Implement_convolution_#520
|
2019-02-23 08:29:41 -06:00 |
Nathan
|
2a2debf58b
|
Fixing documentation
|
2019-02-20 20:32:09 -06:00 |
Nathan
|
b08c2ad70d
|
Feedback updates round 1
|
2019-02-14 20:54:26 -06:00 |
Nathan
|
b3c6492530
|
Moved test file to lingal folder, wrote tests based on github ticket request (scipy reference)
|
2019-02-10 13:40:32 -06:00 |
Nathan
|
645ca8ad52
|
All 3 modes of direct done
|
2019-02-09 21:53:22 -06:00 |
Nathan
|
d038ec7b73
|
All 3 modes of direct done
|
2019-02-09 21:51:20 -06:00 |
Nathan
|
3d83860fad
|
Cleaned up some labels and steps
|
2019-02-09 20:19:42 -06:00 |
Nathan
|
fd0c497c90
|
Added valid method
|
2019-02-07 19:58:09 -06:00 |
Nathan
|
4f9a3cf1e6
|
basic algorithm defined
|
2019-02-06 21:15:33 -06: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 |
sebcrozet
|
f36ff97d6a
|
Fix deprecation warnings.
|
2018-12-29 13:19:09 +01:00 |
sebcrozet
|
41a1e91ac9
|
Add an example for the resolution of a linear system.
|
2018-11-10 13:57:40 +01:00 |
sebcrozet
|
8341ec2f10
|
Run rustfmt.
|
2018-11-06 18:32:20 +01:00 |
sebcrozet
|
551c44c854
|
Implement From<Vector> for Point.
|
2018-10-27 15:00:18 +02:00 |
sebcrozet
|
14ad10a7e0
|
Add rustfmt.toml and run it.
|
2018-10-27 15:00:18 +02:00 |
Sébastien Crozet
|
662cc9cd7f
|
Run rust fmt.
|
2018-02-03 13:59:05 +01:00 |
Sébastien Crozet
|
3f70af97dd
|
Add the most common matrix decompositions.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
664ddef8a3
|
Fix mvp matrix construction typo.
Fix #229.
|
2017-03-02 21:35:39 +01:00 |
Sébastien Crozet
|
a4089a7ee0
|
Add missing examples from the website.
|
2017-02-15 23:42:03 +01:00 |
Sébastien Crozet
|
14e9194f69
|
Update the changelog.
|
2017-02-14 18:49:25 +01:00 |
Sébastien Crozet
|
086e6e719f
|
Doc + slerp + conversions.
|
2017-02-12 18:17:09 +01:00 |