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