A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
Public Attributes | List of all members
tensor::coolist Type Reference

Coordinate list. Type used to represent the sparse tensor. More...

Public Attributes

type(coolist_elem), dimension(:), allocatable elems
 Lists of elements tensor::coolist_elem. More...
 
integer nelems = 0
 Number of elements in the list. More...
 

Detailed Description

Coordinate list. Type used to represent the sparse tensor.

Definition at line 38 of file tensor.f90.

Member Data Documentation

type(coolist_elem), dimension(:), allocatable tensor::coolist::elems

Lists of elements tensor::coolist_elem.

Definition at line 39 of file tensor.f90.

39  TYPE(coolist_elem), DIMENSION(:), ALLOCATABLE :: elems !< Lists of elements tensor::coolist_elem
Coordinate list element type. Elementary elements of the sparse tensors.
Definition: tensor.f90:25
integer tensor::coolist::nelems = 0

Number of elements in the list.

Definition at line 40 of file tensor.f90.

40  INTEGER :: nelems = 0 !< Number of elements in the list.

The documentation for this type was generated from the following file: