This website requires JavaScript.
a35de6b488
Add basic tests for Matrix::try_inverse
Andreas Longva
2017-04-27 21:53:49 +0200
e2d67c77e4
Release v0.12.0.
v0.12.0
Sébastien Crozet
2017-04-25 19:24:50 +0200
df2aa68ac5
Releave v0.11.3.
Sébastien Crozet
2017-04-24 20:14:06 +0200
485abf1462
Update to serde 1.0.
Sébastien Crozet
2017-04-24 20:05:45 +0200
ab923d14c2
Update to serde 1.0.
Sébastien Crozet
2017-04-24 20:05:45 +0200
68b7d21828
Implement IntoIterator for &Matrix and &mut Matrix
Sébastien Crozet
2017-04-11 00:13:28 +0200
6b3a3eee0e
Fixing a typo in Getting Started about cargo features
projektir
2017-04-09 16:49:38 -0400
255f6dd950
Fixing a typo in Getting Started about cargo features
projektir
2017-04-09 16:49:38 -0400
cbbe1a2aee
Fix html_root_url.
Sébastien Crozet
2017-04-09 13:19:27 +0200
b219a19608
Fixing the documentation link in Cargo.toml
projektir
2017-04-08 21:28:37 -0400
110bd88abe
Fixing the documentation link in Cargo.toml
projektir
2017-04-08 21:28:37 -0400
9c79937485
Allow for documentation strings in macro component_binop_impl.
Jonas Olson
2017-04-06 23:58:44 +0200
aff0ae95eb
Allow for documentation strings in macro component_binop_impl.
Jonas Olson
2017-04-06 23:58:44 +0200
acfa8586ea
Fix typo in scalar.rs.
Jonas Olson
2017-04-06 16:46:54 +0200
0961cd3143
Fix typo in scalar.rs.
Jonas Olson
2017-04-06 16:46:54 +0200
547594f556
Add .trace to the quick reference.
Sébastien Crozet
2017-03-19 23:02:24 +0100
7218f83b13
Release v0.11.2
v0.11.2
Sébastien Crozet
2017-03-19 22:45:03 +0100
e6ee11617a
Add a method to compute the trace of a matrix.
Sébastien Crozet
2017-03-19 22:33:01 +0100
4b9246ec10
Update the description on crates.io.
Sébastien Crozet
2017-03-19 22:35:05 +0100
a524e1a925
Add a method to compute the trace of a matrix.
Sébastien Crozet
2017-03-19 22:33:01 +0100
e4af1d468f
Fix typos + add componentwise operator change to changelog.
Sébastien Crozet
2017-03-02 21:37:20 +0100
664ddef8a3
Fix mvp matrix construction typo.
Sébastien Crozet
2017-03-02 21:34:57 +0100
4df504cf05
De-ambiguat AsRef/AsMut/Into implementations.
Sébastien Crozet
2017-02-26 22:15:11 +0100
b39bf2693a
Update the changelog to include componentwise ops.
Sébastien Crozet
2017-02-26 20:33:22 +0100
80be059daa
Release v0.11.1.
v0.11.1
Sébastien Crozet
2017-02-18 13:30:25 +0100
d6285e1165
Implement AsRef, AsMut, Into, From.
Sébastien Crozet
2017-02-18 13:28:22 +0100
1bbd78bf23
Release v0.11.1.
Sébastien Crozet
2017-02-18 13:30:25 +0100
676a8b186e
Implement AsRef, AsMut, Into, From.
Sébastien Crozet
2017-02-18 13:28:22 +0100
c2de3335e7
Brand new website!
Sébastien Crozet
2017-02-16 00:15:14 +0100
a4089a7ee0
Add missing examples from the website.
Sébastien Crozet
2017-02-15 23:42:03 +0100
1471031ac4
Merge pull request #218 from sebcrozet/nexgen
v0.11.0
Sébastien Crozet
2017-02-15 22:49:26 +0100
181e67604d
Release v0.11.0.
Sébastien Crozet
2017-02-15 22:30:57 +0100
a18fd7343f
Fix travis.yml.
Sébastien Crozet
2017-02-15 22:16:15 +0100
42b48563be
Make serde optional behind the "serde-serialize" feature.
Sébastien Crozet
2017-02-15 22:04:34 +0100
896ad19dd0
Update README.md
Sébastien Crozet
2017-02-14 18:54:47 +0100
14e9194f69
Update the changelog.
Sébastien Crozet
2017-02-14 18:49:25 +0100
086e6e719f
Doc + slerp + conversions.
Sébastien Crozet
2017-02-12 18:17:09 +0100
48a576efde
Merge 8c4b3f5bd7
into e0fc89ffc6
Mac Mason
2016-12-13 22:24:28 +0000
8c4b3f5bd7
Fix spelling typos in lib.rs.
Mac Mason
2016-12-13 14:21:20 -0800
7f42005668
Merge 98e0526bbb
into e0fc89ffc6
Michael Riss
2016-12-11 14:50:09 +0000
377f8b5596
Fix travis.yml.
Sébastien Crozet
2016-12-04 23:00:12 +0100
99b6181b1e
Complete library rewrite.
Sébastien Crozet
2016-12-04 22:44:42 +0100
e33bb43231
Merge 23f57dd133
into e0fc89ffc6
WaDelma
2016-11-28 20:35:01 +0000
23f57dd133
Made BaseNum to be a blanket implementation.
Delma
2016-11-28 22:29:09 +0200
e0fc89ffc6
Merge pull request #209 from jmagnuson/master
Sébastien Crozet
2016-10-26 00:26:18 +0200
885223473e
Fix benchmark macro `bench_binop`
jmagnuson
2016-10-23 12:42:38 -0500
b6ff9df31a
Merge pull request #208 from nwin/master
Sébastien Crozet
2016-10-17 19:35:09 +0200
30d37bc6cc
Fixed typos in point.rs and vector.rs.
nwin
2016-10-15 12:02:24 +0200
1c81dd2130
Release v0.10.1.
v0.10.1
Sébastien Crozet
2016-09-06 19:42:51 +0200
89c745fa17
Fix &DMatrix - DMatrix.
Sébastien Crozet
2016-09-06 19:41:47 +0200
f7f343b569
Fix formatting of the CHANGELOG.
Sébastien Crozet
2016-08-29 21:38:12 +0200
d442b0479d
Prevent the README cargo example to be compiled as a test.
Sébastien Crozet
2016-08-29 21:22:09 +0200
7914d7bdcb
Release v0.10.0.
v0.10.0
Sébastien Crozet
2016-08-29 21:16:50 +0200
8f5b60421c
Add an example dependency entry to the README.
Sébastien Crozet
2016-08-29 21:16:15 +0200
96d7f68f14
Merge pull request #199 from phaazon/unused-arg
Sébastien Crozet
2016-08-29 21:11:55 +0200
769b79ef44
Merge pull request #197 from Limeth/master
Sébastien Crozet
2016-08-29 21:10:43 +0200
840fa71e67
implement common operations for references
Jakub Hlusička
2016-08-25 19:51:01 +0200
4afb2ff476
Fixed tests (#198 ).
Dimitri Sabadie
2016-08-26 11:00:10 +0200
a90c2c23fa
Fixed #198 .
Dimitri Sabadie
2016-08-26 10:06:10 +0200
34f7e9a607
Update doc.
Sébastien Crozet
2016-08-24 23:42:14 +0200
26f58a89a8
Fix README forum link.
Sébastien Crozet
2016-08-24 23:32:40 +0200
91f8b842d2
update .gitignore.
Sébastien Crozet
2016-08-21 22:01:39 +0200
70335a9333
Fix typo on the changelog.
Sébastien Crozet
2016-08-21 22:00:54 +0200
9cbfc80040
Release v0.9.0.
v0.9.0
Sébastien Crozet
2016-08-21 21:43:26 +0200
e68f8cdb08
Merge pull request #196 from sebcrozet/algebra
Sébastien Crozet
2016-08-21 21:42:17 +0200
d29ff53329
Implement traits from the algebra crate.
Sébastien Crozet
2016-08-20 23:13:53 +0200
fc08caabbe
Merge pull request #195 from sebcrozet/refactor
Sébastien Crozet
2016-08-16 13:42:40 +0200
326b22ac33
Fix benchmarks.
Sébastien Crozet
2016-08-16 13:35:17 +0200
05a0c12c4a
Add a missing file that defines the `Unit` type.
Sébastien Crozet
2016-08-16 12:47:11 +0200
c4728a33d4
Fix quaternion polar decomposition.
Sébastien Crozet
2016-08-16 12:26:36 +0200
9c4bff1f85
Rename methods starting with `new_with_` to `from_`.
Sébastien Crozet
2016-08-16 10:48:41 +0200
d45c242a15
Add a `Unit` wrapper type, remove UnitQuaternion.
Sébastien Crozet
2016-08-12 21:46:40 +0200
88a74ca4e5
Macro groupping.
Sébastien Crozet
2016-07-23 20:57:28 +0200
7b4a57c224
Fix some clippy warning.
Sébastien Crozet
2016-05-06 15:08:06 +0200
6a495013d3
Update changelog to account for quaternion modifications.
Sébastien Crozet
2016-08-09 21:52:16 +0200
85819c5fed
Make the link to the documentation more visible
Sébastien Crozet
2016-08-09 21:50:21 +0200
d05ad00c41
Merge pull request #193 from phaazon/master
Sébastien Crozet
2016-08-09 21:41:16 +0200
1fdd8979af
Fixed Zero and One for Quaternion.
Dimitri 'phaazon' Sabadie
2016-07-30 14:08:55 +0200
f9c1a2fd98
Added a test for Quaternion::exp().
Dimitri Sabadie
2016-07-29 18:02:37 +0200
988d9272d2
Cleaned up exp(), log() and powf() for Quaternion. Also, they’re for Quaternion only as we cannot define them on UnitQuaternion.
Dimitri Sabadie
2016-07-29 17:51:35 +0200
213cc41f7d
Added exp(), log() and powf() for Quaternion / UnitQuaternion.
Dimitri Sabadie
2016-07-29 15:56:04 +0200
aa7d4b927c
Implement Display for Identity.
Sébastien Crozet
2016-04-30 14:32:16 +0200
a9c4bd0b78
Release v0.8.1
Sébastien Crozet
2016-04-19 09:43:13 +0200
a6cee5afc8
Merge pull request #189 from sebcrozet/from_to_value
Sébastien Crozet
2016-04-19 09:42:49 +0200
13a5bee25f
Implement From returning a value (instead of a ref only) for matrices and vectors.
Sébastien Crozet
2016-04-19 09:34:44 +0200
847edafcfe
Merge pull request #188 from sebcrozet/more_renamings
Sébastien Crozet
2016-04-18 08:49:25 +0200
d98b7fb618
Update the changelog.
Sébastien Crozet
2016-04-18 08:39:46 +0200
df872f407d
Replace "col" by "column".
Sébastien Crozet
2016-04-18 08:29:22 +0200
b642a7842c
Update documentation to v0.8.0.
Sébastien Crozet
2016-04-17 20:28:03 +0200
830c19aeba
Release v0.8.0.
v0.8.0
Sébastien Crozet
2016-04-17 20:26:17 +0200
c5a03254f2
Merge pull request #187 from sebcrozet/full_names
Sébastien Crozet
2016-04-17 20:25:34 +0200
0c84d18850
Substitute: diag -> diagonal.
Sébastien Crozet
2016-04-17 19:47:56 +0200
0380661bd2
Remove some restrictions for `NumVector`.
Sébastien Crozet
2016-04-17 19:26:18 +0200
40c6675c30
Update the Changelog.
Sébastien Crozet
2016-04-17 17:58:17 +0200
479cc7a7ff
Fix compilation when the "generic_sizes" feature is enabled.
Sébastien Crozet
2016-04-17 17:38:13 +0200
e6156727f2
Use full names for everything.
Sébastien Crozet
2016-04-17 17:26:58 +0200
353d36639d
Release v0.7.0.
v0.7.0
Sébastien Crozet
2016-04-17 13:41:01 +0200
eee1eb5c5f
Release v0.6.1.
v0.6.1
Sébastien Crozet
2016-04-17 13:22:20 +0200
9a87e2360d
Implement Outer for DVec. (#186 )
Sébastien Crozet
2016-04-17 13:20:58 +0200
8e6caed4fb
Implement Outer for DVec.
Sébastien Crozet
2016-04-17 13:10:42 +0200