eigen/test
2019-01-17 11:54:37 +01:00
..
adjoint.cpp Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, and make PartialPivLU use it. 2019-01-17 11:33:43 +01:00
AnnoyingScalar.h
array_cwise.cpp Add support for inverse hyperbolic functions. 2019-01-11 17:45:37 -08:00
array_for_matrix.cpp Extend unit tests for partial reductions 2018-10-09 22:54:54 +02:00
array_of_string.cpp
array_replicate.cpp
array_reverse.cpp
bandmatrix.cpp
basicstuff.cpp
bdcsvd.cpp PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
bicgstab.cpp
block.cpp Fix detection of vector-at-time: use Rows/Cols instead of MaxRow/MaxCols. 2019-01-15 15:09:49 +01:00
boostmultiprec.cpp
bug1213_main.cpp
bug1213.cpp
bug1213.h
cholesky.cpp PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
cholmod_support.cpp
CMakeLists.txt Boosttest only available for Boost version >= 1.53.0 2019-01-17 11:54:37 +01:00
commainitializer.cpp
conjugate_gradient.cpp
conservative_resize.cpp
constructor.cpp
corners.cpp
ctorleak.cpp check two ctors 2018-11-23 15:37:09 +01:00
dense_storage.cpp
denseLM.cpp
determinant.cpp
diagonal.cpp
diagonalmatrices.cpp bug #520: add diagmat +/- diagmat operators. 2018-10-10 23:38:22 +02:00
dontalign.cpp
dynalloc.cpp
eigen2support.cpp
eigensolver_complex.cpp
eigensolver_generalized_real.cpp
eigensolver_generic.cpp Add regression test for bug #1174 2018-12-12 18:03:31 +01:00
eigensolver_selfadjoint.cpp
evaluator_common.h
evaluators.cpp Add explicit regression test for bug #1622 2018-11-16 11:24:51 +01:00
exceptions.cpp
fastmath.cpp Relaxed fastmath unit test: if std::foo fails, then let's only trigger a warning is numext::foo fails too. 2018-10-11 09:45:30 +02:00
first_aligned.cpp
geo_alignedbox.cpp
geo_eulerangles.cpp
geo_homogeneous.cpp
geo_hyperplane.cpp
geo_orthomethods.cpp
geo_parametrizedline.cpp
geo_quaternion.cpp
geo_transformations.cpp Make Transform::rotation() an alias to Transform::linear() in the case of an Isometry 2019-01-15 22:50:42 +01:00
gpu_basic.cu
gpu_common.h
half_float.cpp
hessenberg.cpp
householder.cpp
incomplete_cholesky.cpp
indexed_view.cpp Fix max-size in indexed-view 2018-11-08 18:40:22 +01:00
inplace_decomposition.cpp
integer_types.cpp
inverse.cpp
is_same_dense.cpp
jacobi.cpp Move regression test to right unit test file 2018-11-21 15:59:47 +01:00
jacobisvd.cpp PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
klu_support.cpp
linearstructure.cpp
lscg.cpp
lu.cpp PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
main.h cleanup 2019-01-15 10:51:03 +01:00
mapped_matrix.cpp
mapstaticmethods.cpp
mapstride.cpp
meta.cpp
metis_support.cpp
miscmatrices.cpp
mixingtypes.cpp
mpl2only.cpp
nesting_ops.cpp
nomalloc.cpp
nullary.cpp bug #1630: fix linspaced when requesting smaller packet size than default one. 2018-11-28 13:15:06 +01:00
num_dimensions.cpp
numext.cpp fix always true warning with gcc 4.7 2019-01-15 11:18:48 +01:00
packetmath.cpp AVX512 (r)sqrt(double) was mistakenly disabled with clang and others 2019-01-14 17:28:47 +01:00
pardiso_support.cpp
pastix_support.cpp
permutationmatrices.cpp bug #1609: add inplace transposition unit test 2018-10-10 21:48:58 +02:00
prec_inverse_4x4.cpp
product_extra.cpp
product_large.cpp Add explicit regression test for bug #1622 2018-11-16 11:24:51 +01:00
product_mmtr.cpp
product_notemporary.cpp
product_selfadjoint.cpp
product_small.cpp
product_symm.cpp
product_syrk.cpp
product_trmm.cpp
product_trmv.cpp
product_trsolve.cpp bug #1617: add unit tests for empty triangular solve. 2019-01-16 15:24:59 +01:00
product.h
qr_colpivoting.cpp PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
qr_fullpivoting.cpp PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
qr.cpp PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
qtvector.cpp
rand.cpp
real_qz.cpp
redux.cpp Fix bug in partial reduction of expressions requiring evaluation 2018-10-10 13:23:52 -07:00
ref.cpp Fix maybe-uninitialized warning 2018-10-07 23:29:51 +02:00
reshape.cpp Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Order>(AutoSize,fix<1>). 2018-10-03 11:41:47 +02:00
resize.cpp
rvalue_types.cpp
schur_complex.cpp
schur_real.cpp
selfadjoint.cpp
simplicial_cholesky.cpp
sizeof.cpp
sizeoverflow.cpp
smallvectors.cpp
solverbase.h PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
sparse_basic.cpp Fix noise in sparse_basic_3 (numerical cancellation) 2018-12-08 00:13:37 +01:00
sparse_block.cpp
sparse_permutations.cpp
sparse_product.cpp
sparse_ref.cpp
sparse_solver.h Show call stack in case of failing sparse solving. 2018-10-16 00:43:44 +02:00
sparse_solvers.cpp bug #1617: add unit tests for empty triangular solve. 2019-01-16 15:24:59 +01:00
sparse_vector.cpp
sparse.h
sparseLM.cpp
sparselu.cpp
sparseqr.cpp
special_numbers.cpp
split_test_helper.h
spqr_support.cpp
stable_norm.cpp
stddeque_overload.cpp Fix gcc 8.1 warning: "maybe use uninitialized" 2018-10-07 21:54:49 +02:00
stddeque.cpp Fix gcc 8.1 warning: "maybe use uninitialized" 2018-10-07 21:54:49 +02:00
stdlist_overload.cpp Fix gcc 8.1 warning: "maybe use uninitialized" 2018-10-07 21:54:49 +02:00
stdlist.cpp Fix gcc 8.1 warning: "maybe use uninitialized" 2018-10-07 21:54:49 +02:00
stdvector_overload.cpp Fix gcc 8.1 warning: "maybe use uninitialized" 2018-10-07 21:54:49 +02:00
stdvector.cpp Fix gcc 8.1 warning: "maybe use uninitialized" 2018-10-07 21:54:49 +02:00
stl_iterators.cpp bug #1619: fix mixing of const and non-const generic iterators 2018-11-09 21:45:10 +01:00
superlu_support.cpp
svd_common.h PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
svd_fill.h
swap.cpp
symbolic_index.cpp cleanup 2019-01-15 10:51:03 +01:00
triangular.cpp Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, and make PartialPivLU use it. 2019-01-17 11:33:43 +01:00
umeyama.cpp Fix double = bool ! 2018-11-23 15:12:06 +01:00
umfpack_support.cpp
unalignedassert.cpp
unalignedcount.cpp fix unalignedcount for avx512 2018-09-21 14:40:26 +02:00
upperbidiagonalization.cpp
vectorization_logic.cpp fix test regarding AVX512 vectorization of complexes. 2018-12-06 16:55:00 +01:00
vectorwiseop.cpp bug #1592: makes partial min/max reductions trigger an assertion on inputs with a zero reduction length (+doc and tests) 2019-01-15 15:13:24 +01:00
visitor.cpp
zerosized.cpp Enable visitor on empty matrices (the visitor is left unchanged), and protect min/maxCoeff(Index*,Index*) on empty matrices by an assertion (+ doc & unit tests) 2019-01-15 15:21:14 +01:00