Hauke Heibel
|
56fe64c15d
|
Fix hover background color for H2.
Align tutorial tables at the top.
|
2010-06-30 14:05:37 +02:00 |
|
Gael Guennebaud
|
21d940fbe4
|
fix unsupported module doc
|
2010-06-30 13:19:54 +02:00 |
|
Hauke Heibel
|
1688b86823
|
Followed Benoit's comment and removed the Mainpage.dox too.
|
2010-06-30 13:04:50 +02:00 |
|
Gael Guennebaud
|
020bf9e922
|
clean the class hierarchy
|
2010-06-30 13:05:07 +02:00 |
|
Hauke Heibel
|
af9f452299
|
Removed old doxygen config file.
|
2010-06-30 12:57:33 +02:00 |
|
Hauke Heibel
|
c66c4b3293
|
Added exclusion filters.
|
2010-06-30 12:57:00 +02:00 |
|
Jitse Niesen
|
096c13ea6d
|
Fill in open entries in decompositions table.
|
2010-06-30 10:41:23 +01:00 |
|
Gael Guennebaud
|
1b8277fc2a
|
update the big linear algebra table (fixes, add notes and definitions)
|
2010-06-30 10:37:23 +02:00 |
|
Gael Guennebaud
|
a06cd0fb13
|
it remains only to set the status of RealSchur and EigenSolver
|
2010-06-29 20:59:23 +02:00 |
|
Gael Guennebaud
|
1f4927a28c
|
update the big table and add an Optimization column
|
2010-06-29 20:44:51 +02:00 |
|
Manoj Rajagopalan
|
5c58582a08
|
Renamed DenseBase::{row,col}Range() to DenseBase::middle{Rows,Cols}()
|
2010-06-29 14:31:39 -04:00 |
|
Manoj Rajagopalan
|
6e5bed69dc
|
Included tests for middleRows() and middleCols()
|
2010-06-29 12:39:58 -04:00 |
|
Gael Guennebaud
|
82c4a755af
|
disable empty struct trick for buggy gcc 4.3
|
2010-06-29 18:17:17 +02:00 |
|
Benoit Jacob
|
e5de9e5226
|
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
- all what's not in unsupported/ is considered stable API
(except internal stuff e.g. expression templates).
|
2010-06-29 10:10:47 -04:00 |
|
Benoit Jacob
|
76152e9844
|
start linear algebra tutorial
|
2010-06-29 10:02:33 -04:00 |
|
Benoit Jacob
|
3bd421e073
|
fix potential warning
|
2010-06-29 10:02:10 -04:00 |
|
Carlos Becker
|
deba829911
|
Added Block tutorial to docs index
|
2010-06-29 14:23:49 +01:00 |
|
Jitse Niesen
|
3070164525
|
Fix name clash in "m.block(i,j,m,n)" where m has two meanings.
Fix simple typos in tutorial.
|
2010-06-29 11:42:51 +01:00 |
|
Konstantinos Margaritis
|
cf3616b2c0
|
AltiVec signed integer pmadd removed, proved to be 2x slower than the scalar trait(!).
|
2010-06-28 21:24:55 +03:00 |
|
Carlos Becker
|
97889a7f46
|
Added Block Operations tutorial and code examples
|
2010-06-28 18:42:59 +01:00 |
|
Carlos Becker
|
82e2e8b13a
|
Modified Array Class tutorial, added examples
|
2010-06-28 18:42:09 +01:00 |
|
Carlos Becker
|
bdef7eb656
|
Added doxygen info for .matrix() and .array()
|
2010-06-28 18:38:28 +01:00 |
|
Benoit Jacob
|
086ad93295
|
start a topic page on decompositions, with a big table.
still have to write the _tutorial_ on decompositions.
|
2010-06-28 10:43:11 -04:00 |
|
Gael Guennebaud
|
dbefd7aafb
|
* update redux section
* fix output precision to 3 for the snippets
|
2010-06-28 13:30:10 +02:00 |
|
Gael Guennebaud
|
768bdd08c8
|
fix bad tests
|
2010-06-28 01:01:29 +02:00 |
|
Gael Guennebaud
|
75da254fc3
|
* use transpose() instead of row vectors (more common use case)
* add a word about noalias and performance for BLAS users
|
2010-06-28 00:42:57 +02:00 |
|
Gael Guennebaud
|
aae5994b9e
|
mv comma initializer to page 1
|
2010-06-28 00:22:47 +02:00 |
|
Gael Guennebaud
|
de1220aa62
|
add a Transposition section in page 2
|
2010-06-28 00:05:11 +02:00 |
|
Gael Guennebaud
|
ca29620e25
|
fix filename
|
2010-06-27 23:45:37 +02:00 |
|
Gael Guennebaud
|
f98c758f61
|
fix link
|
2010-06-27 20:21:12 +02:00 |
|
Gael Guennebaud
|
b5659dc9cf
|
show a more fancy example for the getting started tut
|
2010-06-27 19:37:16 +02:00 |
|
Gael Guennebaud
|
189d4b51c2
|
fix unused warning when EIGEN_HAS_FUSE_CJMADD
|
2010-06-27 17:42:03 +02:00 |
|
Benoit Jacob
|
25f44266a2
|
fix #146
|
2010-06-27 08:44:21 -04:00 |
|
Gael Guennebaud
|
f096452dfd
|
Fix cache computation on old Intel CPUs which do not
support the cpuid function 0x4
|
2010-06-27 00:17:38 +02:00 |
|
Gael Guennebaud
|
5e7bd967cc
|
add the manual Intel's way to query cache info
|
2010-06-26 23:37:42 +02:00 |
|
Manoj Rajagopalan
|
464fc297cf
|
Included definitions for rowRange() and colRange() member functions of DenseBase
|
2010-06-26 17:37:17 -04:00 |
|
Martin Senst
|
4b474fdb34
|
Relax assertion to allow for matrices with cols() == 0 and/or rows() == 0.
|
2010-07-20 21:25:43 +02:00 |
|
Gael Guennebaud
|
95f2e7f3f5
|
introduce a new LvalueBit flag and split DenseCoeffBase into three level of accessors
|
2010-07-21 10:57:01 +02:00 |
|
Jitse Niesen
|
3abbdfd621
|
Add (set)LinSpaced to quick reference guide.
|
2010-07-20 21:55:22 +01:00 |
|
Jitse Niesen
|
abd5faf784
|
Require at least MPFR version 2.3.0, because we use mpfr_signbit.
Code in FindMPFR.cmake is taken from FindEigen2.cmake .
|
2010-07-19 12:26:52 +01:00 |
|
Gael Guennebaud
|
cac147ba10
|
add support for determinant on empty matrix
|
2010-07-19 10:45:06 +02:00 |
|
Gael Guennebaud
|
78d3c54631
|
add a small bench demoing the possibilities of a direct 3x3 eigen decomposition
|
2010-07-18 17:26:06 +02:00 |
|
Gael Guennebaud
|
ea27678153
|
fix compilation of ei_tridiagonalization_inplace_selector for 1x1 matrix
|
2010-07-18 17:10:11 +02:00 |
|
Gael Guennebaud
|
2a820d41df
|
finish/fix level1 blas, all test pass
|
2010-07-17 13:49:43 +02:00 |
|
Gael Guennebaud
|
dd27e10360
|
fix level3 blas: it now passes all computational tests
|
2010-07-17 11:59:09 +02:00 |
|
Gael Guennebaud
|
2d78023815
|
fix hemm to not use the imaginary part of the diagonal entries
|
2010-07-17 11:57:54 +02:00 |
|
Gael Guennebaud
|
cbd6fe323c
|
fix a couple a issue with blas (new TRMM api, and enforece column major)
|
2010-07-16 23:30:06 +02:00 |
|
Gael Guennebaud
|
f59226e901
|
fix compilation of blas lib
|
2010-07-16 22:27:24 +02:00 |
|
Gael Guennebaud
|
4c19024fbf
|
re-enable writing to reversed objects
|
2010-07-16 22:26:07 +02:00 |
|
Gael Guennebaud
|
fb041c260c
|
fix for empty matrices
|
2010-07-16 22:25:35 +02:00 |
|