Jitse Niesen
|
e2d46eac42
|
Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.
This macro is no longer used as of revision 0212eec23f
.
|
2011-02-04 22:33:53 +01:00 |
|
Benoit Jacob
|
4489c56c9e
|
add Map static methods taking Strides, add test checking for compilation errors
|
2011-02-03 10:05:45 -05:00 |
|
Jason Newton
|
d028262e06
|
add tan function in Array world
|
2011-02-03 14:34:40 +01:00 |
|
Benoit Jacob
|
2d09b11a97
|
relax Matrix/Array(Index) ctors to allow size 0, add test.
|
2011-02-01 07:46:02 -05:00 |
|
Gael Guennebaud
|
faa1284c12
|
fix compilation of snippets
|
2011-02-01 13:28:14 +01:00 |
|
Benoit Jacob
|
6f2ba1f52b
|
typo reported by Don Lorenzo
|
2011-01-28 10:00:34 -05:00 |
|
Benoit Jacob
|
5331fa3033
|
fix compilation of LU class example
|
2011-01-24 07:41:47 -05:00 |
|
Jitse Niesen
|
47a9d2ed54
|
Document HouseholderSequence.
Incomplete: I did not explain the difference between OnTheLeft and OnTheRight,
and there is only one example.
|
2011-01-02 16:59:44 +00:00 |
|
Benoit Jacob
|
26c2afd55a
|
fix compile errors in Tridiagonalization and in doc examples
|
2010-12-30 04:52:20 -05:00 |
|
Trevor Irons
|
e112ad8124
|
In QuickRefPage LinSpaced is improperly documented.
|
2010-12-29 10:08:41 -07:00 |
|
Jitse Niesen
|
d6a5ba5a08
|
Rename EIGEN_DENSESTORAGEBASE_PLUGIN to EIGEN_PLAINOBJECTBASE_PLUGIN.
|
2010-12-29 19:12:39 +00:00 |
|
Jitse Niesen
|
657013c974
|
Mention ptr_fun in docs for .unaryExpr()
|
2010-12-27 16:35:25 +00:00 |
|
Jitse Niesen
|
265e1ef4ef
|
Extend doc page on preprocessor directives.
|
2010-12-27 16:34:58 +00:00 |
|
Jitse Niesen
|
8db9acbc16
|
Move doxygen comments for EIGEN_NO_DEBUG from source to I14.
This reverts changeset 76fbe94279
. Benoit and I agree that my
approach there (to use doxygen comments) pollutes the code too much.
|
2010-12-27 15:07:11 +00:00 |
|
Jitse Niesen
|
840c4e1ab5
|
Move section on preprocessor directives from I00 to its own page.
|
2010-12-27 15:07:07 +00:00 |
|
Jitse Niesen
|
42a050dc68
|
Finish doc page on aliasing.
|
2010-12-27 15:06:55 +00:00 |
|
Benoit Jacob
|
86d3711fb7
|
remove EIGEN_REF_TO_TEMPORARY, clarify docs
|
2010-12-25 16:45:25 -05:00 |
|
Jitse Niesen
|
4a5ebcd1ce
|
Fix compilation of Tridiagonalization_diagonal example.
After changeset 0d63212257
, matrixT() is a real matrix even if the matrix
which is decomposed is complex.
|
2010-12-12 13:53:42 +00:00 |
|
Gael Guennebaud
|
c49c013c47
|
add main ei_* functions into Eigen2Support
|
2010-12-03 11:22:35 +01:00 |
|
Gael Guennebaud
|
14208eb478
|
add a word about the ei_ prefix change in Eigen2 -> Eigen3 doc page.
|
2010-12-03 10:54:16 +01:00 |
|
Benoit Jacob
|
cd1225ef14
|
make example compile
|
2010-11-24 09:18:49 -05:00 |
|
Benoit Jacob
|
f84cbba52a
|
minor fixes
|
2010-11-24 09:16:30 -05:00 |
|
Benoit Jacob
|
07f2406dc1
|
some dox tweaks
|
2010-11-24 08:23:17 -05:00 |
|
Benoit Jacob
|
0ab9a0a2f7
|
make UpperBidiagonalization internal: don't want to support it, it's not used.
Keeping it because it tests BandMatrix.
|
2010-11-23 11:12:42 -05:00 |
|
Jitse Niesen
|
e54c8d20cb
|
Docs: aliasing and component-wise operations.
|
2010-11-16 17:28:59 +00:00 |
|
Jitse Niesen
|
cad73d9cdc
|
Correct std::map fix (two commits ago); copy fix to aligned_allocator doc.
|
2010-11-12 12:06:24 +00:00 |
|
Jose Luis Blanco
|
9ba15cd63c
|
Docs: correct declaration of aligned std::map in TopicStlContainers.
|
2010-11-12 10:05:41 +00:00 |
|
Benoit Jacob
|
99ccb26cfe
|
add eigen2support Transform typedefs, add Eigen2To3 section on Transform
|
2010-10-29 09:00:35 -04:00 |
|
Benoit Jacob
|
4716040703
|
bug #86 : use internal:: namespace instead of ei_ prefix
|
2010-10-25 10:15:22 -04:00 |
|
Hauke Heibel
|
969518f99d
|
Improved I13_FunctionsTakingEigenTypes.dox.
Removed the r-value reference part and focused on EIGEN_REF_TO_TEMPORARY only.
|
2010-10-21 10:14:23 +02:00 |
|
Benoit Jacob
|
ee60fc2062
|
fix typo and rephrase sentence
|
2010-10-20 09:43:16 -04:00 |
|
Benoit Jacob
|
8c17fab8f5
|
renaming: ei_matrix_storage -> DenseStorage
DenseStorageBase -> PlainObjectBase
|
2010-10-20 09:34:13 -04:00 |
|
Benoit Jacob
|
e259f71477
|
rename PlanarRotation -> JacobiRotation
|
2010-10-19 21:56:26 -04:00 |
|
Gael Guennebaud
|
e5073746f3
|
allows blocks of code to be larger than the page body (like tables)
|
2010-10-19 16:55:49 +02:00 |
|
Gael Guennebaud
|
e19c6b89f5
|
update the position of the owl
|
2010-10-19 16:07:04 +02:00 |
|
Gael Guennebaud
|
54814eb05b
|
factorize CSS code, make use of the "manual" class when appropriate, clean the style of the big linear algebra table
|
2010-10-19 15:25:00 +02:00 |
|
Benoit Jacob
|
70f95ef80d
|
increase css max-width
|
2010-10-19 09:40:23 -04:00 |
|
Benoit Jacob
|
b1604ea553
|
merge
|
2010-10-19 09:32:19 -04:00 |
|
Benoit Jacob
|
b8dfc62f3c
|
specify max-width in em not px
|
2010-10-19 09:31:22 -04:00 |
|
Gael Guennebaud
|
6d8e7d68e4
|
factorize CSS code, make use of the "manual" class when appropriate, clean the style of the big linear algebra table
|
2010-10-19 15:25:00 +02:00 |
|
Benoit Jacob
|
9e3005d552
|
css update: max-width and margins
|
2010-10-19 09:18:06 -04:00 |
|
Benoit Jacob
|
9fa54d4cc9
|
move tables from class "tutorial_code" to "example"
also remove a align="center" in the Aliasing page -- it doesn't make sense to have 1 centered table page when all others are left aligned.
|
2010-10-19 08:42:49 -04:00 |
|
Gael Guennebaud
|
ca4bd5851c
|
update style of the quick ref guide
|
2010-10-19 11:59:11 +02:00 |
|
Gael Guennebaud
|
f66fe2663f
|
update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial
|
2010-10-19 11:40:49 +02:00 |
|
Benoit Jacob
|
3404d5fb14
|
improvements in pages 5 and 7 of the tutorial.
|
2010-10-18 09:09:30 -04:00 |
|
Benoit Jacob
|
1c15a6d96f
|
improvements in tutorial page 4 : block operations
|
2010-10-18 08:44:27 -04:00 |
|
Benoit Jacob
|
4b0fb968ea
|
fixed table html
|
2010-10-18 07:23:48 -04:00 |
|
Benoit Jacob
|
8356bc8d06
|
add jacobiSvd() method, update test & docs
|
2010-10-17 09:40:52 -04:00 |
|
Benoit Jacob
|
26129229ec
|
doc updates/improvements
|
2010-10-15 09:44:43 -04:00 |
|
Benoit Jacob
|
fcee1903be
|
update the porting guide
|
2010-10-15 08:48:44 -04:00 |
|