Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::FFT< Real >::TensorLayout Struct Reference

Layout descriptor for a flat tensor buffer. More...

#include <fft.H>

Collaboration diagram for Aleph::FFT< Real >::TensorLayout:
[legend]

Public Attributes

Array< size_t > shape
 
Array< size_t > strides
 

Detailed Description

template<std::floating_point Real = double>
struct Aleph::FFT< Real >::TensorLayout

Layout descriptor for a flat tensor buffer.

Definition at line 337 of file fft.H.

Member Data Documentation

◆ shape

template<std::floating_point Real = double>
Array<size_t> Aleph::FFT< Real >::TensorLayout::shape

◆ strides

template<std::floating_point Real = double>
Array<size_t> Aleph::FFT< Real >::TensorLayout::strides

Definition at line 340 of file fft.H.


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