Commit Graph

  • 8918cb5d7e invert -> inplace_inverse to avoid name clash with iterators. Sébastien Crozet 2013-07-13 13:34:41 +0000
  • 7f05cc5977 abs needs the Signed trait. Sébastien Crozet 2013-07-10 17:43:45 +0000
  • c37d58f3fb Add Vec0. Sébastien Crozet 2013-07-07 22:34:18 +0200
  • 831f561441 Use Clone instead of Copy. Sébastien Crozet 2013-07-05 22:54:42 +0000
  • 6f081b70b8 Add sphere sempling trait + Copy becomes Clone Sébastien Crozet 2013-07-04 14:23:08 +0000
  • 51fd2bc744 map -> iter().transform Sébastien Crozet 2013-07-02 10:00:55 +0000
  • 68d601a642 Basis trait now uses internal iterators to avoid allocations. Sébastien Crozet 2013-07-01 16:33:22 +0000
  • 6fd9696253 Fix bug when trying to create a rotation matrix with a zero angle. Sébastien Crozet 2013-06-30 21:19:36 +0000
  • 02e22717a4 More rotation sugar. Sébastien Crozet 2013-06-29 19:02:51 +0000
  • f8515f4683 Add rotation wrt center of a matrix. Sébastien Crozet 2013-06-29 18:59:04 +0000
  • 50293ca417 Add read-only access to a Rotmat subcomponents. Sébastien Crozet 2013-06-29 18:37:01 +0000
  • 364c16ca19 Add read-only accesse to a Transform subcomponents. Sébastien Crozet 2013-06-29 18:35:01 +0000
  • 50d424a901 Changed the representation of rotations for 3D matrix. Sébastien Crozet 2013-06-29 15:32:56 +0000
  • 429bcbf9c3 Fix Column implementation generating an ICE. Sébastien Crozet 2013-06-29 15:19:21 +0000
  • d3bed841f8 Add Column implementations. Sébastien Crozet 2013-06-29 15:04:38 +0000
  • 8e8a87b667 Fixes to work with the new compiler. Sébastien Crozet 2013-06-29 12:06:39 +0000
  • 3bb470ac95 Add Column + Homogeneous + Indexable traits. Sébastien Crozet 2013-06-29 11:40:31 +0000
  • c58e1ed40d Reorganized files. Sébastien Crozet 2013-06-29 00:34:45 +0000
  • c54eb562ec Refactor code for matrices. Sébastien Crozet 2013-06-28 22:55:09 +0000
  • cd355dfb30 Refactor vec{1, 2, 3} implemenation + add some useful traits. Sébastien Crozet 2013-06-28 21:03:40 +0000
  • 8abcdeeedc #[inline(always)] -> #[inline] Sébastien Crozet 2013-06-27 17:40:37 +0000
  • 6723693b49 Refined traits for rotation/translation/transformation. Sébastien Crozet 2013-06-27 16:16:07 +0000
  • ffbcf4882a Removed a lot of Copy + made Rotation and Translation more flexible. Sébastien Crozet 2013-06-26 20:56:30 +0000
  • edc5bb616d Removed some useless references. Sébastien Crozet 2013-06-24 21:38:52 +0000
  • 870f4b804b Fix some infinite recursion on nvec. Sébastien Crozet 2013-06-23 20:16:15 +0000
  • 0a90e6e6d8 all -> iter().all Sébastien Crozet 2013-06-23 16:19:13 +0000
  • 8dc9067121 Coding style fix. Sébastien Crozet 2013-06-23 16:08:50 +0000
  • cfd7bac305 Fix to make it work with the new compiler. Sébastien Crozet 2013-06-19 12:26:59 +0200
  • 854dda73bf Add implementation of Bounded. Sébastien Crozet 2013-06-15 22:11:33 +0000
  • caee7eb423 workarounds -> traits. All ICE are now compiler errors. Sébastien Crozet 2013-06-15 20:16:44 +0000
  • 6e627f3378 Add Ord instances. Sébastien Crozet 2013-06-15 18:06:13 +0000
  • 3ccade3d2f icomming -> master Sébastien Crozet 2013-06-15 13:11:50 +0000
  • 3581747018 Use new css for the doc. Sébastien Crozet 2013-06-15 11:57:12 +0000
  • e28d82ccb9 Merge branch 'master' of github.com:sebcrozet/nalgebra Sébastien Crozet 2013-06-13 16:48:42 +0000
  • 513d4d7b08 Add inlining pragmas. Sébastien Crozet 2013-06-13 16:48:28 +0000
  • dab2434ca3 Use bold font on readme. Sébastien Crozet 2013-06-13 14:10:37 +0000
  • 5c777ca32d Add compilation instructions. Sébastien Crozet 2013-06-13 14:06:05 +0000
  • 4cc5b178c8 Add DeltaTransformVector tait and fix transformation. Sébastien Crozet 2013-06-13 14:44:15 +0000
  • fb20ffdf8b Add automatic implementation of VectorSpace. Sébastien Crozet 2013-06-11 11:03:16 +0200
  • 53486fe614 Changed flattening function names. Sébastien Crozet 2013-06-10 09:46:42 +0200
  • 4c65f793e8 Add flatten trait. Sébastien Crozet 2013-06-10 00:09:36 +0000
  • c02edb9d09 Used a better type parametter name. Sébastien Crozet 2013-06-09 23:36:47 +0000
  • bd5f1eae88 Codding style fix. Sébastien Crozet 2013-06-09 14:04:54 +0000
  • 9062c37a64 The lib directory is automatically created. Sébastien Crozet 2013-06-09 12:14:03 +0000
  • ffc24de9e0 Removed useless iterator usage. Sébastien Crozet 2013-06-09 12:12:18 +0000
  • 965601d4e0 Adapted to new vec iterator api. Sébastien Crozet 2013-06-09 12:09:22 +0000
  • ec87e81426 Relaxed type constraints for transform rotation. Sébastien Crozet 2013-06-08 16:33:49 +0000
  • 8a1b81f839 Primitive construction is more idiomatique using new. Sébastien Crozet 2013-06-08 10:09:17 +0000
  • e9948f55d0 Add rotation wrt a point. Sébastien Crozet 2013-06-06 22:57:07 +0000
  • 0b8058e88f Adapted for the compiler 'incomming' branch. Sébastien Crozet 2013-06-01 20:50:00 +0200
  • 4146385e09 Fix matrix inversion algorithm. Sébastien Crozet 2013-05-31 18:35:48 +0200
  • f264b75ce6 Add dynamically sized matrix. Sébastien Crozet 2013-05-31 11:28:42 +0200
  • 335794208d Add dynamically sized vector. Sébastien Crozet 2013-05-31 11:01:07 +0200
  • a77013e4c7 Use automatic ToStr deriving for everything. Sébastien Crozet 2013-05-25 18:30:03 +0000
  • 898a87b46c Add SubDot trait and basic implementations. Sébastien Crozet 2013-05-25 13:51:51 +0000
  • 2b9dc1d2e3 Fix comment. Sébastien Crozet 2013-05-21 23:20:09 +0000
  • 65b175b4a7 Refactored tests using macros. Sébastien Crozet 2013-05-21 23:15:03 +0000
  • 3fa933d13f Add comments and adapted to new rust syntax. Sébastien Crozet 2013-05-21 17:25:01 +0200
  • 4a44d436d1 Add css file take from official rust repo. Sébastien Crozet 2013-05-21 15:00:13 +0200
  • 4312daa53c Removed the triginometric trait workaround. Sébastien Crozet 2013-05-20 10:02:02 +0000
  • b2d17300d9 Add delta-transformation implementations. Sébastien Crozet 2013-05-19 19:45:30 +0000
  • f3ed302874 Add delta-transformation. Sébastien Crozet 2013-05-19 19:45:04 +0000
  • ec160e5219 Fix rotation for transform adaptor. Sébastien Crozet 2013-05-19 15:01:38 +0000
  • 52a769a431 Add a test for the 2d rotation. Sébastien Crozet 2013-05-19 11:53:19 +0000
  • dc0757b2e5 Add rotation and translation traits. Sébastien Crozet 2013-05-19 11:44:27 +0000
  • a0ada142a6 Removed useless use on the .rc. Sébastien Crozet 2013-05-18 21:56:03 +0000
  • ceed733e25 Functions to build objects dont shadow constructors any more. Sébastien Crozet 2013-05-18 20:03:45 +0000
  • 01d37a1b56 Refined ScalaOp trait. Sébastien Crozet 2013-05-18 18:06:36 +0000
  • d13924bfee Merge branch 'master' of github.com:sebcrozet/nalgebra Sébastien Crozet 2013-05-18 17:08:03 +0000
  • 931f2e2b80 Removed useless loops on basis test. Sébastien Crozet 2013-05-18 17:07:38 +0000
  • 8eeb790729 Removed disclaimer: there are some tests now! Sébastien Crozet 2013-05-18 15:05:55 +0000
  • 890cdb73f2 Add tests and basis generation. Sébastien Crozet 2013-05-18 17:04:03 +0000
  • 39707b42dc Add rand for nvec. Sébastien Crozet 2013-05-18 15:03:54 +0000
  • 622435f7ad Add Rand for nmat. Sébastien Crozet 2013-05-18 11:38:56 +0000
  • 98b484c311 Fix readme for workarounds. Sébastien Crozet 2013-05-17 22:13:07 +0000
  • bc93c44206 Add Rand implementation for everything. Sébastien Crozet 2013-05-18 00:11:59 +0000
  • 53131731b3 Add fuzzy_eq implementation for everything. Sébastien Crozet 2013-05-16 22:23:25 +0000
  • 7a58f2c66a Add comments for traits. Sébastien Crozet 2013-05-16 21:59:41 +0000
  • 699e4c5bb7 Adapted assertions with last rust zero-testing api. Sébastien Crozet 2013-05-16 21:44:05 +0000
  • e11cbb0963 Add one-dimensional primitives. Sébastien Crozet 2013-05-16 21:43:14 +0000
  • d636fdd346 Add matrix adaptors and addapted to the now rust features. Sébastien Crozet 2013-05-16 21:30:39 +0000
  • c7059af99d Fix 2d matrix multiplication and 3d matrix inversion. Sébastien Crozet 2013-05-15 11:51:53 +0200
  • cfe636c11b Replaced an uggly for by a bit less uggly while for the matrix inversion. Sébastien Crozet 2013-05-15 01:10:18 +0000
  • 30d82f2408 Add n-dimensional vector and matrix. Sébastien Crozet 2013-05-15 00:18:13 +0000
  • d247af1138 Reduced title level of Licence. Sébastien Crozet 2013-05-14 19:20:52 +0000
  • 2102bed428 Add licence info. Sébastien Crozet 2013-05-14 21:19:58 +0000
  • 350465655d Add short description on readme. Sébastien Crozet 2013-05-14 21:17:43 +0000
  • 4582492fda Addesome traits and configuration file. Sébastien Crozet 2013-05-14 21:08:29 +0000
  • 8b18310c3c Add basic operations. Sébastien Crozet 2013-05-14 11:35:01 +0000
  • 8ecd37ebc8 Initial commit. Sébastien Crozet 2013-05-14 11:34:28 +0000