eigen/test
Jitse Niesen e0c2c6385f Add small test for Matrix::setIdentity()
This is to exhibit the bug that makes the jacobisvd_7 test fail.
2010-01-20 10:51:59 +00:00
..
adjoint.cpp * fix aliasing checks when the lhs is also transposed. At the same time, 2009-12-16 11:41:16 +01:00
array_for_matrix.cpp add unit tests for true array objects 2010-01-18 22:54:20 +01:00
array_replicate.cpp
array_reverse.cpp
array.cpp add unit tests for true array objects 2010-01-18 22:54:20 +01:00
bandmatrix.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
basicstuff.cpp unit tests for == / != operators 2010-01-17 23:57:59 +01:00
cholesky.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
CMakeLists.txt Add small test for Matrix::setIdentity() 2010-01-20 10:51:59 +00:00
commainitializer.cpp
conservative_resize.cpp
cwiseop.cpp
determinant.cpp
diagonalmatrices.cpp
dynalloc.cpp
eigen2support.cpp add an eigen2support test and a few fixes 2009-12-16 17:37:21 +01:00
eigensolver_complex.cpp merge with default branch 2009-12-22 22:51:08 +01:00
eigensolver_generic.cpp
eigensolver_selfadjoint.cpp
first_aligned.cpp * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple of 2010-01-02 12:38:16 -05:00
geo_alignedbox.cpp add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation 2009-12-04 23:17:14 +01: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 Big renaming: 2010-01-04 21:24:43 -05:00
geo_hyperplane.cpp add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation 2009-12-04 23:17:14 +01:00
geo_orthomethods.cpp Big renaming: 2010-01-04 21:24:43 -05:00
geo_parametrizedline.cpp add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation 2009-12-04 23:17:14 +01:00
geo_quaternion.cpp s/asMatrix()/matrix() 2010-01-04 19:13:08 +01:00
geo_transformations.cpp merge and add start/end to Eigen2Support 2010-01-05 13:07:32 +01:00
gsl_helper.h
hessenberg.cpp fix #75, and add a basic unit test for Hessenberg 2009-12-23 12:18:54 +01:00
householder.cpp Introduce third template parameter to HouseholderSequence: int Side. 2010-01-14 19:16:49 -05:00
inverse.cpp * 4x4 inverse: revert to cofactors method 2009-12-09 12:43:25 -05:00
jacobisvd.cpp Fixed conservativeResize. 2010-01-11 13:57:50 +01:00
linearstructure.cpp a couple of fixes, now Array passes the linearstructure test 2009-12-17 19:28:54 +01:00
lu.cpp
main.h * 4x4 inverse: revert to cofactors method 2009-12-09 12:43:25 -05:00
map.cpp
meta.cpp
miscmatrices.cpp
mixingtypes.cpp
nomalloc.cpp s/asMatrix()/matrix() 2010-01-04 19:13:08 +01:00
nullary.cpp Add small test for Matrix::setIdentity() 2010-01-20 10:51:59 +00:00
packetmath.cpp
permutationmatrices.cpp
prec_inverse_4x4.cpp *use scalar instructions, packet not needed here 2009-12-14 23:13:54 -05:00
product_extra.cpp
product_large.cpp
product_notemporary.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
product_selfadjoint.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
product_small.cpp
product_symm.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
product_syrk.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
product_trmm.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
product_trmv.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
product_trsolve.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
product.h merge with default branch 2009-12-22 22:51:08 +01:00
qr_colpivoting.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
qr_fullpivoting.cpp
qr.cpp * Fix a bug in HouseholderQR with mixed fixed/dynamic size: must use EIGEN_SIZE_MIN instead of EIGEN_ENUM_MIN, and there are many other occurences throughout Eigen! 2010-01-11 08:48:39 -05:00
qtvector.cpp
redux.cpp Big renaming: 2010-01-04 21:24:43 -05:00
regression.cpp merge and add start/end to Eigen2Support 2010-01-05 13:07:32 +01:00
resize.cpp
runtest.sh * Remove test_ prefix in tests 2009-12-02 12:07:47 -05:00
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp merge with default branch 2009-12-22 22:51:08 +01:00
sparse_product.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
sparse_solvers.cpp remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
sparse_vector.cpp
sparse.h
stable_norm.cpp
stdvector.cpp
submatrices.cpp Big renaming: 2010-01-04 21:24:43 -05:00
svd.cpp
swap.cpp
testsuite.cmake
triangular.cpp test/triangular.cpp: isUpper() --> isUpperTriangular() 2010-01-08 12:46:24 +00:00
umeyama.cpp more fixes 2009-12-17 10:43:46 +01:00
unalignedassert.cpp silence 'statement has no effect' warning with gcc 4.4 2009-12-14 23:31:00 -05:00
unalignedcount.cpp
upperbidiagonalization.cpp allow to multiply a householder sequence and a matrix when one is real and one is complex. 2010-01-15 00:35:26 -05:00
vectorization_logic.cpp merge with default branch 2009-12-22 22:51:08 +01:00
visitor.cpp