You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The actual run time memory can be several times larger than the size of the maximum tensor.
54
54
There is no constant bound for the factor, an empirical value for it is 3x.
55
-
* For mutable types like [`Polynomial`](@ref) and [`ConfigEnumerater`](@ref), the `sizeof` function does not measure the actual element size.
55
+
* For mutable types like [`Polynomial`](@ref) and [`ConfigEnumerator`](@ref), the `sizeof` function does not measure the actual element size.
56
56
57
57
## GEMM for Tropical numbers
58
58
You can speed up the Tropical number matrix multiplication when computing `SizeMax()` by using the Tropical GEMM routines implemented in package [`TropicalGEMM.jl`](https://github.com/TensorBFS/TropicalGEMM.jl/).
0 commit comments