Enum ndarray_linalg::layout::MatrixLayout [−][src]
Variants
C((Row, LDA))F((Col, LDA))
Methods
impl MatrixLayout[src]
impl MatrixLayoutpub fn size(&self) -> (Row, Col)[src]
pub fn size(&self) -> (Row, Col)pub fn resized(&self, row: Row, col: Col) -> MatrixLayout[src]
pub fn resized(&self, row: Row, col: Col) -> MatrixLayoutpub fn lda(&self) -> LDA[src]
pub fn lda(&self) -> LDApub fn len(&self) -> LEN[src]
pub fn len(&self) -> LENpub fn lapacke_layout(&self) -> Layout[src]
pub fn lapacke_layout(&self) -> Layoutpub fn same_order(&self, other: &MatrixLayout) -> bool[src]
pub fn same_order(&self, other: &MatrixLayout) -> boolpub fn as_shape(&self) -> Shape<Ix2>[src]
pub fn as_shape(&self) -> Shape<Ix2>pub fn toggle_order(&self) -> Self[src]
pub fn toggle_order(&self) -> SelfTrait Implementations
impl Debug for MatrixLayout[src]
impl Debug for MatrixLayoutfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MatrixLayout[src]
impl Clone for MatrixLayoutfn clone(&self) -> MatrixLayout[src]
fn clone(&self) -> MatrixLayoutReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for MatrixLayout[src]
impl Copy for MatrixLayoutimpl PartialEq for MatrixLayout[src]
impl PartialEq for MatrixLayoutfn eq(&self, other: &MatrixLayout) -> bool[src]
fn eq(&self, other: &MatrixLayout) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MatrixLayout) -> bool[src]
fn ne(&self, other: &MatrixLayout) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for MatrixLayout
impl Send for MatrixLayoutimpl Sync for MatrixLayout
impl Sync for MatrixLayout