eigen/test
2010-06-12 15:16:39 +02:00
..
adjoint.cpp Complete rework of global math functions and NumTraits. 2010-04-28 18:51:38 -04:00
array_for_matrix.cpp implicit conversion to scalar for inner product 2010-06-02 09:45:57 +02:00
array_replicate.cpp
array_reverse.cpp Define non-const operator() in Reverse; enable test for this. 2010-05-31 14:42:04 +01:00
array.cpp implicit conversion to scalar for inner product 2010-06-02 09:45:57 +02:00
bandmatrix.cpp
basicstuff.cpp Make test slightly fuzzy to account for effect of extended precision. 2010-06-10 19:18:19 +01:00
block.cpp change the value of Dynamic to -1, since the index type is now configurable. 2010-06-11 07:56:50 -04:00
cholesky.cpp add a info() function in LLT to report on succes/faillure 2010-06-12 10:12:22 +02:00
CMakeLists.txt fix selfadjoint to dense 2010-05-19 16:35:34 +02:00
commainitializer.cpp
conservative_resize.cpp
corners.cpp * implement the corner() API change: new methods topLeftCorner() etc 2010-04-22 14:11:18 -04:00
cwiseop.cpp Complete rework of global math functions and NumTraits. 2010-04-28 18:51:38 -04:00
determinant.cpp
diagonal.cpp
diagonalmatrices.cpp
dynalloc.cpp
eigen2support.cpp add minor to Eigen2Support 2010-04-22 20:49:01 -04:00
eigensolver_complex.cpp Fixed GCC compilation. 2010-06-08 09:37:13 +02:00
eigensolver_generic.cpp Add info() method which can be queried to check whether iteration converged. 2010-06-03 22:59:57 +01:00
eigensolver_selfadjoint.cpp * Make HouseholderSequence::evalTo works in place 2010-06-10 16:39:46 +02:00
first_aligned.cpp Made the supression of unused variables portable. 2010-06-08 15:52:00 +02:00
geo_alignedbox.cpp remove bogus test that was failing 2010-05-08 15:56:52 -04:00
geo_eulerangles.cpp
geo_homogeneous.cpp
geo_hyperplane.cpp
geo_orthomethods.cpp
geo_parametrizedline.cpp
geo_quaternion.cpp
geo_transformations.cpp
gsl_helper.h
hessenberg.cpp Guard with assert against using decomposition objects uninitialized. 2010-05-30 21:49:35 +01:00
householder.cpp change the value of Dynamic to -1, since the index type is now configurable. 2010-06-11 07:56:50 -04:00
integer_types.cpp Fixed integer type warnings. 2010-06-08 10:06:14 +02:00
inverse.cpp For 1x1 matrices we really need to check the abs diff of the determinants. 2010-06-11 08:08:12 +02:00
jacobisvd.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
linearstructure.cpp Complete rework of global math functions and NumTraits. 2010-04-28 18:51:38 -04:00
lu.cpp Fighting for a green dashboard! Next warning's gone. 2010-06-08 16:02:22 +02:00
main.h Eigen types must always be passed by reference in order to retain memory alignment. 2010-06-08 13:49:40 +02:00
map.cpp fix another warning 2010-05-21 02:14:46 +02:00
mapstride.cpp
meta.cpp
miscmatrices.cpp
mixingtypes.cpp
nesting_ops.cpp
nomalloc.cpp the Index types change. 2010-05-30 16:00:58 -04:00
nullary.cpp improve/fix stable_norm unit test 2010-06-08 13:29:27 +02:00
packetmath.cpp
permutationmatrices.cpp
prec_inverse_4x4.cpp Backed out changeset 641d968a9a 2010-06-01 09:01:39 -04:00
product_extra.cpp Complete rework of global math functions and NumTraits. 2010-04-28 18:51:38 -04:00
product_large.cpp make the cache size mechanism future proof by adding level 2 parameters 2010-06-10 22:11:31 +02:00
product_notemporary.cpp * implement the corner() API change: new methods topLeftCorner() etc 2010-04-22 14:11:18 -04:00
product_selfadjoint.cpp
product_small.cpp
product_symm.cpp
product_syrk.cpp
product_trmm.cpp
product_trmv.cpp
product_trsolve.cpp
product.h implicit conversion to scalar for inner product 2010-06-02 09:45:57 +02:00
qr_colpivoting.cpp the Index types change. 2010-05-30 16:00:58 -04:00
qr_fullpivoting.cpp the Index types change. 2010-05-30 16:00:58 -04:00
qr.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
qtvector.cpp
redux.cpp add regression test for previous fix 2010-05-13 23:34:04 +02:00
resize.cpp
runtest.sh
schur_complex.cpp Schur decomposition of 1-by-1 always converges. 2010-06-04 09:40:35 +01:00
schur_real.cpp Schur decomposition of 1-by-1 always converges. 2010-06-04 09:40:35 +01:00
selfadjoint.cpp Fixed many MSVC warnings. 2010-06-09 09:30:22 +02:00
sizeof.cpp the Index types change. 2010-05-30 16:00:58 -04:00
smallvectors.cpp
sparse_basic.cpp clean the ambiguity with insertBack and add a insertBackByOuterInner function 2010-06-02 13:32:13 +02:00
sparse_product.cpp
sparse_solvers.cpp fix sparse LDLT with complexes 2010-06-03 11:56:08 +02:00
sparse_vector.cpp fix sparse squared norm 2010-04-13 10:40:55 +02:00
sparse.h clean the ambiguity with insertBack and add a insertBackByOuterInner function 2010-06-02 13:32:13 +02:00
stable_norm.cpp Fix devision by zero warning. 2010-06-09 09:48:06 +02:00
stdlist.cpp Remove printouts. 2010-06-12 15:16:39 +02:00
stdvector_overload.cpp
stdvector.cpp
svd.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
swap.cpp
testsuite.cmake
triangular.cpp Made the supression of unused variables portable. 2010-06-08 15:52:00 +02:00
umeyama.cpp
unalignedassert.cpp
unalignedcount.cpp Add line to prevent compiler warning on unused variables. 2010-06-10 21:26:23 +01:00
upperbidiagonalization.cpp
vectorization_logic.cpp
visitor.cpp the Index types change. 2010-05-30 16:00:58 -04:00