Description | Hierarchy | Fields | Methods | Properties |
type block = record
opr_t = procedure(var b:double; a:double); //< C style b += a interface with the GSL standard (double) vector and matrix types
size: size_t; |
data: ˆdouble; |
size: size_t; |
number of elements in the block |
data: ˆdouble; |
pointer to the first element of the block |