Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.81 KB

index.md

File metadata and controls

39 lines (32 loc) · 1.81 KB
title
Specifications (specs)

Fortran stdlib Specifications (specs)

This is and index/directory of the specifications (specs) for each new module/feature as described in the workflow document.

[TOC]

Experimental Features & Modules

  • array - Procedures for index manipulation and array handling
  • ascii - Procedures for handling ASCII characters
  • bitsets - Bitset data types and procedures
  • error - Catching and handling errors
  • hash - Hashing integer vectors or character strings
  • io - Input/output helper & convenience
  • kinds - Kind parameters
  • linalg - Linear Algebra
  • logger - Runtime logging system
  • math - General purpose mathematical functions
  • optval - Fallback value for optional arguments
  • quadrature - Numerical integration
  • random - Probability Distributions random number generator
  • sorting - Sorting of rank one arrays
  • stats - Descriptive Statistics
  • stats_distributions_uniform - Uniform Probability Distribution
  • stats_distributions_normal - Normal Probability Distribution
  • string_type - Basic string support
  • stringlist_type - 1-Dimensional list of strings
  • strings - String handling and manipulation routines
  • version - Version information

Released/Stable Features & Modules

  • (None yet)