Struct ndarray_linalg::error::NotSquareError [−][src]
Error that matrix is not square
Fields
rows: i32
cols: i32
Methods
impl NotSquareError[src]
impl NotSquareErrorTrait Implementations
impl From<NotSquareError> for LinalgError[src]
impl From<NotSquareError> for LinalgErrorfn from(val: NotSquareError) -> Self[src]
fn from(val: NotSquareError) -> SelfPerforms the conversion.
impl Debug for NotSquareError[src]
impl Debug for NotSquareErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for NotSquareError[src]
impl Display for NotSquareErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for NotSquareError[src]
impl Error for NotSquareErrorAuto Trait Implementations
impl Send for NotSquareError
impl Send for NotSquareErrorimpl Sync for NotSquareError
impl Sync for NotSquareError