Procedures

ProcedureLocationProcedure TypeDescription
aprint io_fortran_lib Interface

Subroutine for printing arrays and array sections to stdout.

Read more…
cast io_fortran_lib Interface

Subroutine for casting between numeric and string data.

Read more…
echo io_fortran_lib Interface

Subroutine for writing a scalar character or String to an external text file.

Read more…
from_file io_fortran_lib Interface

Subroutine for reading an external file of uniform numeric data type and format into an array.

Read more…
join io_fortran_lib Interface

Function for joining a vector of tokens into a scalar character or String.

Read more…
operator(**) io_fortran_lib Interface

Repetition operator for character and String (as exponentiation).

Read more…
operator(+) io_fortran_lib Interface

Concatenation operator for character and String (as addition). Mixed type concatenation of character and String is explicitly defined.

Read more…
operator(-) io_fortran_lib Interface

Excision operator for character and String (as subtraction). Mixed type excision of character and String is explicitly defined.

Read more…
operator(//) io_fortran_lib Interface

Concatenation operator for character and String, lifted from character. Mixed type concatenation of character and String is explicitly defined.

Read more…
operator(/=) io_fortran_lib Interface

Non-equivalence operator for character and String. Mixed type non-equivalence of character and String is explicitly defined.

Read more…
operator(==) io_fortran_lib Interface

Equivalence operator for character and String. Mixed type equivalence of character and String is explicitly defined.

Read more…
random_gauss randoms Interface

Applies gauss to whole arrays and scalars.

split io_fortran_lib Interface

Function for splitting a scalar character or String into a vector of tokens.

Read more…
str io_fortran_lib Interface

Function for returning a character representation of a number.

Read more…
String io_fortran_lib Interface

Function for returning a String representation of numbers.

Read more…
to_file io_fortran_lib Interface

Subroutine for writing an array of uniform numeric data type to an external file.

Read more…