Struct ndarray_linalg::diagonal::Diagonal [−][src]
pub struct Diagonal<S: Data> { /* fields omitted */ }
Expand description
Vector as a Diagonal matrix
Trait Implementations
type Elem = A
Apply operator in-place
Apply operator out-place
Apply operator with move
Apply operator to matrix out-place
Apply operator to matrix in-place