tatami_chunked
Helpers to create custom chunked tatami matrices
Loading...
Searching...
No Matches
tatami_chunked::DenseSlabFactory< Value_ >::Slab Struct Reference

Dense slab. More...

#include <DenseSlabFactory.hpp>

Public Attributes

Value_ * data = NULL
 

Detailed Description

template<typename Value_>
struct tatami_chunked::DenseSlabFactory< Value_ >::Slab

Dense slab.

Member Data Documentation

◆ data

template<typename Value_ >
Value_* tatami_chunked::DenseSlabFactory< Value_ >::Slab::data = NULL

Pointer to a buffer with slab_size addressable data elements (as used in the DenseSlabFactory constructor).


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