Expand description
rectangular matrix
Modules§
- generic
- generic
Matwrapper
Structs§
- Mut
- see
super::MatMut - Own
- see
super::Mat - Ref
- see
super::MatRef
Traits§
- AsMat
- trait for owning matrix types
- AsMat
Mut - trait for types that can be converted to a matrix view
- AsMat
Ref - trait for types that can be converted to a matrix view
- MatIndex
- represents a type that can be used to slice a matrix, such as an index or a range of indices