Struct spaces::EmptySpace [] [src]

pub struct EmptySpace;

An empty space.

Trait Implementations

impl Clone for EmptySpace
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EmptySpace
[src]

impl PartialEq for EmptySpace
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for EmptySpace
[src]

impl Debug for EmptySpace
[src]

[src]

Formats the value using the given formatter. Read more

impl Space for EmptySpace
[src]

The data representation of the space.

[src]

Return the number of dimensions in the space.

[src]

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

[src]

Generate a random sample from the space.

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

[src]

Map value from domain onto codomain.

Auto Trait Implementations

impl Send for EmptySpace

impl Sync for EmptySpace