StrideArrays.jl
  • Home
    • Manual Outline
  • Getting Started
  • Architecture Benchmarks
    • Cascadelake
    • Tigerlake
    • Haswell
  • Random Number Generation
  • Broadcasting
  • Stack Allocation
Version
  • Home
  • Home
Edit on GitHub

StrideArrays.jl

Manual Outline

  • Cascadelake
  • Tigerlake
  • Haswell
  • StrideArrays.@StrideArray
StrideArrays.@StrideArray — Macro
@StrideArray rand(Float32, 3, 4)
@StrideArray randn(3,  4)
@StrideArray rand(7>>1,  4)

Creates a random StrideArray. The default element type is Float64. Dimensions will be statically sized if specified by an integer literal, or if interpolated.

source
Getting Started »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.25 on Saturday 22 July 2023. Using Julia version 1.9.2.