..
adjoint.cpp
add a stable_norm unit test
2009-09-07 12:46:16 +02:00
array_replicate.cpp
compilation fix: make the generic template ctor explicit
2009-10-13 09:23:09 +02:00
array_reverse.cpp
array.cpp
bandmatrix.cpp
Adaptions from .lazy() towards .noalias().
2009-08-31 17:29:37 +02:00
basicstuff.cpp
* add serious unit test for swap
2009-09-02 16:56:48 -04:00
cholesky.cpp
add a stable_norm unit test
2009-09-07 12:46:16 +02:00
CMakeLists.txt
finally, the right fix: set CTEST_BUILD_TARGET.
2009-10-04 20:27:44 -04:00
commainitializer.cpp
conservative_resize.cpp
Fixed unit test and improved code reusage for resizing.
2009-09-07 17:48:42 +02:00
cwiseop.cpp
determinant.cpp
fixes in determinant and homogeneous
2009-08-06 16:54:55 +02:00
diagonalmatrices.cpp
dynalloc.cpp
eigensolver_complex.cpp
rename the EigenSolver module to Eigenvalues
2009-09-04 09:23:38 +02:00
eigensolver_generic.cpp
rename the EigenSolver module to Eigenvalues
2009-09-04 09:23:38 +02:00
eigensolver_selfadjoint.cpp
rename the EigenSolver module to Eigenvalues
2009-09-04 09:23:38 +02:00
geo_alignedbox.cpp
geo_eulerangles.cpp
geo_homogeneous.cpp
* ReturnByValue:
2009-09-22 12:20:45 -04:00
geo_hyperplane.cpp
support gcc 3.3
2009-10-22 15:56:10 -04:00
geo_orthomethods.cpp
improve coverage of unitOrthogonal
2009-09-07 12:53:25 +02:00
geo_parametrizedline.cpp
geo_quaternion.cpp
geo_transformations.cpp
fix bug #42 , add missing Transform::Identity()
2009-09-19 19:59:49 -04:00
gsl_helper.h
householder.cpp
* add a HouseholderSequence class (not good enough yet for Triadiagonalization and HessenbergDecomposition)
2009-09-16 14:35:42 +02:00
inverse.cpp
implement two levels of blocking in PartialLU => high speedup
2009-08-04 11:28:02 +02:00
jacobisvd.cpp
* add a HouseholderSequence class (not good enough yet for Triadiagonalization and HessenbergDecomposition)
2009-09-16 14:35:42 +02:00
linearstructure.cpp
lu.cpp
small improvements
2009-08-24 00:09:01 -04:00
main.h
* update test to expose bug #57
2009-09-28 09:40:18 -04:00
map.cpp
* extend Map to allow the user to specify whether the mapped data
2009-10-23 14:26:14 +02:00
meta.cpp
miscmatrices.cpp
mixingtypes.cpp
uncomment stuff commented for debugging (sorry for the noise)
2009-09-07 11:26:20 +02:00
nomalloc.cpp
more product refactoring
2009-08-06 12:20:02 +02:00
packetmath.cpp
we were already aligning to 16 byte boundary fixed-size objects that are multiple of 16 bytes;
2009-10-05 10:11:11 -04:00
product_extra.cpp
better fix for (v * v') * v, we still have to find a way to reorder it
2009-10-01 13:27:03 +02:00
product_large.cpp
product_notemporary.cpp
move eigen values related stuff of the QR module to a new EigenSolver module.
2009-09-03 11:39:44 +02:00
product_selfadjoint.cpp
product_small.cpp
better fix for (v * v') * v, we still have to find a way to reorder it
2009-10-01 13:27:03 +02:00
product_symm.cpp
Adaptions from .lazy() towards .noalias().
2009-08-31 17:29:37 +02:00
product_syrk.cpp
product_trmm.cpp
product_trmv.cpp
product_trsm.cpp
Fixed a cast warning in scaleAndAddTo.
2009-08-31 15:34:57 +02:00
product.h
Adaptions from .lazy() towards .noalias().
2009-08-31 17:29:37 +02:00
qr_colpivoting.cpp
also test that the matrix Q is unitary
2009-10-12 22:33:51 -04:00
qr_fullpivoting.cpp
also test that the matrix Q is unitary
2009-10-12 22:33:51 -04:00
qr.cpp
also test that the matrix Q is unitary
2009-10-12 22:33:51 -04:00
qtvector.cpp
redux.cpp
compilation fixes
2009-09-17 15:11:13 +02:00
regression.cpp
resize.cpp
runtest.sh
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp
sparse_product.cpp
sparse_solvers.cpp
sparse_vector.cpp
sparse.h
stable_norm.cpp
really fix stable norm compilation for older gcc
2009-10-07 14:25:12 +02:00
stdvector.cpp
fix typo
2009-08-22 10:40:39 -04:00
submatrices.cpp
fix Matrix::stride for vectors, add a unit test for Block::stride
2009-08-31 17:39:56 +02:00
svd.cpp
simplifications
2009-08-31 22:09:44 -04:00
swap.cpp
* add serious unit test for swap
2009-09-02 16:56:48 -04:00
testsuite.cmake
Fixed nmake parameter.
2009-10-09 14:09:25 +02:00
triangular.cpp
fix a couple of compilations issues
2009-08-06 14:10:02 +02:00
umeyama.cpp
Fixed a cast warning in scaleAndAddTo.
2009-08-31 15:34:57 +02:00
unalignedassert.cpp
trivial compilation fix
2009-10-13 08:53:01 +02:00
vectorization_logic.cpp
visitor.cpp
More warning fixes.
2009-10-14 19:55:23 +02:00