Construct a triplet list from a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsr), | intent(in) | :: | this | The matrix to construct the triplet list from.  | 
  
||
| type(TripletList_r), | intent(inout) | :: | triplet_list | The triplet list we created.  | 
  
Construct a triplet list from a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsc), | intent(in) | :: | this | The matrix to construct the triplet list from.  | 
  
||
| type(TripletList_c), | intent(inout) | :: | triplet_list | The triplet list we created.  |