![]() |
batmat
0.0.19
Batched linear algebra routines
|
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 > |
| Owning array of matrices, stored in an efficient batched format. More... | |
| struct | batmat::matrix::View< T, I, S, D, L, O > |
| Non-owning view of an array of matrices, stored in an efficient batched format. More... | |