expose_data Subroutine

public subroutine expose_data(self, data_object)

Exposes csrmat data through csrmat_data_t object

Type Bound

csrmat_t

Arguments

Type IntentOptional Attributes Name
class(csrmat_t), intent(in), target :: self

Instance of the type

type(csrmat_data_t), intent(out) :: data_object

Destination csrmat data object that contains the exposed data of the csrmat object.