batmat main
Batched linear algebra routines
Loading...
Searching...
No Matches
batmat::types::DTypeVectorLength< T, VL > Struct Template Reference

#include <batmat/dtypes.hpp>

Detailed Description

template<class T, index_t VL>
struct batmat::types::DTypeVectorLength< T, VL >

Definition at line 74 of file dtypes.hpp.

Public Types

using dtype = T
using vl_t = std::integral_constant<index_t, VL>

Static Public Attributes

static constexpr index_t vl = VL

Member Typedef Documentation

◆ dtype

template<class T, index_t VL>
using batmat::types::DTypeVectorLength< T, VL >::dtype = T

Definition at line 75 of file dtypes.hpp.

◆ vl_t

template<class T, index_t VL>
using batmat::types::DTypeVectorLength< T, VL >::vl_t = std::integral_constant<index_t, VL>

Definition at line 76 of file dtypes.hpp.

Member Data Documentation

◆ vl

template<class T, index_t VL>
index_t batmat::types::DTypeVectorLength< T, VL >::vl = VL
staticconstexpr

Definition at line 77 of file dtypes.hpp.


The documentation for this struct was generated from the following file: