Skip to content

Commit fca4501

Browse files
authored
Add Punctuation
1 parent 50f1660 commit fca4501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PaduaTransform.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# lex indicates if its lexigraphical (i.e., x, y) or reverse (y, x)
33
# If in lexigraphical order the coefficient vector's entries
4-
# corrrespond to the following basis polynomials
4+
# corrrespond to the following basis polynomials:
55
# [T0(x) * T0(y), T1(x) * T0(y), T0(x) * T1(y), T2(x) * T0(y), T1(x) * T1(y), T0(x) * T2(y), ...]
6-
# else if not in lexigraphical order
6+
# else, if not in lexigraphical order:
77
# [T0(x) * T0(y), T0(x) * T1(y), T1(x) * T0(y), T0(x) * T2(y), T1(x) * T1(y), T2(x) * T0(y), ...]
88
"""
99
Pre-plan an Inverse Padua Transform.

0 commit comments

Comments
 (0)