.. |
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 more extensive tests of Array ctors, including {} variants
|
2019-01-22 15:30:50 +01: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
|
Avoid I as an identifier, since it may clash with the C-header complex.h
|
2019-01-25 14:54:39 +01:00 |
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
|
Avoid I as an identifier, since it may clash with the C-header complex.h
|
2019-01-25 14:54:39 +01:00 |
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
|
PR 572: Add initializer list constructors to Matrix and Array (include unit tests and doc)
|
2019-01-21 16:25:57 +01:00 |
commainitializer.cpp
|
|
|
conjugate_gradient.cpp
|
Avoid I as an identifier, since it may clash with the C-header complex.h
|
2019-01-25 14:54:39 +01:00 |
conservative_resize.cpp
|
|
|
constructor.cpp
|
|
|
corners.cpp
|
|
|
ctorleak.cpp
|
check two ctors
|
2018-11-23 15:37:09 +01:00 |
dense_storage.cpp
|
bug #1046: add unit tests for correct propagation of alignment through std::alignment_of
|
2019-02-19 10:31:56 +01:00 |
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
|
After fixing bug #1557, boostmultiprec_7 failed with NumericalIssue instead of NoConvergence (all that matters here is no Success)
|
2019-01-17 19:14:07 +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
|
Avoid I as an identifier, since it may clash with the C-header complex.h
|
2019-01-25 14:54:39 +01:00 |
indexed_view.cpp
|
Avoid I as an identifier, since it may clash with the C-header complex.h
|
2019-01-25 14:54:39 +01:00 |
initializer_list_construction.cpp
|
More thoroughly check variadic template ctor of fixed-size vectors
|
2019-01-24 10:24:28 +01:00 |
inplace_decomposition.cpp
|
|
|
integer_types.cpp
|
|
|
inverse.cpp
|
bug #1669: fix PartialPivLU/inverse with zero-sized matrices.
|
2019-01-29 10:27:13 +01:00 |
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
|
Enable unit tests of PartialPivLU on fixed size matrices, and increase tested matrix size (blocking was not tested!)
|
2019-02-11 17:56:20 +01:00 |
main.h
|
bug #1672: fix unit test compilation with MSVC by adding overloads of test_is* for long long (and factorize copy/paste code through a macro)
|
2019-01-28 13:47:28 +01:00 |
mapped_matrix.cpp
|
|
|
mapstaticmethods.cpp
|
|
|
mapstride.cpp
|
|
|
meta.cpp
|
|
|
metis_support.cpp
|
|
|
miscmatrices.cpp
|
|
|
mixingtypes.cpp
|
|
|
mpl2only.cpp
|
|
|
nestbyvalue.cpp
|
Make nestByValue works again (broken since 3.3) and add unit tests.
|
2019-01-17 18:27:25 +01:00 |
nesting_ops.cpp
|
|
|
nomalloc.cpp
|
|
|
nullary.cpp
|
Add unit test for LinSpaced and complex numbers.
|
2019-02-18 22:03:47 +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
|
Fix regression: .conjugate() was popped out but not re-introduced.
|
2019-02-18 14:45:55 +01:00 |
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
|
Extend reshaped unit tests and remove useless const_cast
|
2019-01-17 17:35:32 +01:00 |
resize.cpp
|
|
|
rvalue_types.cpp
|
|
|
schur_complex.cpp
|
|
|
schur_real.cpp
|
|
|
selfadjoint.cpp
|
|
|
simplicial_cholesky.cpp
|
Avoid I as an identifier, since it may clash with the C-header complex.h
|
2019-01-25 14:54:39 +01:00 |
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
|
bug #1574: implement "sparse_matrix =,+=,-= diagonal_matrix" with smart insertion strategies of missing diagonal coeffs.
|
2019-01-28 17:29:50 +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
|
Cleanup useless const_cast and add missing broadcast assignment tests
|
2019-01-17 16:55:42 +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 |