An open API service indexing awesome lists of open source software.

https://github.com/juliaarrays/checkedsizeproduct.jl

A small Julia package for safely calculating the length of an in-memory dense array given its dimensions.
https://github.com/juliaarrays/checkedsizeproduct.jl

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# CheckedSizeProduct

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaarrays.github.io/CheckedSizeProduct.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaarrays.github.io/CheckedSizeProduct.jl/dev/)
[![Build Status](https://github.com/JuliaArrays/CheckedSizeProduct.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaArrays/CheckedSizeProduct.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaArrays/CheckedSizeProduct.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaArrays/CheckedSizeProduct.jl)
[![Package version](https://juliahub.com/docs/General/CheckedSizeProduct/stable/version.svg)](https://juliahub.com/ui/Packages/General/CheckedSizeProduct)
[![Package dependencies](https://juliahub.com/docs/General/CheckedSizeProduct/stable/deps.svg)](https://juliahub.com/ui/Packages/General/CheckedSizeProduct?t=2)
[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/C/CheckedSizeProduct.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/C/CheckedSizeProduct.html)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

Software package for the [Julia](https://julialang.org) programming language to safely calculate the length of an in-memory dense array given its dimensions. See the docs, linked above.

The only public functionality is the exported function `checked_size_product`.