record block

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type block = record

Description

opr_t = procedure(var b:double; a:double); //< C style b += a interface with the GSL standard (double) vector and matrix types

Overview

Fields

size: size_t;
data: ˆdouble;

Description

Fields

size: size_t;

number of elements in the block

data: ˆdouble;

pointer to the first element of the block


Generated by PasDoc 0.11.0 on 2010-10-04 16:33:27