Struct spaces::EmptySpace[][src]

pub struct EmptySpace;

An empty space.

Trait Implementations

impl Clone for EmptySpace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EmptySpace
[src]

impl PartialEq for EmptySpace
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for EmptySpace
[src]

impl Debug for EmptySpace
[src]

Formats the value using the given formatter. Read more

impl Space for EmptySpace
[src]

The data representation of the space.

Return the number of dimensions in the space.

Return the number of linear combinations of values in the space.

Generate a random sample from the space.

impl<T> Surjection<T, ()> for EmptySpace
[src]

Map value from domain onto codomain.

Auto Trait Implementations

impl Send for EmptySpace

impl Sync for EmptySpace