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