-
Notifications
You must be signed in to change notification settings - Fork 3
API style definition #44
Copy link
Copy link
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels