read_op_t Abstract Interface

abstract interface
private subroutine read_op_t(this, indices, entries)

Arguments

Type IntentOptional Attributes Name
class(lMat_t), intent(inout) :: this
integer(kind=int64), intent(inout), allocatable :: indices(:,:)
integer(kind=int64), intent(inout), allocatable :: entries(:,:)

Description

Read operation on a single block of data read from an hdf5 file