Contents Menu Expand Light mode Dark mode Auto light/dark mode
LibRapid If you like LibRapid, please consider a small donation support its development! Please consider donating!
LibRapid Docs
Light Logo Dark Logo
  • Getting Started
  • CMake Integration
  • API Reference
    • Usage Examples
      • Iterating Over Arrays
    • Arrays, Matrices and Linear Algebra
      • Linear Algebra
        • Level 1
        • Level 2
          • GEMV
        • Level 3
          • GEMM
      • Array Listing
      • From Data
      • Pseudoconstructors
      • Array View
      • Array Operations
      • Size Type
      • Stride Tools
      • Storage
      • OpenCL Storage
      • CUDA Storage
    • Vectors
      • Vector Listing
    • Complex Numbers
      • Documentation
      • Examples
      • Implementation Details
    • Mathematics
    • Multi-Precision Arithmetic
      • Multi-Precision Listing
  • Tutorials
  • Performance and Benchmarks
  • Caution
Back to top
Edit this page

Typedef librapid::typetraits::DescriptorType_t#

  • Defined in File operations.hpp

Typedef Documentation#

template<typename ...Args>
using librapid::typetraits::DescriptorType_t = typename DescriptorType<Args...>::Type#

A simplification of the DescriptorType to reduce code size

See also

DescriptorType

Template Parameters

Args – Input types

Copyright © 2023, Toby Davis
Made with Sphinx and @pradyunsg's Furo
On this page
  • Typedef librapid::typetraits::DescriptorType_t
    • Typedef Documentation