Crate p3_matrix

Source
Expand description

Matrix library.

Modules§

bitrev
dense
extension
horizontally_truncated
row_index_mapped
stack
strided
util

Structs§

Dimensions
A simple struct representing the shape of a matrix.

Traits§

Matrix
A generic trait for two-dimensional matrix-like data structures.