Fortran stdlib: sufficient for scientific programming?

I followed the documentation link and happened to look at eye() identity matrix function. The returned matrix is of int8 type to save storage but I wonder what happens if an implementation lacks int8 type. AFAIK the Standard does not require it to be present.

Also, do I understand right that the content of the arrays is shown (in comments) row-wise? It uses sort of array-constructor syntax, so it may be confusing.

1 Like