GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis  111
Public Member Functions | Public Attributes | List of all members
common_obj_gbl::darray_2d Type Reference

Public Member Functions

procedure init => init_darray_2d
 Allocates the space for the array a. The values d1, d2 must be set before. Returns a non-zero number if allocation was unsucessfull. More...
 
procedure final => final_darray_2d
 Deallocates space. Returns a non-zero number if the array has not been allocated before. More...
 

Public Attributes

real(kind=cfp), dimension(:,:), allocatable a
 The array values. More...
 
integer d1 = 0
 First dimension of the array. More...
 
integer d2 = 0
 Second dimension of the array. More...
 

Member Function/Subroutine Documentation

◆ final()

procedure common_obj_gbl::darray_2d::final

Deallocates space. Returns a non-zero number if the array has not been allocated before.

◆ init()

procedure common_obj_gbl::darray_2d::init

Allocates the space for the array a. The values d1, d2 must be set before. Returns a non-zero number if allocation was unsucessfull.

Member Data Documentation

◆ a

real(kind=cfp), dimension(:,:), allocatable common_obj_gbl::darray_2d::a

The array values.

◆ d1

integer common_obj_gbl::darray_2d::d1 = 0

First dimension of the array.

◆ d2

integer common_obj_gbl::darray_2d::d2 = 0

Second dimension of the array.


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