Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
saschatimme committed Sep 25, 2017
1 parent cb850a1 commit 52ef79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/precomputation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
For all exponent matrixes `exponents` find for each variable, i.e. each row, all occuring (unique)
exponents and sort them in ascending order.
Let ``k_i`` be the number of occuring exponents for variable ``i``. Then this returns a
`Matrix` with ``\max_i(k_i)`` columns and number of variables columns.
Each row is filled with the unique occuring exponents ``e_1,…,e_{k_i}`` if ``k_i < \max_i(k_i)``
`Matrix` with ``\\max_i(k_i)`` columns and number of variables columns.
Each row is filled with the unique occuring exponents ``e_1,…,e_{k_i}`` if ``k_i < \\max_i(k_i)``
the rest is filled with zeros.
"""
function unique_exponents(exponents::Vector{Matrix{Int}})
Expand Down

0 comments on commit 52ef79f

Please sign in to comment.