mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-28 07:42:02 +08:00
Fix a typo in blas/common.h
This commit is contained in:
parent
d4144583bb
commit
c4051d3d02
@ -48,7 +48,7 @@
|
|||||||
: ((X)=='L' || (X)=='l') ? LO \
|
: ((X)=='L' || (X)=='l') ? LO \
|
||||||
: INVALID)
|
: INVALID)
|
||||||
|
|
||||||
#define DIAG(X) ( ((X)=='N' || (X)=='N') ? NUNIT \
|
#define DIAG(X) ( ((X)=='N' || (X)=='n') ? NUNIT \
|
||||||
: ((X)=='U' || (X)=='u') ? UNIT \
|
: ((X)=='U' || (X)=='u') ? UNIT \
|
||||||
: INVALID)
|
: INVALID)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user