| Nbatmat | |
| Ntypes | |
| CTypes | |
| CHead | |
| CHead< Types< T, Ts... > > | |
| CTail | |
| CTail< Types< T, Ts... > > | |
| CConcat | |
| CConcat<> | |
| CConcat< Types< Ts... > > | |
| CConcat< Types< Ts1... >, Types< Ts2... >, Rest... > | |
| CMap | |
| CMap< Func, Types< Ts... > > | |
| CFlatMap | |
| CFlatMap< Func, Types< Ts... > > | |
| CFilter | |
| CFilter< Pred, Types< Ts... > > | |
| CDTypeVectorLength | |
| CVectorLengthIs | |
| CDTypeIs | |
| Nlinalg | |
| Ndetail | |
| Ncopy | |
| CFillConfig | |
| CCopyConfig | |
| Csimdified_view_type | |
| Csimdified_view_type< batmat::matrix::View< T, index_t, S, S, L, O > > | |
| Csimdified_view_type< const batmat::matrix::View< T, index_t, S, S, L, O > > | |
| Csimdified_view_type< guanaqo::MatrixView< T, I, std::integral_constant< I, 1 >, O > > | |
| Csimdified_view_type< const guanaqo::MatrixView< T, I, std::integral_constant< I, 1 >, O > > | |
| Csimdified_view_type< batmat::matrix::Matrix< T, I, S, S, O, A > > | |
| Csimdified_view_type< const batmat::matrix::Matrix< T, I, S, S, O, A > > | |
| Csimdified_multi_view_type | |
| Csimdified_multi_view_type< batmat::matrix::View< T, index_t, S, index_t, L, O > > | |
| Csimdified_multi_view_type< const batmat::matrix::View< T, index_t, S, index_t, L, O > > | |
| Csimdified_multi_view_type< batmat::matrix::Matrix< T, I, S, I, O, A > > | |
| Csimdified_multi_view_type< const batmat::matrix::Matrix< T, I, S, I, O, A > > | |
| Csimdified_value | |
| Csimdified_value< V > | |
| Csimdified_abi | |
| Csimdified_abi< V > | |
| Nflops | |
| CFlopCount | Count of individual floating point operations, broken down by type |
| Nmicro_kernels | |
| Ngemm_diag | |
| CKernelConfig | |
| Ngemm | |
| CKernelConfig | |
| Ngemv | |
| CKernelConfig | |
| Nhyhound | |
| CKernelConfig | |
| Ctriangular_accessor | |
| Npotrf | |
| CKernelConfig | |
| Nsymv | |
| CKernelConfig | |
| Nsyomv | |
| CKernelConfig | |
| Ntrsm | |
| CKernelConfig | |
| Ntrtri | |
| CKernelConfig | |
| Ctrack_zeros_t | |
| CTilingOptions | Packing and tiling options for matrix-matrix multiplication |
| Cwith_shift_A_t | |
| Cwith_rotate_B_t | |
| Cwith_rotate_C_t | |
| Cwith_rotate_D_t | |
| Cwith_mask_D_t | |
| Cwith_rotate_t | |
| Cwith_mask_t | |
| CStructured | Light-weight wrapper class used for overload resolution of triangular and symmetric matrices |
| Cwith_rotate_A_t | |
| Csimd_view_types | |
| Cuview | |
| Cuview_vec | |
| Ccached_uview | |
| Nmatrix | |
| Ndetail | |
| Cdefault_alignment | |
| Cdefault_alignment< T, I, Stride > | |
| Cintegral_value_type | |
| Cintegral_value_type< IntConst > | |
| CDefaultStride | |
| CLayout | Shape and strides describing a batch of matrices, independent of any storage |
| CPlainLayout | |
| CMatrix | Owning array of matrices, stored in an efficient batched format |
| Cuninitialized_t | |
| Caligned_deleter | Deleter for aligned memory allocated with operator new(size, align_val) |
| Caligned_deleter< void, A > | |
| CView | Non-owning view of an array of matrices, stored in an efficient batched format |
| CPlainBatchedMatrixView | POD helper struct to enable designated initializers during construction |
| Clinear_iterator | Iterator over all elements of a view |
| Nops | |
| Ndetail | |
| Cfloating_point_to_int | |
| Cfloating_point_to_int< float > | |
| Cfloating_point_to_int< double > | |
| Cmask_type | |
| Cthread_pool | |
| CSignals | |
| CDefaultTimings | Measures the number of invocations of a specific piece of code and its run time |
| Nguanaqo | |
| CTimed< batmat::DefaultTimings > | RAII class for measuring wall time |