Skip to content

Commit a1e3981

Browse files
committedFeb 13, 2022
fix a performance tip ref
·
v4.0.1v0.2.1
1 parent 3f41432 commit a1e3981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/src/performancetips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ julia> sizeof(TruncatedPoly{5,Float64,Float64})
5252
!!! note
5353
* The actual run time memory can be several times larger than the size of the maximum tensor.
5454
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.
5656

5757
## GEMM for Tropical numbers
5858
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

Comments
 (0)
Please sign in to comment.