Module diag

Module diag 

Source
Expand description

diagonal matrix

Modules§

generic
generic Diag wrapper

Structs§

Mut
see super::DiagMut
Own
see super::Diag
Ref
see super::DiagRef

Traits§

AsDiagMut
trait for types that can be converted to a diagonal matrix view.
AsDiagRef
trait for types that can be converted to a diagonal matrix view.

Type Aliases§

Diag
diagonal matrix
DiagMut
diagonal mutable matrix view
DiagRef
diagonal matrix view