eigen/test
2010-02-09 14:24:17 +01:00
..
adjoint.cpp
array_for_matrix.cpp Remove some Array #includes. 2010-01-21 12:31:03 +00:00
array_replicate.cpp Remove some Array #includes. 2010-01-21 12:31:03 +00:00
array_reverse.cpp
array.cpp add support for global math function for array 2010-01-27 23:23:59 +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 Added debug only unit test for nesting ops - just run ./check nesting. 2010-02-09 14:07:37 +01:00
commainitializer.cpp
conservative_resize.cpp Remove some Array #includes. 2010-01-21 12:31:03 +00:00
cwiseop.cpp Remove some Array #includes. 2010-01-21 12:31:03 +00:00
determinant.cpp
diagonalmatrices.cpp
dynalloc.cpp
eigen2support.cpp
eigensolver_complex.cpp
eigensolver_generic.cpp
eigensolver_selfadjoint.cpp
first_aligned.cpp Fix copy-paste error in first_aligned test. 2010-01-28 17:06:20 +00:00
geo_alignedbox.cpp
geo_eulerangles.cpp
geo_homogeneous.cpp
geo_hyperplane.cpp
geo_orthomethods.cpp
geo_parametrizedline.cpp
geo_quaternion.cpp Fixed Quaternion operator*= added regression test. 2010-01-28 10:32:44 +01:00
geo_transformations.cpp Fixes #89. 2010-02-02 09:27:41 +01:00
gsl_helper.h
hessenberg.cpp
householder.cpp Introduce third template parameter to HouseholderSequence: int Side. 2010-01-14 19:16:49 -05:00
inverse.cpp
jacobisvd.cpp Fixed conservativeResize. 2010-01-11 13:57:50 +01:00
linearstructure.cpp
lu.cpp EIGEN_ENUM_MIN ---> EIGEN_SIZE_MIN 2010-01-27 11:42:04 -05:00
main.h Remove some Array #includes. 2010-01-21 12:31:03 +00:00
map.cpp *forward port fix in MapBase::coeff(int) and coeffRef(int) 2010-01-27 07:11:49 -05:00
meta.cpp
miscmatrices.cpp
mixingtypes.cpp
nesting_ops.cpp Added a non-diagonal product nesting test. 2010-02-09 14:24:17 +01:00
nomalloc.cpp
nullary.cpp Silenced type conversion warnings. 2010-02-03 19:20:25 +01:00
packetmath.cpp
permutationmatrices.cpp
prec_inverse_4x4.cpp
product_extra.cpp Remove some Array #includes. 2010-01-21 12:31:03 +00:00
product_large.cpp
product_notemporary.cpp add accessors to coeff based product 2010-02-09 11:13:22 +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 Remove some Array #includes. 2010-01-21 12:31:03 +00: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 Silenced type conversion warnings. 2010-02-03 19:20:25 +01:00
regression.cpp
resize.cpp
runtest.sh
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp
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_overload.cpp Modified license header. 2010-01-27 20:47:37 +01:00
stdvector.cpp
submatrices.cpp EIGEN_ENUM_MIN ---> EIGEN_SIZE_MIN 2010-01-27 11:42:04 -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 Remove some Array #includes. 2010-01-21 12:31:03 +00:00
unalignedassert.cpp
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
visitor.cpp