Package instantiation: Ada.Numerics.Short_Complex_Arrays |
pragma License (Unrestricted);
with Ada.Numerics.Generic_Complex_Arrays;
with Ada.Numerics.Short_Complex_Types;
with Ada.Numerics.Short_Real_Arrays;
package Ada.Numerics.Short_Complex_Arrays is
new Ada.Numerics.Generic_Complex_Arrays (Ada.Numerics.Short_Real_Arrays,
Ada.Numerics.Short_Complex_Types);
pragma Pure (Ada.Numerics.Short_Complex_Arrays);
| Generated on 2004-07-26 at 20:05:54 by AdaBrowse 4.0.1 using configuration file ab.cfg. |