DBCSR
2.8.0
Guide
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
array_get
Interface
4 statements
Source File
dbcsr_array_types.F
dbcsr_array_types
array_get
Contents
Module Procedures
array_get_i1d
array_get_i1
public interface array_get
Module Procedures
private pure function
array_get_i1d
(array, index1) result(value)
Arguments
Type
Intent
Optional
Attributes
Name
type(
array_i1d_obj
),
intent(in)
::
array
integer,
intent(in)
::
index1
Return Value
integer
private pure function
array_get_i1
(array, index1) result(value)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in),
DIMENSION(:), POINTER
::
array
integer,
intent(in)
::
index1
Return Value
integer