Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
shamalgs::numeric::histogram_result< T > Struct Template Reference
Collaboration diagram for shamalgs::numeric::histogram_result< T >:

Public Attributes

sham::DeviceBuffer< u64counts
sham::DeviceBuffer< T > bins_center
sham::DeviceBuffer< T > bins_width

Detailed Description

template<class T>
struct shamalgs::numeric::histogram_result< T >

Definition at line 90 of file numeric.hpp.

Member Data Documentation

◆ bins_center

template<class T>
sham::DeviceBuffer<T> shamalgs::numeric::histogram_result< T >::bins_center

Definition at line 92 of file numeric.hpp.

◆ bins_width

template<class T>
sham::DeviceBuffer<T> shamalgs::numeric::histogram_result< T >::bins_width

Definition at line 93 of file numeric.hpp.

◆ counts

Definition at line 91 of file numeric.hpp.


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