..
adjoint.cpp
array_for_matrix.cpp
array_replicate.cpp
array_reverse.cpp
array.cpp
bandmatrix.cpp
basicstuff.cpp
noalias was wrongly skipping automatic transposition
2010-09-02 19:18:34 +02:00
block.cpp
cholesky.cpp
fix += return by value like operations
2010-09-06 11:51:42 +02:00
CMakeLists.txt
remove SVD class (was bad code taked from elsewhere)
2010-10-12 10:19:59 -04:00
commainitializer.cpp
conservative_resize.cpp
corners.cpp
Included tests for middleRows() and middleCols()
2010-06-29 12:39:58 -04:00
cwiseop.cpp
determinant.cpp
add support for determinant on empty matrix
2010-07-19 10:45:06 +02:00
diagonal.cpp
diagonalmatrices.cpp
dynalloc.cpp
eigen2support.cpp
eigensolver_complex.cpp
eigensolver_generic.cpp
eigensolver_selfadjoint.cpp
first_aligned.cpp
geo_alignedbox.cpp
geo_eulerangles.cpp
geo_homogeneous.cpp
geo_hyperplane.cpp
geo_orthomethods.cpp
geo_parametrizedline.cpp
geo_quaternion.cpp
* disable unalignment detection when vectorization is not enabled
2010-08-18 09:35:55 +02:00
geo_transformations.cpp
Matrix product refactoring (rhs products only).
2010-08-19 19:25:35 +02:00
gsl_helper.h
hessenberg.cpp
householder.cpp
integer_types.cpp
char is not necessarily signed....
2010-07-05 11:15:08 +02:00
inverse.cpp
update inverse unit test to highlight another bug in SSE 4x4 inversion code
2010-08-24 12:38:20 +02:00
jacobi.cpp
fix the Jacobi bug, expand unit test
2010-10-12 09:43:40 -04:00
jacobisvd.cpp
JacobiSVD:
2010-10-14 10:14:43 -04:00
linearstructure.cpp
fix += return by value like operations
2010-09-06 11:51:42 +02:00
lu.cpp
main.h
Matrix product refactoring (rhs products only).
2010-08-19 19:25:35 +02:00
map.cpp
* disable unalignment detection when vectorization is not enabled
2010-08-18 09:35:55 +02:00
mapstride.cpp
meta.cpp
miscmatrices.cpp
mixingtypes.cpp
now that we properly support mixing real-complex: clean mixingtypes test
2010-07-22 13:15:49 +02:00
nesting_ops.cpp
nomalloc.cpp
remove SVD class (was bad code taked from elsewhere)
2010-10-12 10:19:59 -04:00
nullary.cpp
Unified LinSpaced in order to be conform with other setter methods as e.g. Constant.
2010-07-22 14:04:00 +02:00
packetmath.cpp
update unit test for new API
2010-07-15 08:38:31 +02:00
permutationmatrices.cpp
prec_inverse_4x4.cpp
slightly raise the threshold used in this test to accomodate results obtained with gcc 4.1
2010-06-30 19:55:43 -04:00
product_extra.cpp
fix bad mat * mat * scalar when the implicit conversion operator to a Matrix is used
2010-08-31 09:54:38 +02:00
product_large.cpp
* generalize rowmajor by vector
2010-07-10 22:53:27 +02:00
product_notemporary.cpp
extend product unit tests
2010-07-07 10:50:40 +02:00
product_selfadjoint.cpp
extend product unit tests
2010-07-07 10:50:40 +02:00
product_small.cpp
product_symm.cpp
add missing specialization for vector * selfadjoint
2010-08-19 14:05:21 +02:00
product_syrk.cpp
extend product unit tests
2010-07-07 10:50:40 +02:00
product_trmm.cpp
extend product unit tests
2010-07-07 10:50:40 +02:00
product_trmv.cpp
typo
2010-07-07 11:13:30 +02:00
product_trsolve.cpp
fix storage order request
2010-07-20 22:08:48 +02:00
product.h
qr_colpivoting.cpp
qr_fullpivoting.cpp
qr.cpp
qtvector.cpp
Fixed Geometry module failures.
2010-08-17 20:03:50 +02:00
redux.cpp
Relaxed precision test.
2010-07-04 14:04:07 +02:00
resize.cpp
runtest.sh
schur_complex.cpp
schur_real.cpp
selfadjoint.cpp
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp
fix SparseView: clean the nested matrix type
2010-07-22 15:57:01 +02:00
sparse_product.cpp
sparse_solvers.cpp
sparse_vector.cpp
sparse.h
stable_norm.cpp
stdlist.cpp
Fixed Geometry module failures.
2010-08-17 20:03:50 +02:00
stdvector_overload.cpp
Fixed Geometry module failures.
2010-08-17 20:03:50 +02:00
stdvector.cpp
Fixed Geometry module failures.
2010-08-17 20:03:50 +02:00
swap.cpp
testsuite.cmake
triangular.cpp
add TriangularMatrix::conjugate to be consistent since we have adjoint
2010-08-23 23:38:35 +02:00
umeyama.cpp
unalignedassert.cpp
unalignedcount.cpp
upperbidiagonalization.cpp
vectorization_logic.cpp
Backed out changeset 40f6e26a24
2010-08-11 00:04:06 -04:00
visitor.cpp