Base node corresponding to a given column - value pair for a given row
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | column | column index |
|||
complex(kind=dp), | private | :: | element | complex value for the matrix element |
|||
class(node_t), | public, | pointer | :: | next | pointer to next node |
Adds a given element to the node element, does type-checking of the polymorphic element given. Allowed types are complex, real, integer.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(node_t), | intent(inout) | :: | this | type instance |
||
class(*), | intent(in) | :: | element | element to add to the existing element |
Returns the node element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(node_t), | intent(in) | :: | this | type instance |
node element