NTPoly
Public Attributes | List of all members
tripletmodule::triplet_t Type Reference

A data type for a triplet of integer, integer, double. As this is related to matrix multiplication, the referencing indices are rows and columns. More...

Public Attributes

integer(kind=c_int) index_column
 column value.
 
integer(kind=c_int) index_row
 row value.
 
real(ntreal) point_value
 actual value at those indices.
 

Detailed Description

A data type for a triplet of integer, integer, double. As this is related to matrix multiplication, the referencing indices are rows and columns.


The documentation for this type was generated from the following file: