Struct ndarray_linalg::diagonal::Diagonal[][src]

pub struct Diagonal<S: Data> { /* fields omitted */ }
Expand description

Vector as a Diagonal matrix

Trait Implementations

Apply operator in-place

Apply operator out-place

Apply operator with move

Apply operator to matrix out-place

Apply operator to matrix in-place

Apply operator to matrix with move

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.