Go to file
Gael Guennebaud a8c08e8b8e Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary expressions, and generalize supported scalar types.
The following functors are now deprecated: scalar_add_op, scalar_sub_op, and scalar_rsub_op.
2016-06-14 12:06:10 +02:00
bench Updated the README file for the tensor benchmarks 2016-05-25 16:13:41 -07:00
blas Relax mixing-type constraints for binary coefficient-wise operators: 2016-06-06 15:11:41 +02:00
cmake Identify clang++ even if it is not named llvm-clang++ 2016-05-22 15:21:14 +02:00
debug
demos
doc Doc: start of a table summarizing coefficient-wise math functions. 2016-06-01 17:09:48 +02:00
Eigen Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary expressions, and generalize supported scalar types. 2016-06-14 12:06:10 +02:00
failtest
lapack Workaround "misleading-indentation" warnings 2016-05-11 08:41:36 +02:00
scripts Fix help output of buildtests and check scripts 2016-05-11 19:39:09 +02:00
test Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary expressions, and generalize supported scalar types. 2016-06-14 12:06:10 +02:00
unsupported Fix compilation of BVH example 2016-06-14 11:32:09 +02:00
.hgeol
.hgignore
CMakeLists.txt bug #1207: Add and fix logical-op warnings 2016-05-11 19:36:34 +02:00
COPYING.BSD
COPYING.GPL
COPYING.LGPL
COPYING.MINPACK
COPYING.MPL2
COPYING.README
CTestConfig.cmake
CTestCustom.cmake.in
eigen3.pc.in
INSTALL
README.md
signature_of_eigen3_matrix_library

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

For more information go to http://eigen.tuxfamily.org/.