CIA.vc
bjacob
Real-time open source activity stats
Stats » Authors » bjacob
informationsyndicateUTC clock
03:28 on Feb 13, 2012
event counters
The last message was received 1.11 years ago at 22:07 on Jan 02, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
1544 messages since the first one, 5.64 years ago, for an average of 1.33 days between messages
recent messages
dateReversed sort columnprojectcontentlink
22:07 on Jan 02, 2011eigen
Commit by bjacob :: 1953eb2e0182 r3620 / (2 files in 2 dirs): (link)
fix severe perf bug: coeff-based matrix products were not considered aligned, typically preventing vectorization.
added unit test.
#
17:48 on Dec 30, 2010eigen
Commit by bjacob :: e5c98ba35db5 r3612 /Eigen/src/Core/ (MapBase.h Transpose.h): (link)
fix compilation of code using e.g. Transpose<const Foo>::data() non-const-qualified. Same problem existed for coeffRef() and also in MapBase.h.
#
14:52 on Dec 30, 2010eigen
Commit by bjacob :: aa25c06525a6 r3611 / (4 files in 3 dirs): (link)
fix compile errors in Tridiagonalization and in doc examples
#
14:18 on Dec 30, 2010eigen
Commit by bjacob :: 5f69337072e5 r3610 / (6 files in 5 dirs): (link)
fix HouseholderSequence API, bug 50:
 * remove ctors taking more than 2 ints
 * rename actualVectors to length
 * add length/shift/trans accessors/mutators
#
03:17 on Dec 26, 2010eigen
Commit by bjacob :: 2ac3bec75a1a r3598 / (3 files in 3 dirs): (link)
move BandMatrix and TridiagonalMatrix to the internal:: namespace
#
03:04 on Dec 26, 2010eigen
Commit by bjacob :: 5a70be2dc8ad r3597 /Eigen/src/Core/DenseStorage.h: (link)
more renaming to make this file matrix-or-array-agnostic
#
03:01 on Dec 26, 2010eigen
Commit by bjacob :: 7d58ce3e7877 r3596 / (3 files in 2 dirs): (link)
rename macro
#
02:55 on Dec 26, 2010eigen
Commit by bjacob :: afed51c1dfa5 r3595 / (7 files in 4 dirs): (link)
remove EIGEN_REF_TO_TEMPORARY, clarify docs
#
03:48 on Dec 23, 2010eigen
Commit by bjacob :: 1a966e71de70 r3594 / (47 files in 11 dirs): (link)
Bug 54 - really fix const correctness except in Sparse
#
15:16 on Dec 10, 2010eigen
Commit by bjacob :: ffe5789d18f0 r3575 / (19 files in 6 dirs): (link)
Bug 54 - The big Map const-correctness changes
#
15:16 on Dec 10, 2010eigen
Commit by bjacob :: 8c5866d2d2b8 r3576 /test/schur_real.cpp: (link)
fix intermittend failure of schur_real test: there only is an iterative process if size>2
#
16:51 on Dec 09, 2010eigen
Commit by bjacob :: ed31cf7b337a r3566 /Eigen/src/Core/ (4 files in 2 dirs): (link)
fix the build of eigensolver_complex test.

it was calling the .value() method on an inner product, and that was blocked in bad zero-sized case.

fixed by adding the .value() method to DenseBase for all 1x1 expressions, and allowing coeff accessors in ProductBase for 1x1 expressions.
#
15:38 on Dec 09, 2010eigen
Commit by bjacob :: 8f642182dd80 r3565 / (2 files in 2 dirs): (link)
fix bug 127. our product selection logic was flawed in that it used the Max-sized to determine whether the size is 1.

+ test.
#
15:17 on Dec 07, 2010eigen
Commit by bjacob :: 9b2c6df723bd r3564 /Eigen/Core: (link)
fix comment
#
13:21 on Nov 22, 2010eigen
Commit by bjacob :: a89ccb73e863 r3531 /Eigen/Core: (link)
holy crap, i had disabled all static asserts in r3382
#
14:28 on Oct 29, 2010eigen
Commit by bjacob :: 92e6dd30f837 r3475 /test/main.h: (link)
implement VERIFY in a function so it doesn't get compiled thousands of times.
#
14:08 on Oct 29, 2010eigen
Commit by bjacob :: 3b96d2f1d1d6 r3474 /test/main.h: (link)
on test failure, abort instead of exit, so we can get a stack trace
#
13:01 on Oct 29, 2010eigen
Commit by bjacob :: 91b17eb605a9 r3473 / (3 files in 3 dirs): (link)
add eigen2support Transform typedefs, add Eigen2To3 section on Transform
#
14:44 on Oct 28, 2010eigen
Commit by bjacob :: 9b30958f8dea r3472 / (3 files in 3 dirs): (link)
fix bug 92 - we were doing stupid things when passing the list of libraries to link to.
#
13:41 on Oct 28, 2010eigen
Commit by bjacob :: f1b09ed22504 r3471 /Eigen/src/Core/ (DenseCoeffsBase.h util/Constants.h): (link)
document LvalueBit better
#