Commit Graph

16 Commits

Author SHA1 Message Date
Sébastien Crozet
4146385e09 Fix matrix inversion algorithm. 2013-05-31 18:35:48 +02:00
Sébastien Crozet
f264b75ce6 Add dynamically sized matrix. 2013-05-31 11:28:42 +02:00
Sébastien Crozet
335794208d Add dynamically sized vector. 2013-05-31 11:01:07 +02:00
Sébastien Crozet
a77013e4c7 Use automatic ToStr deriving for everything. 2013-05-25 18:30:03 +00:00
Sébastien Crozet
898a87b46c Add SubDot trait and basic implementations. 2013-05-25 13:51:51 +00:00
Sébastien Crozet
3fa933d13f Add comments and adapted to new rust syntax. 2013-05-21 22:46:33 +00:00
Sébastien Crozet
dc0757b2e5 Add rotation and translation traits. 2013-05-19 11:44:27 +00:00
Sébastien Crozet
01d37a1b56 Refined ScalaOp trait. 2013-05-18 18:06:36 +00:00
Sébastien Crozet
890cdb73f2 Add tests and basis generation. 2013-05-18 17:04:03 +00:00
Sébastien Crozet
39707b42dc Add rand for nvec. 2013-05-18 15:03:54 +00:00
Sébastien Crozet
622435f7ad Add Rand for nmat. 2013-05-18 11:38:56 +00:00
Sébastien Crozet
53131731b3 Add fuzzy_eq implementation for everything. 2013-05-16 22:23:25 +00:00
Sébastien Crozet
7a58f2c66a Add comments for traits. 2013-05-16 21:59:41 +00:00
Sébastien Crozet
d636fdd346 Add matrix adaptors and addapted to the now rust features. 2013-05-16 21:30:39 +00:00
Sébastien Crozet
cfe636c11b Replaced an uggly for by a bit less uggly while for the matrix inversion. 2013-05-15 01:10:18 +00:00
Sébastien Crozet
30d82f2408 Add n-dimensional vector and matrix. 2013-05-15 00:18:13 +00:00