pub struct Diagonal<S: Data> { /* private fields */ }
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.