Skip to content

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

License

Notifications You must be signed in to change notification settings

JuliaArrays/CheckedSizeProduct.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages