comp.lang.ada
 help / color / mirror / Atom feed
From: "nicolas.b" <nicolas.blanpain@fr.thalesgroup.com>
Subject: discriminant type
Date: 13 Sep 2005 13:45:05 -0700
Date: 2005-09-13T13:45:05-07:00	[thread overview]
Message-ID: <1126644305.724460.155300@g47g2000cwa.googlegroups.com> (raw)

I want to create a Matrix from a one-D Vector :
type T_Matrix (Col_Size, Row_Size : Integer) is record
  Vec : T_Vector (Col_Size * Row_Size);
end record;

There is a compilation error "Col_Size * Row_Size". Is there a solution
to my problem ? It is important for me to use a vector one-D to
construct T_Matrix.

Thanks,




             reply	other threads:[~2005-09-13 20:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-13 20:45 nicolas.b [this message]
2005-09-13 20:49 ` discriminant type Ludovic Brenta
2005-09-13 22:06   ` David Trudgett
2005-09-14 20:08   ` Dr. Adrian Wrigley
2005-09-15 15:08 ` Nick Roberts
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox