4.1. Input and Output Abbreviations

The descriptions of inputs and outputs for the routines discussed in this chapter use the following abbreviations:

  • Argument type is one of the following:

    int - integer
    dp - double precision
    log - logical
    chr - character
    dcp - double precision complex
  • Argument size is one of the following:

    sc - scalar variable
    ar(n) - array variable of length n
    func - functional return value
  • Argument intent is one of the following:

    in - input argument
    out - output argument
    inout - both an input and an output argument