Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in), | dimension(test_size, test_size) | :: | data |
pure module function construct_linop_rsp(data) result(A) implicit none(type, external) real(sp), dimension(test_size, test_size), intent(in) :: data type(linop_rsp) :: A end function construct_linop_rsp