Benoit Jacob
|
506cc5db12
|
remove operator *= between matrices: too much hassle.
|
2007-09-07 09:47:13 +00:00 |
|
Benoit Jacob
|
61158b1922
|
add operator *= between matrices, with automatic aliasing.
add tutorial in doc/ subdirectory.
|
2007-09-07 08:18:21 +00:00 |
|
Benoit Jacob
|
c030e570fd
|
extend operators += and -= to aliases
|
2007-09-07 07:56:22 +00:00 |
|
Benoit Jacob
|
c3731b36d1
|
Add operator += and operator -= between matrices/vectors/expressions
|
2007-09-07 07:41:10 +00:00 |
|
Benoit Jacob
|
e7ef6dba9d
|
- Introduce aliasing system
- Remove operator<<, use .alias() instead
- Introduce operator/ (scalar)
- Cleanup, unit-tests update.
|
2007-09-06 10:16:51 +00:00 |
|
Benoit Jacob
|
9477e62b68
|
add a missing operator= for copying a matrix into an expression.
|
2007-09-05 11:39:42 +00:00 |
|
Benoit Jacob
|
13a82795f7
|
forgot to svn add some CMakeLists
|
2007-09-05 10:42:54 +00:00 |
|
Benoit Jacob
|
1dabb45d94
|
Hello, World!
This is the initial commit for Eigen2, since I restarted it from scratch on Sunday.
|
2007-09-05 10:42:15 +00:00 |
|