Add support for mat(all) as an alias to mat.reshaped(mat.size(),fix<1>);

This commit is contained in:
Gael Guennebaud
2017-02-21 13:49:09 +01:00
parent 9081c8f6ea
commit b3fc0007ae
3 changed files with 18 additions and 0 deletions

View File

@@ -339,6 +339,8 @@ enum SideType {
OnTheRight = 2
};
/* the following used to be written as:
*
* struct NoChange_t {};