Crate spaces[][src]

Re-exports

pub extern crate ndarray;

Modules

dimensions

1-dimensional space types module.

norms

Normalisation utilities module.

Structs

EmptySpace

An empty space.

NamedSpace

Named, N-dimensional homogeneous space.

PairSpace

2-dimensional homogeneous space.

RegularSpace

N-dimensional homogeneous space.

Enums

Card

Measure of the cardinality (#) of a vector space.

Traits

BoundedSpace

Space type with saturating upper/lower bounds.

FiniteSpace

Space type with bounds and a finite set of values.

Space

Trait for defining geometric spaces.

Surjection

A trait for types implementing a mapping from values of one set onto another.

Type Definitions

Matrix

2d array type.

Vector

1d array type.