| .. |
|
adjoint.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
array_for_matrix.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
array_replicate.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
array_reverse.cpp
|
Next try - more Index fixes.
|
2010-06-20 21:44:25 +02:00 |
|
array.cpp
|
Fix compilation of some tests as well as more warnings.
|
2010-06-20 18:59:15 +02:00 |
|
bandmatrix.cpp
|
Fix compilation of some tests as well as more warnings.
|
2010-06-20 18:59:15 +02:00 |
|
basicstuff.cpp
|
More Index related stuff.
|
2010-06-21 11:36:00 +02:00 |
|
block.cpp
|
Compilation fix.
|
2010-06-21 08:58:23 +02:00 |
|
cholesky.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
CMakeLists.txt
|
split the Sparse module into multiple ones, and move non stable parts to unsupported/
|
2010-06-18 11:28:30 +02:00 |
|
commainitializer.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
conservative_resize.cpp
|
Added missing typename.
|
2010-06-21 11:39:11 +02:00 |
|
corners.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
cwiseop.cpp
|
More Index related stuff.
|
2010-06-21 11:36:00 +02:00 |
|
determinant.cpp
|
More Index related stuff.
|
2010-06-21 11:36:00 +02:00 |
|
diagonal.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
diagonalmatrices.cpp
|
More Index related stuff.
|
2010-06-21 11:36:00 +02:00 |
|
dynalloc.cpp
|
* include Macros.h much earlier: since it takes care of the alignment platform detection, it is needed before we do the vectorization stuff in Eigen/Core !!
|
2010-03-06 09:05:15 -05:00 |
|
eigen2support.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
eigensolver_complex.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
eigensolver_generic.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
eigensolver_selfadjoint.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
first_aligned.cpp
|
Made the supression of unused variables portable.
|
2010-06-08 15:52:00 +02:00 |
|
geo_alignedbox.cpp
|
The intrin.h header needs to be included after cmath in order to prevent warnigns.
|
2010-06-21 18:39:24 +02:00 |
|
geo_eulerangles.cpp
|
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
|
2009-12-04 23:17:14 +01:00 |
|
geo_homogeneous.cpp
|
fix compilation when default to row major
|
2010-06-24 15:13:41 +02:00 |
|
geo_hyperplane.cpp
|
More Index related stuff.
|
2010-06-21 11:36:00 +02:00 |
|
geo_orthomethods.cpp
|
Big renaming:
|
2010-01-04 21:24:43 -05:00 |
|
geo_parametrizedline.cpp
|
More Index related stuff.
|
2010-06-21 11:36:00 +02:00 |
|
geo_quaternion.cpp
|
Fixed Quaternion operator*= added regression test.
|
2010-01-28 10:32:44 +01:00 |
|
geo_transformations.cpp
|
add missing implementation of uniform scaling products
|
2010-03-02 17:38:40 +01:00 |
|
gsl_helper.h
|
Add the possibility to use the polynomial solver of the gsl.
|
2010-03-25 03:25:47 +01:00 |
|
hessenberg.cpp
|
Guard with assert against using decomposition objects uninitialized.
|
2010-05-30 21:49:35 +01:00 |
|
householder.cpp
|
Fix compilation of some tests as well as more warnings.
|
2010-06-20 18:59:15 +02:00 |
|
integer_types.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
inverse.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
jacobisvd.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
linearstructure.cpp
|
More Index related stuff.
|
2010-06-21 11:36:00 +02:00 |
|
lu.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
main.h
|
Still fixing warnings.
|
2010-06-20 20:16:45 +02:00 |
|
map.cpp
|
The intrin.h header needs to be included after cmath in order to prevent warnigns.
|
2010-06-21 18:39:24 +02:00 |
|
mapstride.cpp
|
More Index related stuff.
|
2010-06-21 11:36:00 +02:00 |
|
meta.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
miscmatrices.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
mixingtypes.cpp
|
fix compilation when default to row major
|
2010-06-24 15:13:41 +02:00 |
|
nesting_ops.cpp
|
fix nesting in Arraywrapper and nesting_ops
|
2010-02-09 16:38:36 +01:00 |
|
nomalloc.cpp
|
- add a low level mechanism to provide preallocated memory to gemm
|
2010-06-24 21:44:24 +02:00 |
|
nullary.cpp
|
Finally fixed the matrix function/exponential warning.
|
2010-06-20 23:13:24 +02:00 |
|
packetmath.cpp
|
Added initial NEON support, most tests pass however we had to use some hackish workarounds
|
2010-03-03 11:25:41 -06:00 |
|
permutationmatrices.cpp
|
Next try - more Index fixes.
|
2010-06-20 21:44:25 +02:00 |
|
prec_inverse_4x4.cpp
|
Backed out changeset 641d968a9a
|
2010-06-01 09:01:39 -04:00 |
|
product_extra.cpp
|
Next try - more Index fixes.
|
2010-06-20 21:44:25 +02:00 |
|
product_large.cpp
|
bug fix in gemv:
|
2010-06-24 17:51:25 +02:00 |
|
product_notemporary.cpp
|
unit test fix for default to row major
|
2010-06-24 17:49:51 +02:00 |
|
product_selfadjoint.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
product_small.cpp
|
big huge changes, so i dont remember everything.
|
2009-10-28 18:19:29 -04:00 |
|
product_symm.cpp
|
add missing typename
|
2010-06-22 23:43:12 +02:00 |
|
product_syrk.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
product_trmm.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
product_trmv.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
product_trsolve.cpp
|
* allow matrix dimensions to be 0 (also at compile time) and provide a specialization
|
2010-03-21 11:28:03 -04:00 |
|
product.h
|
bug fix in gemv:
|
2010-06-24 17:51:25 +02:00 |
|
qr_colpivoting.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
qr_fullpivoting.cpp
|
Still fixing warnings.
|
2010-06-20 20:16:45 +02:00 |
|
qr.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
qtvector.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
redux.cpp
|
Still fixing warnings.
|
2010-06-20 20:16:45 +02:00 |
|
resize.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
runtest.sh
|
* Remove test_ prefix in tests
|
2009-12-02 12:07:47 -05:00 |
|
schur_complex.cpp
|
Schur decomposition of 1-by-1 always converges.
|
2010-06-04 09:40:35 +01:00 |
|
schur_real.cpp
|
Fix compilation of some tests as well as more warnings.
|
2010-06-20 18:59:15 +02:00 |
|
selfadjoint.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
sizeof.cpp
|
Fixed another enum related warning.
|
2010-06-12 19:42:16 +02:00 |
|
smallvectors.cpp
|
big huge changes, so i dont remember everything.
|
2009-10-28 18:19:29 -04:00 |
|
sparse_basic.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
sparse_product.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
sparse_solvers.cpp
|
split the Sparse module into multiple ones, and move non stable parts to unsupported/
|
2010-06-18 11:28:30 +02:00 |
|
sparse_vector.cpp
|
fix sparse squared norm
|
2010-04-13 10:40:55 +02:00 |
|
sparse.h
|
fix compilation of sparse tests
|
2010-06-19 15:24:39 +02:00 |
|
stable_norm.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
stdlist.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
stdvector_overload.cpp
|
More Index realted warnings.
|
2010-06-20 15:52:34 +02:00 |
|
stdvector.cpp
|
Utilize Index in all unit tests.
|
2010-06-20 17:37:56 +02:00 |
|
svd.cpp
|
More Index realted warnings.
|
2010-06-20 15:52:34 +02:00 |
|
swap.cpp
|
More Index realted warnings.
|
2010-06-20 15:52:34 +02:00 |
|
testsuite.cmake
|
This does hopefully really raise the warning/error limit.
|
2010-06-21 07:41:40 +02:00 |
|
triangular.cpp
|
More Index realted warnings.
|
2010-06-20 15:52:34 +02:00 |
|
umeyama.cpp
|
Remove some Array #includes.
|
2010-01-21 12:31:03 +00:00 |
|
unalignedassert.cpp
|
* include Macros.h much earlier: since it takes care of the alignment platform detection, it is needed before we do the vectorization stuff in Eigen/Core !!
|
2010-03-06 09:05:15 -05:00 |
|
unalignedcount.cpp
|
Add line to prevent compiler warning on unused variables.
|
2010-06-10 21:26:23 +01:00 |
|
upperbidiagonalization.cpp
|
Silence indexing warning.
|
2010-06-20 13:17:37 +02:00 |
|
vectorization_logic.cpp
|
fix vectorization logic test
|
2010-06-24 15:38:14 +02:00 |
|
visitor.cpp
|
the Index types change.
|
2010-05-30 16:00:58 -04:00 |