mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* add resize(int, NoChange) and resize(NoChange, int)
* add missing assert in resize(int) * add examples for all resize variants * expand docs (part of which is from Tim Hutt's e-mail)
This commit is contained in:
@@ -241,6 +241,8 @@ enum {
|
||||
DontAlign = 0x2
|
||||
};
|
||||
|
||||
enum NoChange_t { NoChange };
|
||||
|
||||
enum {
|
||||
IsDense = 0,
|
||||
IsSparse = SparseBit,
|
||||
|
||||
Reference in New Issue
Block a user