batmat 0.0.14
Batched linear algebra routines
Loading...
Searching...
No Matches
Matrix data structures

Detailed Description

Matrix storage and views.

Topics

 Matrix utilities
 Low-level utilities for matrix storage.

Files

file  layout.hpp
 Layout description for a batch of matrices, independent of any storage.
file  matrix.hpp
 Class for a batch of matrices that owns its storage.
file  view.hpp
 Non-owning view of a batch of matrices.

Classes

struct  batmat::matrix::Layout< I, S, D, L, O >
 Shape and strides describing a batch of matrices, independent of any storage. More...
struct  batmat::matrix::Matrix< T, I, S, D, O, A >
 Class for a batch of matrices that owns its storage. More...
struct  batmat::matrix::View< T, I, S, D, L, O >
 Non-owning view of a batch of matrices. More...