forttyp.spad line 147 [edit on github]
Creates and manipulates objects which correspond to FORTRAN data types, including array dimensions.
coerce(t)
creates an element from a scalar type
coerce(x)
provides a printable form for x
construct(type, dims)
creates an element of FortranType
construct(type, dims)
creates an element of FortranType
dimensionsOf(t)
returns the dimensions of t
external?(u)
returns true
if u
is declared to be EXTERNAL
fortranCharacter()
returns CHARACTER, an element of FortranType
fortranComplex()
returns COMPLEX, an element of FortranType
fortranDouble()
returns DOUBLE PRECISION, an element of FortranType
fortranDoubleComplex()
returns DOUBLE COMPLEX, an element of FortranType
fortranInteger()
returns INTEGER, an element of FortranType
fortranLogical()
returns LOGICAL, an element of FortranType
fortranReal()
returns REAL, an element of FortranType
scalarTypeOf(t)
returns the FORTRAN data type of t