Carlos Becker
|
bdef7eb656
|
Added doxygen info for .matrix() and .array()
|
2010-06-28 18:38:28 +01:00 |
|
Gael Guennebaud
|
28e64b0da3
|
email change
|
2010-06-24 23:21:58 +02:00 |
|
Gael Guennebaud
|
7fd8418b19
|
finish to merge Array into Core:
- mv Array/* into Core/
- merge Functors.h files, and move Norms.h into Dot.h
|
2010-06-19 23:36:38 +02:00 |
|
Gael Guennebaud
|
310f7aa096
|
moved purely "array" related stuff to a new module Array.
This include:
- cwise Pow,Sin,Cos,Exp...
- cwise Greater and other comparison operators
- .any(), .all() and partial reduction
- random
|
2008-05-31 18:11:48 +00:00 |
|
Gael Guennebaud
|
f5e599e489
|
* replace compile-time-if by meta-selector in Assign.h
as it speed up compilation.
* fix minor typo introduced in the previous commit
|
2008-05-31 14:42:07 +00:00 |
|
Gael Guennebaud
|
e2ac5d244e
|
Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.
In particular this flag changes the behavior of operator* to a coeff wise product.
|
2008-05-29 22:33:07 +00:00 |
|