mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-29 15:24:51 +08:00
fix typo
This commit is contained in:
parent
5694315fbb
commit
e5156e4d25
@ -77,7 +77,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef lapack_complex_float_real
|
#ifndef lapack_complex_float_real
|
||||||
#define lapack_complex_float_rea@l(z) (creal(z))
|
#define lapack_complex_float_real(z) (creal(z))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef lapack_complex_float_imag
|
#ifndef lapack_complex_float_imag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user