Crate spaces [] [src]

Re-exports

pub use self::dimensions::Dimension;
pub use self::dimensions::BoundedDimension;
pub use self::dimensions::FiniteDimension;

Modules

dimensions

Dimension representations module.

kernels

Module for kernels

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.

UnitarySpace

1-dimensional space.

Enums

Span

Measure of the span of a vector space.

Traits

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.