mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
some renaming in the fuzzy compares, and in the multiplications
This commit is contained in:
@@ -51,7 +51,7 @@ template<typename MatrixType1,
|
||||
if(rows1 == cols1)
|
||||
{
|
||||
a *= b;
|
||||
a.lazyMul(b);
|
||||
a.lazyProduct(b);
|
||||
}
|
||||
|
||||
MatrixType1 d(rows1, cols1);
|
||||
|
||||
Reference in New Issue
Block a user