-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
See https://fortran-lang.discourse.group/t/linear-algebra-api-call-for-feedback/7455/3
Ideally, we would like for each API operation:
- a
subroutineversion, that performs no internal allocations, andintent(inout)arguments where necessary - a
functionversion, that has allintent(in)arguments except for the error handler - an overloaded
operator(.xyz.), where applicable, that has onlyintent(in)arguments
The function and operator versions should be made pure where possible
jalvesz and PierUgit
Metadata
Metadata
Assignees
Labels
No labels