- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In my program I have some double arrays, call them NW, NE, SW, and SE, commensurable in size and shape as need be in order to stuff them into an array A like A = [NW NE; SWSE] in Matlab like notation. However, I need A to be of
type
(D_INTERVAL), allocatable :: A(:,:)for use with the interval linear solver suitein the current release of MKL. Right now I get such missives as
Error: The assignment operation or the binary expression operation is invalid for the data types of the two operands.
Is there any way round this without making everything of type(D_INTERVAL) thus extending computational time by a factor of about 3?
Thanks,
Gerry
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here I go talking to myself again!
A%inf = 0.d0; A%sup = 0.d0
is the way to do it, I think.
Gerry

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page