Index

Package: Matrices

Description

package Tiles.Matrices is

Types

Tile_Matrix

type Tile_Matrix is array (Integer range <>, Integer range <>) of Integer;

A_Tile_Matrix

type A_Tile_Matrix is access all Tile_Matrix;

Constants & Global variables

MAX_MATRIX_SIZE

MAX_MATRIX_SIZE : constant := 32;

Subprograms & Entries

Copy

function Copy
( src: A_Tile_Matrix ) return A_Tile_Matrix;

Delete

procedure Delete
( m: in out A_Tile_Matrix );