GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis 111
Loading...
Searching...
No Matches
common_obj_gbl::darray_2d Type Reference

Public Member Functions

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

Public Attributes

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

Member Function/Subroutine Documentation

◆ final()

procedure common_obj_gbl::darray_2d::final ( class(darray_2d) this)

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

◆ init()

procedure common_obj_gbl::darray_2d::init ( class(darray_2d) this)

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: