
16 Jun
2011
16 Jun
'11
4:03 a.m.
Hi,
On Thu, Jun 16, 2011 at 9:53 AM, kaffeepause73
I try to create an own data type containing "Vector Double" from the H-Matrix package. The code:
##
data PowerSig = PowerSig Int Double Vector Double
You need to put parenthesis around (Vector Double). Otherwise this is interpreted as a constructor with 4 fields (instead of 3). Johan