nakatamaho / mplapack

The MPLAPACK: multiple precision version of BLAS and LAPACK
Other
80 stars 11 forks source link

Use int64_t instead of mplapackint (aware of LLP64 and LP64) #40

Open nakatamaho opened 2 years ago

nakatamaho commented 2 years ago

mplapackint is problematic since the type is not manifestly clear. use int64_t instead.

nakatamaho commented 1 year ago

Aware of LLP64 and LP64