comp.lang.ada
 help / color / mirror / Atom feed
* discriminant type
@ 2005-09-13 20:45 nicolas.b
  2005-09-13 20:49 ` Ludovic Brenta
  2005-09-15 15:08 ` Nick Roberts
  0 siblings, 2 replies; 5+ messages in thread
From: nicolas.b @ 2005-09-13 20:45 UTC (permalink / 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,




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-15 15:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-13 20:45 discriminant type nicolas.b
2005-09-13 20:49 ` Ludovic Brenta
2005-09-13 22:06   ` David Trudgett
2005-09-14 20:08   ` Dr. Adrian Wrigley
2005-09-15 15:08 ` Nick Roberts

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