Package instantiation: Ada.Numerics.Short_Complex_Arrays

Dependencies

pragma License (Unrestricted);

with Ada.Numerics.Generic_Complex_Arrays;
with Ada.Numerics.Short_Complex_Types;
with Ada.Numerics.Short_Real_Arrays;

Header

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