BitBasis.jl
BitBasis.jl copied to clipboard
Types and operations for basis represented by bits in linear algebra.
Results
4
BitBasis.jl issues
Sort by
recently updated
recently updated
newest added
register
39
@JuliaRegistrator register()
When explicitly stating the type parameter `N` of a `DitStr` it is possible to form a malformed `DitStr` where `Int(dit_str) > D^N - 1`. See the following example: ```julia using...
The parametric type should not results in performance regression comparing to a less parameteric type, which is strange. Need to investigate #7.
enhancement