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.