A subroutine wrapper for the triplet list based constructor.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsr), | intent(inout) | :: | this | The matrix being constructed |
||
| type(TripletList_r), | intent(in) | :: | triplet_list | A list of triplet values. They must be sorted. |
||
| integer, | intent(in) | :: | rows | Number of matrix rows |
||
| integer, | intent(in) | :: | columns | Number of matrix columns |
A subroutine wrapper for the triplet list based constructor.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsc), | intent(inout) | :: | this | The matrix being constructed |
||
| type(TripletList_c), | intent(in) | :: | triplet_list | A list of triplet values. They must be sorted. |
||
| integer, | intent(in) | :: | rows | Number of matrix rows |
||
| integer, | intent(in) | :: | columns | Number of matrix columns |