Cnvert a matrix of type Poisson2D
to its dense representation as a
standard rank-2 array.
B = dense(A)
A
: Matrix of Poisson2D
type. It is an intent(in)
argument.
B
: Rank-2 real
array corresponding to the dense representation
of A
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Poisson2D), | intent(in) | :: | A |
Input matrix. |
Dense representation.