..
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
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
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
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
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
diagonalmatrices.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
dynalloc.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
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
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
eigensolver_selfadjoint.cpp
Another big refactoring change:
2009-11-18 18:15:19 +01:00
first_aligned.cpp
Fix copy-paste error in first_aligned test.
2010-01-28 17:06:20 +00:00
geo_alignedbox.cpp
Updated tests for enhanced AlignedBox with volume, diagonal and better handling of integral types.
2010-01-20 14:55:10 +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
workaround weird gcc 4.0.1 compilation error
2010-02-15 11:00:30 +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
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
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
* FullPivLU: replace "remaining==0" termination condition (from Golub) by a fuzzy compare
2010-02-23 09:04:59 -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
* FullPivLU: replace "remaining==0" termination condition (from Golub) by a fuzzy compare
2010-02-23 09:04:59 -05:00
main.h
* FullPivLU: replace "remaining==0" termination condition (from Golub) by a fuzzy compare
2010-02-23 09:04:59 -05: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
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
mixingtypes.cpp
introduce check target, and some renaming
2009-11-12 15:02:52 -05:00
nesting_ops.cpp
fix nesting in Arraywrapper and nesting_ops
2010-02-09 16:38:36 +01:00
nomalloc.cpp
s/asMatrix()/matrix()
2010-01-04 19:13:08 +01:00
nullary.cpp
Silenced type conversion warnings.
2010-02-03 19:20:25 +01:00
packetmath.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
permutationmatrices.cpp
PermutationMatrix: add setIdentity and transpositions methods
2009-11-16 21:28:26 -05:00
prec_inverse_4x4.cpp
* move dummy_precision and epsilon to NumTraits
2010-02-10 10:52:28 +01:00
product_extra.cpp
Remove some Array #includes.
2010-01-21 12:31:03 +00:00
product_large.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
product_notemporary.cpp
fix a couple of ICE with gcc 4.0.1
2010-02-12 09:41:56 +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
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
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
* move dummy_precision and epsilon to NumTraits
2010-02-10 10:52:28 +01:00
qr_colpivoting.cpp
* FullPivLU: replace "remaining==0" termination condition (from Golub) by a fuzzy compare
2010-02-23 09:04:59 -05:00
qr_fullpivoting.cpp
* FullPivLU: replace "remaining==0" termination condition (from Golub) by a fuzzy compare
2010-02-23 09:04:59 -05:00
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
merge and add start/end to Eigen2Support
2010-01-05 13:07:32 +01:00
resize.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
runtest.sh
* Remove test_ prefix in tests
2009-12-02 12:07:47 -05:00
sizeof.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
smallvectors.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
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
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
sparse.h
stable_norm.cpp
export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()
2009-11-26 02:28:13 +01:00
stdvector_overload.cpp
Modified license header.
2010-01-27 20:47:37 +01:00
stdvector.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
submatrices.cpp
EIGEN_ENUM_MIN ---> EIGEN_SIZE_MIN
2010-01-27 11:42:04 -05:00
svd.cpp
SVD::solve() : port to new API and improvements
2009-10-30 08:51:33 -04:00
swap.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
testsuite.cmake
* eigen2->eigen3
2009-11-19 12:09:04 -05:00
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
silence 'statement has no effect' warning with gcc 4.4
2009-12-14 23:31:00 -05:00
unalignedcount.cpp
Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)
2009-11-20 15:39:38 +01:00
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
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00