Module stack

Module stack 

Source

Structs§

HorizontalPair
A matrix composed by placing two matrices side-by-side horizontally.
VerticalPair
A matrix composed by stacking two matrices vertically, one on top of the other.

Enums§

EitherRow
We use this to wrap both the row iterator and the row slice.

Type Aliases§

ViewPair
A type alias representing a vertical composition of two row-major matrix views.