buds  0.1
FORTRAN reference counted types
Modules
Here is a list of all modules:
[detail level 1234]
 Intrinsic budsIntrinsic buds for usage and reference (best viewed at level 2)
 ArrayBud containing an intrinsic fortran array
 Array 1DArray of dimension 1
 Logicallogical data type
 Integer (short)integer(selected_int_kind(4)) data type
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Real (float)real(selected_real_kind(6)) data type
 Real (double)real(selected_real_kind(15)) data type
 Complex (float)complex(selected_real_kind(6)) data type
 Complex (double)complex(selected_real_kind(15)) data type
 Array 2DArray of dimension 2
 Logicallogical data type
 Integer (short)integer(selected_int_kind(4)) data type
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Real (float)real(selected_real_kind(6)) data type
 Real (double)real(selected_real_kind(15)) data type
 Complex (float)complex(selected_real_kind(6)) data type
 Complex (double)complex(selected_real_kind(15)) data type
 Array 3DArray of dimension 3
 Logicallogical data type
 Integer (short)integer(selected_int_kind(4)) data type
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Real (float)real(selected_real_kind(6)) data type
 Real (double)real(selected_real_kind(15)) data type
 Complex (float)complex(selected_real_kind(6)) data type
 Complex (double)complex(selected_real_kind(15)) data type
 FilePerform file operations such as open/close/delete etc
 Finite stack with ArrayBud containing a finite stack of Array buds
 Array 1DFinite stack with Array of dimension 1
 Integer (short)integer(selected_int_kind(4)) data type
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Real (float)real(selected_real_kind(6)) data type
 Real (double)real(selected_real_kind(15)) data type
 Complex (float)complex(selected_real_kind(6)) data type
 Complex (double)complex(selected_real_kind(15)) data type
 Array 2DFinite stack with Array of dimension 2
 Integer (short)integer(selected_int_kind(4)) data type
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Real (float)real(selected_real_kind(6)) data type
 Real (double)real(selected_real_kind(15)) data type
 Complex (float)complex(selected_real_kind(6)) data type
 Complex (double)complex(selected_real_kind(15)) data type
 Array 3DFinite stack with Array of dimension 3
 Integer (short)integer(selected_int_kind(4)) data type
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Real (float)real(selected_real_kind(6)) data type
 Real (double)real(selected_real_kind(15)) data type
 Complex (float)complex(selected_real_kind(6)) data type
 Complex (double)complex(selected_real_kind(15)) data type
 Linked list of ArraysBud containing a linked list of bud Arrays
 Linked list with Array 1DLinked list with Array of dimension 1
 Integer (short)integer(selected_int_kind(4)) data type
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Real (float)real(selected_real_kind(6)) data type
 Real (double)real(selected_real_kind(15)) data type
 Complex (float)complex(selected_real_kind(6)) data type
 Complex (double)complex(selected_real_kind(15)) data type
 Linked list with Array 2DLinked list with Array of dimension 2
 Integer (short)integer(selected_int_kind(4)) data type
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Real (float)real(selected_real_kind(6)) data type
 Real (double)real(selected_real_kind(15)) data type
 Complex (float)complex(selected_real_kind(6)) data type
 Complex (double)complex(selected_real_kind(15)) data type
 Linked list with Array 3DLinked list with Array of dimension 3
 Integer (short)integer(selected_int_kind(4)) data type
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Real (float)real(selected_real_kind(6)) data type
 Real (double)real(selected_real_kind(15)) data type
 Complex (float)complex(selected_real_kind(6)) data type
 Complex (double)complex(selected_real_kind(15)) data type
 Sparse matrix
 Compressed Sparse Column (CSC)A compressed sparse column matrix implementation
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Compressed Sparse Column (CSC 0-based column pointer)A compressed sparse column matrix implementation using a 0-based column-pointer
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Compressed Sparse Row (CSR)A compressed sparse row matrix implementation
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Compressed Sparse Row (CSR 0-based row pointer)A compressed sparse row matrix implementation using a 0-based row-pointer
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Compressed Sparse Row (CSR C-indexed)A compressed sparse row matrix implementation using C-indexing. This implementation relies on every index lookup to be 0-based
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type
 Utilities for generic usage in different budsGeneric utility functions used throughout
 Parallel distribution (1D)A distribution implementation of various kinds
 Integer (int)integer(selected_int_kind(9)) data type
 Integer (long)integer(selected_int_kind(18)) data type