Commit Graph

1792 Commits

Author SHA1 Message Date
Sébastien Crozet e9948f55d0 Add rotation wrt a point. 2013-06-06 22:57:07 +00:00
Sébastien Crozet 0b8058e88f Adapted for the compiler 'incomming' branch. 2013-06-01 20:50:00 +02:00
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 2b9dc1d2e3 Fix comment. 2013-05-21 23:20:09 +00:00
Sébastien Crozet 65b175b4a7 Refactored tests using macros. 2013-05-21 23:15:20 +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 4a44d436d1 Add css file take from official rust repo. 2013-05-21 15:00:13 +02:00
Sébastien Crozet 4312daa53c Removed the triginometric trait workaround. 2013-05-20 10:02:02 +00:00
Sébastien Crozet b2d17300d9 Add delta-transformation implementations. 2013-05-19 19:45:30 +00:00
Sébastien Crozet f3ed302874 Add delta-transformation. 2013-05-19 19:45:04 +00:00
Sébastien Crozet ec160e5219 Fix rotation for transform adaptor. 2013-05-19 15:01:38 +00:00
Sébastien Crozet 52a769a431 Add a test for the 2d rotation. 2013-05-19 11:53:19 +00:00
Sébastien Crozet dc0757b2e5 Add rotation and translation traits. 2013-05-19 11:44:27 +00:00
Sébastien Crozet a0ada142a6 Removed useless use on the .rc. 2013-05-18 21:56:03 +00:00
Sébastien Crozet ceed733e25 Functions to build objects dont shadow constructors any more. 2013-05-18 20:03:45 +00:00
Sébastien Crozet 01d37a1b56 Refined ScalaOp trait. 2013-05-18 18:06:36 +00:00
Sébastien Crozet d13924bfee Merge branch 'master' of github.com:sebcrozet/nalgebra 2013-05-18 17:08:03 +00:00
Sébastien Crozet 931f2e2b80 Removed useless loops on basis test. 2013-05-18 17:07:38 +00:00
Sébastien Crozet 890cdb73f2 Add tests and basis generation. 2013-05-18 17:04:03 +00:00
Sébastien Crozet 8eeb790729 Removed disclaimer: there are some tests now! 2013-05-18 15:05:55 +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 98b484c311 Fix readme for workarounds. 2013-05-17 22:13:07 +00:00
Sébastien Crozet bc93c44206 Add Rand implementation for everything. 2013-05-18 00:11:59 +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 699e4c5bb7 Adapted assertions with last rust zero-testing api. 2013-05-16 21:44:05 +00:00
Sébastien Crozet e11cbb0963 Add one-dimensional primitives. 2013-05-16 21:43:14 +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 c7059af99d Fix 2d matrix multiplication and 3d matrix inversion. 2013-05-15 11:51:53 +02: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
Sébastien Crozet d247af1138 Reduced title level of Licence. 2013-05-14 19:20:52 +00:00
Sébastien Crozet 2102bed428 Add licence info. 2013-05-14 21:19:58 +00:00
Sébastien Crozet 350465655d Add short description on readme. 2013-05-14 21:17:43 +00:00
Sébastien Crozet 4582492fda Addesome traits and configuration file. 2013-05-14 21:08:29 +00:00
Sébastien Crozet 8b18310c3c Add basic operations. 2013-05-14 11:35:01 +00:00
Sébastien Crozet 8ecd37ebc8 Initial commit. 2013-05-14 11:34:28 +00:00