Enum rusty_machine::prelude::Axes []

pub enum Axes {
    Row,
    Col,
}

Matrix dimensions

Variants

The row axis.

The column axis.

Trait Implementations

impl Clone for Axes

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Axes

impl Debug for Axes

Formats the value using the given formatter.