fsml_typ Module

Module for kinds and derived types; sets working precision.


Uses

  • module~~fsml_typ~~UsesGraph module~fsml_typ fsml_typ module~fsml_ini fsml_ini module~fsml_typ->module~fsml_ini iso_fortran_env iso_fortran_env module~fsml_ini->iso_fortran_env stdlib_linalg stdlib_linalg module~fsml_ini->stdlib_linalg

Used by

  • module~~fsml_typ~~UsedByGraph module~fsml_typ fsml_typ module~fsml fsml module~fsml->module~fsml_typ module~fsml_dat fsml_dat module~fsml->module~fsml_dat module~fsml_dat->module~fsml_typ

Derived Types

type, public ::  fsml_typ_df

Derived type for dataframe.

Components

Type Visibility Attributes Name Initial
integer(kind=i4), public, allocatable :: col_id(:)

ID/key/index for columns

character(len=64), public, allocatable :: col_nm(:)

names/labels for columns

real(kind=wp), public, allocatable :: data(:,:)

data

integer(kind=i4), public :: id

ID/index for data frame

character(len=64), public, allocatable :: nm

dataframe name

integer(kind=i4), public, allocatable :: row_id(:)

ID/key/index for rows

character(len=64), public, allocatable :: row_nm(:)

names/labels for rows