tern.legacy.matrix

Arbitrary indexable SIMD optimized tensor implementation.

Members

Structs

Matrix
struct Matrix(T, size_t ROWS, size_t COLUMNS)

Arbitrary matrix implementation, allows any row length less than or equal to 256 bits in total and can be interacted with as an array.

Meta