Mahmood-Sinan

Results 4 comments of Mahmood-Sinan

Hi, I noticed that complex arrays are printed as separate real and imaginary parts, rather than (a,b) or a + bi. ``` complex, dimension(2, 2) :: a = reshape([cmplx(1,2), cmplx(3,4),...

> Hi @Mahmood-Sinan, this looks pretty neat! the only thing I would suggest would be to keep the files and folders naming somewhat coherent with respect to the name `lapack_extended`....

I also noticed that the documentation in `doc/specs/stdlib_specialmatrices.md` contains the following warning: ``` @warning Due to limitations of the underlying `lapack` driver, currently `alpha` and `beta` can only take one...

I’ve applied the changes. Please let me know if anything else is needed.