Skip to content

Commit 88db99e

Browse files
committed
introduces documentation for dimension
1 parent 5432555 commit 88db99e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ makedocs(
2121
"types.md",
2222
"Algorithms" => ["groebner-bases.md",
2323
"normal-forms.md",
24+
"dimension.md",
2425
"solvers.md"],
2526
"Examples" => "katsura.md"
2627
]

src/algorithms/dimension.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Compute the Krull dimension of a given polynomial ideal `I`.
55
6-
**Note**: This requires a Gröbner basis of `I`.
6+
**Note**: This requires a Gröbner basis of `I`, which is computed internally if not alraedy known.
77
88
# Examples
99
```jldoctest

0 commit comments

Comments
 (0)