Skip to content

Commit 3c2349f

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 4586f32 commit 3c2349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Experimental
2020
A Modern Fortran version of the [Reference-LAPACK 3.10.1](http://github.com/reference-LAPACK) implementation is provided as a backend.
2121
Modern Fortran modules with full explicit typing features are provided after an automated conversion of the legacy codes:
2222
- [stdlib_linalg_blas(module)], [stdlib_linalg_lapack(module)] provide kind-agnostic interfaces to all functions.
23-
- Both libraries are available for 32- (`sp`), 64- (`sp`) and 128-bit (`qp`) `real` and `complex` numbers (the latter if available in the current build)
23+
- Both libraries are available for 32- (`sp`), 64- (`dp`) and 128-bit (`qp`) `real` and `complex` numbers (the latter if available in the current build)
2424
- Free format, lower-case style
2525
- `implicit none(type, external)` applied to all procedures and modules
2626
- `intent` added and all `pure` procedures where possible

0 commit comments

Comments
 (0)