Package instantiation: Ada.Numerics.Complex_Arrays

Dependencies

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;

Header

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);