Module dense

Source
Expand description

Dense array types and operations on them.

Modulesยง

array
Basic Array type
base_array
Definition of BaseArray, a container for array data.
batched_gemm
Interface to batched gemm operations
data_container
Data containers are simple structures that hold data and allow access to it.
gemm
Gemm trait for matrix multiplication
layout
Default layout for dense arrays.
linalg
Linear algebra routines
macros
The macros defined here make it easy to create new matrices and vectors.
matrix_multiply
Implementation of matrix multiplication.
number_types
Relation between numbers represented as types and traits
simd
Basic traits for SIMD Operations
tools
Useful library tools.
traits
Dense matrix traits
types
Basic types.