/CheckedSizeProduct.jl

A small Julia package for safely calculating the length of an in-memory dense array given its dimensions.

Primary LanguageJuliaMIT LicenseMIT

CheckedSizeProduct

Build Status Package version Package dependencies PkgEval Aqua

A small Julia package for safely calculating the length of an in-memory dense array given its dimensions.

The only public functionality is:

  • the exported function checked_size_product
  • the type StatusInvalidValue, not exported
  • the type StatusOverflow, not exported