Enum ndarray_linalg::layout::MatrixLayout [−][src]
Variants
C((Row, LDA))
F((Col, LDA))
Methods
impl MatrixLayout
[src]
impl MatrixLayout
pub 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) -> MatrixLayout
pub fn lda(&self) -> LDA
[src]
pub fn lda(&self) -> LDA
pub fn len(&self) -> LEN
[src]
pub fn len(&self) -> LEN
pub fn lapacke_layout(&self) -> Layout
[src]
pub fn lapacke_layout(&self) -> Layout
pub fn same_order(&self, other: &MatrixLayout) -> bool
[src]
pub fn same_order(&self, other: &MatrixLayout) -> bool
pub 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) -> Self
Trait Implementations
impl Debug for MatrixLayout
[src]
impl Debug for MatrixLayout
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for MatrixLayout
[src]
impl Clone for MatrixLayout
fn clone(&self) -> MatrixLayout
[src]
fn clone(&self) -> MatrixLayout
Returns 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 MatrixLayout
impl PartialEq for MatrixLayout
[src]
impl PartialEq for MatrixLayout
fn eq(&self, other: &MatrixLayout) -> bool
[src]
fn eq(&self, other: &MatrixLayout) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for MatrixLayout
impl Send for MatrixLayout
impl Sync for MatrixLayout
impl Sync for MatrixLayout