Index

Package: Matrices (generic)

Description

generic
   Dimension : Positive;

package Matrices is
Jan & Uwe R. Zimmer, Australia, July 2011

Types

Matrix

type Matrix is array (1 .. Dimension, 1 .. Dimension) of Real;

References:

matrices.ads:12:9 (declaration)
matrices.adb:7:25 (reference)
matrices.adb:7:40 (reference)
matrices.adb:9:12 (reference)
matrices.adb:12:18 (reference)
matrices.adb:13:21 (reference)
matrices.adb:17:25 (reference)
matrices.adb:31:28 (reference)
matrices.adb:31:43 (reference)
matrices.adb:33:13 (reference)
matrices.adb:36:18 (reference)
matrices.adb:37:21 (reference)
matrices.ads:16:25 (reference)
matrices.ads:16:40 (reference)
matrices.ads:18:28 (reference)
matrices.ads:18:43 (reference)
rotations.ads:21:47 (reference)
rotations.ads:22:47 (reference)

Constants & Global variables

Dimension (Positive)

Dimension : Positive;

References:

matrices.ads:8:4 (declaration)
matrices.ads:12:31 (reference)
matrices.ads:12:47 (reference)
rotations.ads:16:52 (reference)
rotations.ads:17:52 (reference)

Subprograms & Entries

Transpose

function Transpose 
(M: Matrix) return Matrix;

References:

matrices.ads:18:13 (declaration)
matrices.adb:31:13 (body)
matrices.adb:42:8 (label)