* change Flagged to take into account NestByValue only

* bugfix in Assign and cache friendly product (weird that worked before)
* improved argument evaluation in Product
This commit is contained in:
Gael Guennebaud
2008-05-28 22:11:47 +00:00
parent 73084dc754
commit 8711e26c8a
4 changed files with 105 additions and 32 deletions

View File

@@ -45,7 +45,7 @@ static void ei_cache_friendly_product(
rhsStride = _lhsStride;
cols = _rows;
rows = _cols;
lhsRowMajor = _rhsRowMajor;
lhsRowMajor = !_rhsRowMajor;
ei_assert(_lhsRowMajor);
}
else