sleipnirgroup-jormungandr 0.0.1.dev461__cp311-cp311-macosx_14_0_universal2.whl → 0.0.1.dev462__cp311-cp311-macosx_14_0_universal2.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jormungandr/_jormungandr.cpython-311-darwin.so +0 -0
- jormungandr/cpp/docstrings.hpp +0 -40
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev462.dist-info}/METADATA +1 -1
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev462.dist-info}/RECORD +7 -7
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev462.dist-info}/LICENSE.txt +0 -0
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev462.dist-info}/WHEEL +0 -0
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev462.dist-info}/entry_points.txt +0 -0
Binary file
|
jormungandr/cpp/docstrings.hpp
CHANGED
@@ -144,22 +144,10 @@ derivatives in them.
|
|
144
144
|
Returns:
|
145
145
|
The gradient as a VariableMatrix.)doc";
|
146
146
|
|
147
|
-
static const char *__doc_slp_Gradient_get_profilers =
|
148
|
-
R"doc(Returns the profiler.
|
149
|
-
|
150
|
-
Returns:
|
151
|
-
The profiler.)doc";
|
152
|
-
|
153
147
|
static const char *__doc_slp_Gradient_m_g = R"doc()doc";
|
154
148
|
|
155
149
|
static const char *__doc_slp_Gradient_m_jacobian = R"doc()doc";
|
156
150
|
|
157
|
-
static const char *__doc_slp_Gradient_set_profiler_name =
|
158
|
-
R"doc(Sets main profiler name.
|
159
|
-
|
160
|
-
Parameter ``name``:
|
161
|
-
Main profiler name.)doc";
|
162
|
-
|
163
151
|
static const char *__doc_slp_Gradient_value =
|
164
152
|
R"doc(Evaluates the gradient at wrt's value.
|
165
153
|
|
@@ -199,12 +187,6 @@ derivatives in them.
|
|
199
187
|
Returns:
|
200
188
|
The Hessian as a VariableMatrix.)doc";
|
201
189
|
|
202
|
-
static const char *__doc_slp_Hessian_get_profilers =
|
203
|
-
R"doc(Returns the profilers.
|
204
|
-
|
205
|
-
Returns:
|
206
|
-
The profilers.)doc";
|
207
|
-
|
208
190
|
static const char *__doc_slp_Hessian_m_H = R"doc()doc";
|
209
191
|
|
210
192
|
static const char *__doc_slp_Hessian_m_cached_triplets = R"doc()doc";
|
@@ -213,18 +195,10 @@ static const char *__doc_slp_Hessian_m_graphs = R"doc()doc";
|
|
213
195
|
|
214
196
|
static const char *__doc_slp_Hessian_m_nonlinear_rows = R"doc()doc";
|
215
197
|
|
216
|
-
static const char *__doc_slp_Hessian_m_profilers = R"doc()doc";
|
217
|
-
|
218
198
|
static const char *__doc_slp_Hessian_m_variables = R"doc()doc";
|
219
199
|
|
220
200
|
static const char *__doc_slp_Hessian_m_wrt = R"doc()doc";
|
221
201
|
|
222
|
-
static const char *__doc_slp_Hessian_set_profiler_name =
|
223
|
-
R"doc(Sets main profiler name.
|
224
|
-
|
225
|
-
Parameter ``name``:
|
226
|
-
Main profiler name.)doc";
|
227
|
-
|
228
202
|
static const char *__doc_slp_Hessian_value =
|
229
203
|
R"doc(Evaluates the Hessian at wrt's value.
|
230
204
|
|
@@ -374,12 +348,6 @@ derivatives in them.
|
|
374
348
|
Returns:
|
375
349
|
The Jacobian as a VariableMatrix.)doc";
|
376
350
|
|
377
|
-
static const char *__doc_slp_Jacobian_get_profilers =
|
378
|
-
R"doc(Returns the profilers.
|
379
|
-
|
380
|
-
Returns:
|
381
|
-
The profilers.)doc";
|
382
|
-
|
383
351
|
static const char *__doc_slp_Jacobian_m_J = R"doc()doc";
|
384
352
|
|
385
353
|
static const char *__doc_slp_Jacobian_m_cached_triplets = R"doc()doc";
|
@@ -388,18 +356,10 @@ static const char *__doc_slp_Jacobian_m_graphs = R"doc()doc";
|
|
388
356
|
|
389
357
|
static const char *__doc_slp_Jacobian_m_nonlinear_rows = R"doc()doc";
|
390
358
|
|
391
|
-
static const char *__doc_slp_Jacobian_m_profilers = R"doc()doc";
|
392
|
-
|
393
359
|
static const char *__doc_slp_Jacobian_m_variables = R"doc()doc";
|
394
360
|
|
395
361
|
static const char *__doc_slp_Jacobian_m_wrt = R"doc()doc";
|
396
362
|
|
397
|
-
static const char *__doc_slp_Jacobian_set_profiler_name =
|
398
|
-
R"doc(Sets main profiler name.
|
399
|
-
|
400
|
-
Parameter ``name``:
|
401
|
-
Main profiler name.)doc";
|
402
|
-
|
403
363
|
static const char *__doc_slp_Jacobian_value =
|
404
364
|
R"doc(Evaluates the Jacobian at wrt's value.
|
405
365
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sleipnirgroup-jormungandr
|
3
|
-
Version: 0.0.1.
|
3
|
+
Version: 0.0.1.dev462
|
4
4
|
Summary: A linearity-exploiting sparse nonlinear constrained optimization problem solver that uses the interior-point method.
|
5
5
|
License: Copyright (c) Sleipnir contributors
|
6
6
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
jormungandr/__init__.py,sha256=0MOh1_NCDMO8wCiUOsvXRsfdKd5PesipWIi4G9leEV0,154
|
2
2
|
jormungandr/__init__.pyi,sha256=pwQ9tOAXG2iEGd6i9QIBnON0ynPHIdcHf9aoNCcmGR0,101
|
3
|
-
jormungandr/_jormungandr.cpython-311-darwin.so,sha256=
|
3
|
+
jormungandr/_jormungandr.cpython-311-darwin.so,sha256=VdSS3NlPR0kmMlSfVrsaJFcTFqvpXzcuiUGKpBC4kmg,2116192
|
4
4
|
jormungandr/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
jormungandr/autodiff/__init__.py,sha256=I2e8ciE5IppQ72nNCepqHz6yIZHUlLXMk54AfvJirwc,1416
|
6
6
|
jormungandr/autodiff/__init__.pyi,sha256=vUsbibOahtnNqOuC0rYjRWufZeq-99GeO1bC73E0ozA,62206
|
7
7
|
jormungandr/control/__init__.py,sha256=Gd7IGIh8mTsW5cjWwHxHpd1nhcjMIdbOqrAs7cvLUVY,37
|
8
8
|
jormungandr/cpp/binders.hpp,sha256=X1_f22P4m-wvT91xO4-iJNWiR1uDxgNAMqC91LN_-AQ,1638
|
9
|
-
jormungandr/cpp/docstrings.hpp,sha256=
|
9
|
+
jormungandr/cpp/docstrings.hpp,sha256=2BZ0HMuTO33cBKonXQ0SR23WYBlkvjcitzbveqKxKjM,101303
|
10
10
|
jormungandr/cpp/main.cpp,sha256=ctz6_8909dfurpEXifglIooC5NNvj7E6mGbCfBUvYMQ,3333
|
11
11
|
jormungandr/cpp/try_cast.hpp,sha256=9fWt3z0NRNIXzBv020sD5ffDvyJomTjnSoS2RwZOdwM,1286
|
12
12
|
jormungandr/optimization/__init__.py,sha256=xYtHMhKtD4vQdi_XwGIUek8w8RIaqIA8gBgLYmv1SkE,1281
|
@@ -48,8 +48,8 @@ jormungandr/test/optimization/quadratic_problem_test.py,sha256=oF1WIeY1aHrODMN2q
|
|
48
48
|
jormungandr/test/optimization/trivial_problem_test.py,sha256=Hox6MlGCi0sJwm3dqJGxLtpZODEXclnPVRtDHVnnvqg,1473
|
49
49
|
jormungandr/cpp/optimization/solver/bind_exit_status.cpp,sha256=ut9osJieWERaqLM67S1DH5qqRBGCktDa2Lrd9o9svv0,1440
|
50
50
|
jormungandr/cpp/optimization/solver/bind_iteration_info.cpp,sha256=o5BvqW6BkZb4FlTx_ZTN6yVOFhEecLfRQeuGqty1DoU,1091
|
51
|
-
sleipnirgroup_jormungandr-0.0.1.
|
52
|
-
sleipnirgroup_jormungandr-0.0.1.
|
53
|
-
sleipnirgroup_jormungandr-0.0.1.
|
54
|
-
sleipnirgroup_jormungandr-0.0.1.
|
55
|
-
sleipnirgroup_jormungandr-0.0.1.
|
51
|
+
sleipnirgroup_jormungandr-0.0.1.dev462.dist-info/LICENSE.txt,sha256=GO2ESyxbSNqb8hIL18kdV__AfVOlBY3CRXgXLxGamp0,1465
|
52
|
+
sleipnirgroup_jormungandr-0.0.1.dev462.dist-info/METADATA,sha256=r2vCxcFsKZgynBkE5NYpIBfFJ90eqP7q4z7JSYxWSs0,12411
|
53
|
+
sleipnirgroup_jormungandr-0.0.1.dev462.dist-info/WHEEL,sha256=L5mFcq-MI6oMM_gjD9c1i9M3p0UEv6Q-Ybi6QEzy-zk,106
|
54
|
+
sleipnirgroup_jormungandr-0.0.1.dev462.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
|
+
sleipnirgroup_jormungandr-0.0.1.dev462.dist-info/RECORD,,
|
File without changes
|
File without changes
|