Enum ndarray_linalg::layout::MatrixLayout []

pub enum MatrixLayout {
    C((Row, LDA)),
    F((Col, LDA)),
}

Variants

Methods

impl MatrixLayout

Trait Implementations

impl Debug for MatrixLayout

Formats the value using the given formatter.

impl Clone for MatrixLayout

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MatrixLayout

impl PartialEq for MatrixLayout

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

This method tests for !=.