..
adjoint.cpp
norm2() renamed to squaredNorm(), kept as deprecated for now.
2008-11-03 19:14:17 +00:00
alignedbox.cpp
Add an axis aligned box in the geometry module.
2008-10-26 15:04:31 +00:00
array.cpp
add lpNorm<p>() method to MatrixBase, implemented in Array module, with
2008-11-03 22:47:00 +00:00
basicstuff.cpp
As discussed on ML:
2008-10-24 21:42:03 +00:00
cholesky.cpp
As discussed on ML:
2008-10-24 21:42:03 +00:00
CMakeLists.txt
Several improvements in sparse module:
2008-11-05 13:47:55 +00:00
commainitializer.cpp
* remove LargeBit and related stuff
2008-08-23 17:11:44 +00:00
cwiseop.cpp
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
2008-09-01 17:31:21 +00:00
determinant.cpp
* add LU unit-test. Seems like we have very good numerical stability!
2008-08-09 19:26:14 +00:00
dynalloc.cpp
compilation fixes with MSVC
2008-09-03 11:26:19 +00:00
eigensolver.cpp
add EigenSolver::eigenvectors() method for non symmetric matrices.
2008-10-03 13:22:54 +00:00
geometry.cpp
norm2() renamed to squaredNorm(), kept as deprecated for now.
2008-11-03 19:14:17 +00:00
gsl_helper.h
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky
2008-08-23 15:14:20 +00:00
hyperplane.cpp
Add isApprox in Geometry module's classes.
2008-10-25 23:10:21 +00:00
inverse.cpp
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
2008-09-01 17:31:21 +00:00
linearstructure.cpp
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
2008-09-01 17:31:21 +00:00
lu.cpp
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
2008-09-01 17:31:21 +00:00
main.h
Add isApprox in Geometry module's classes.
2008-10-25 23:10:21 +00:00
map.cpp
Add Matrix::Map() and Matrix::AlignedMap() static methods
2008-11-03 21:49:03 +00:00
meta.cpp
bugfix in Product and ei_L2_block_traits
2008-08-24 16:00:17 +00:00
miscmatrices.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
nomalloc.cpp
Solve a big issue with data alignment and dynamic allocation:
2008-09-03 00:32:56 +00:00
packetmath.cpp
* Add Hyperplane::transform(Matrix/Transform)
2008-08-31 13:32:29 +00:00
parametrizedline.cpp
Add isApprox in Geometry module's classes.
2008-10-25 23:10:21 +00:00
product_large.cpp
nothing to see here
2008-08-24 16:00:53 +00:00
product_small.cpp
improve assertion checking in product
2008-10-25 11:52:13 +00:00
product.h
improve assertion checking in product
2008-10-25 11:52:13 +00:00
qr.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
regression.cpp
The discussed changes to Hyperplane, the ParametrizedLine class, and the
2008-08-31 04:25:30 +00:00
runtest.sh
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky
2008-08-23 15:14:20 +00:00
sizeof.cpp
fix some compile errors with gcc 4.3, some warnings, some documentation
2008-06-06 13:10:00 +00:00
smallvectors.cpp
update of the testing framework:
2008-05-22 12:18:55 +00:00
sparse_basic.cpp
Several improvements in sparse module:
2008-11-05 13:47:55 +00:00
sparse_solvers.cpp
Several improvements in sparse module:
2008-11-05 13:47:55 +00:00
sparse.h
Several improvements in sparse module:
2008-11-05 13:47:55 +00:00
submatrices.cpp
* block() for vectors ---> segment()
2008-09-15 15:45:41 +00:00
sum.cpp
* block() for vectors ---> segment()
2008-09-15 15:45:41 +00:00
svd.cpp
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
2008-09-01 17:31:21 +00:00
triangular.cpp
Solve the issue found by Timothy in solveTriangular:
2008-10-13 13:14:43 +00:00