(git:3add494)
submatrix_types::set_type Type Reference

Public Member Functions

PROCEDURE insert => set_insert
 
PROCEDURE reset => set_reset
 
PROCEDURE find => set_find
 
PROCEDURE get => set_get
 
PROCEDURE getall => set_getall
 
PROCEDURE update_sorted => set_update_sorted
 

Data Fields

type(extvec_type), dimension(0:set_modulus - 1) data
 
integer, dimension(:), allocatable sorted
 
integer elements = 0
 
logical sorted_up_to_date = .FALSE.
 

Detailed Description

Definition at line 29 of file submatrix_types.F.

Member Function/Subroutine Documentation

◆ insert()

PROCEDURE submatrix_types::set_type::insert

Definition at line 35 of file submatrix_types.F.

◆ reset()

PROCEDURE submatrix_types::set_type::reset

Definition at line 36 of file submatrix_types.F.

◆ find()

PROCEDURE submatrix_types::set_type::find

Definition at line 37 of file submatrix_types.F.

◆ get()

PROCEDURE submatrix_types::set_type::get

Definition at line 38 of file submatrix_types.F.

◆ getall()

PROCEDURE submatrix_types::set_type::getall

Definition at line 39 of file submatrix_types.F.

◆ update_sorted()

PROCEDURE submatrix_types::set_type::update_sorted

Definition at line 40 of file submatrix_types.F.

Field Documentation

◆ data

type(extvec_type), dimension(0:set_modulus - 1) submatrix_types::set_type::data

Definition at line 30 of file submatrix_types.F.

◆ sorted

integer, dimension(:), allocatable submatrix_types::set_type::sorted

Definition at line 31 of file submatrix_types.F.

◆ elements

integer submatrix_types::set_type::elements = 0

Definition at line 32 of file submatrix_types.F.

◆ sorted_up_to_date

logical submatrix_types::set_type::sorted_up_to_date = .FALSE.

Definition at line 33 of file submatrix_types.F.


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