Skip to content

Commit 00b532d

Browse files
Add files via upload
1 parent 691e70a commit 00b532d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

PacletInfo.wl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
(* ::Package:: *)
2+
3+
PacletObject[<|
4+
"Name" -> "NumOptimizationkit",
5+
"PublisherID" -> "CAI",
6+
"Version" -> "1.0.0",
7+
"Description" -> "Comprehensive numerical optimization and scientific computing toolkit \
8+
for Mathematica, covering unconstrained and constrained optimization, root-finding, \
9+
nonlinear systems, integration, ODE solvers (including stiff methods), 1D/2D PDE solvers, \
10+
dense and sparse linear algebra, eigenanalysis, polynomial and scattered-data interpolation, \
11+
and function approximation.",
12+
"Creator" -> "",
13+
"URL" -> "",
14+
"Extensions" -> {
15+
{"Kernel", "Root" -> ".", "Context" -> "NumOptimizationkit`"},
16+
{"Documentation", Language -> "English"}
17+
}
18+
|>]

0 commit comments

Comments
 (0)