symengine 0.14.0__cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.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.
Files changed (46) hide show
  1. symengine/lib/pywrapper.h +220 -0
  2. symengine/lib/symengine.pxd +955 -0
  3. symengine/lib/symengine_wrapper.cpython-310-x86_64-linux-gnu.so +0 -0
  4. symengine/lib/symengine_wrapper.pxd +83 -0
  5. symengine-0.14.0.data/purelib/symengine/__init__.py +79 -0
  6. symengine-0.14.0.data/purelib/symengine/functions.py +10 -0
  7. symengine-0.14.0.data/purelib/symengine/lib/__init__.py +0 -0
  8. symengine-0.14.0.data/purelib/symengine/printing.py +33 -0
  9. symengine-0.14.0.data/purelib/symengine/sympy_compat.py +4 -0
  10. symengine-0.14.0.data/purelib/symengine/test_utilities.py +95 -0
  11. symengine-0.14.0.data/purelib/symengine/tests/__init__.py +0 -0
  12. symengine-0.14.0.data/purelib/symengine/tests/test_arit.py +261 -0
  13. symengine-0.14.0.data/purelib/symengine/tests/test_cse.py +17 -0
  14. symengine-0.14.0.data/purelib/symengine/tests/test_dict_basic.py +28 -0
  15. symengine-0.14.0.data/purelib/symengine/tests/test_eval.py +67 -0
  16. symengine-0.14.0.data/purelib/symengine/tests/test_expr.py +28 -0
  17. symengine-0.14.0.data/purelib/symengine/tests/test_functions.py +432 -0
  18. symengine-0.14.0.data/purelib/symengine/tests/test_lambdify.py +863 -0
  19. symengine-0.14.0.data/purelib/symengine/tests/test_logic.py +124 -0
  20. symengine-0.14.0.data/purelib/symengine/tests/test_matrices.py +757 -0
  21. symengine-0.14.0.data/purelib/symengine/tests/test_ntheory.py +254 -0
  22. symengine-0.14.0.data/purelib/symengine/tests/test_number.py +186 -0
  23. symengine-0.14.0.data/purelib/symengine/tests/test_pickling.py +59 -0
  24. symengine-0.14.0.data/purelib/symengine/tests/test_printing.py +38 -0
  25. symengine-0.14.0.data/purelib/symengine/tests/test_sage.py +175 -0
  26. symengine-0.14.0.data/purelib/symengine/tests/test_series_expansion.py +22 -0
  27. symengine-0.14.0.data/purelib/symengine/tests/test_sets.py +118 -0
  28. symengine-0.14.0.data/purelib/symengine/tests/test_solve.py +25 -0
  29. symengine-0.14.0.data/purelib/symengine/tests/test_subs.py +82 -0
  30. symengine-0.14.0.data/purelib/symengine/tests/test_symbol.py +179 -0
  31. symengine-0.14.0.data/purelib/symengine/tests/test_sympify.py +63 -0
  32. symengine-0.14.0.data/purelib/symengine/tests/test_sympy_compat.py +200 -0
  33. symengine-0.14.0.data/purelib/symengine/tests/test_sympy_conv.py +835 -0
  34. symengine-0.14.0.data/purelib/symengine/tests/test_var.py +68 -0
  35. symengine-0.14.0.data/purelib/symengine/utilities.py +280 -0
  36. symengine-0.14.0.dist-info/AUTHORS +40 -0
  37. symengine-0.14.0.dist-info/LICENSE +431 -0
  38. symengine-0.14.0.dist-info/METADATA +39 -0
  39. symengine-0.14.0.dist-info/RECORD +46 -0
  40. symengine-0.14.0.dist-info/WHEEL +6 -0
  41. symengine-0.14.0.dist-info/top_level.txt +1 -0
  42. symengine.libs/libflint-0b80cc24.so.19.0.0 +0 -0
  43. symengine.libs/libgmp-42d12c2b.so.10.5.0 +0 -0
  44. symengine.libs/libmpc-9408b0d6.so.3.3.1 +0 -0
  45. symengine.libs/libmpfr-b62f4d19.so.6.2.1 +0 -0
  46. symengine.libs/libzstd-0f56e521.so.1.5.6 +0 -0
@@ -0,0 +1,431 @@
1
+ Copyright (c) 2013-2015 SymPy Development Team
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
20
+
21
+ =================================GMP======================================
22
+
23
+ Copyright 1991, 1996, 1999, 2000, 2007 Free Software Foundation, Inc.
24
+
25
+ This file is part of the GNU MP Library.
26
+
27
+ The GNU MP Library is free software; you can redistribute it and/or modify
28
+ it under the terms of either:
29
+
30
+ * the GNU Lesser General Public License as published by the Free
31
+ Software Foundation; either version 3 of the License, or (at your
32
+ option) any later version.
33
+
34
+ or
35
+
36
+ * the GNU General Public License as published by the Free Software
37
+ Foundation; either version 2 of the License, or (at your option) any
38
+ later version.
39
+
40
+ or both in parallel
41
+
42
+ ================================MPFR======================================
43
+
44
+ Copyright 2000-2020 Free Software Foundation, Inc.
45
+ Contributed by the AriC and Caramba projects, INRIA.
46
+
47
+ This file is part of the GNU MPFR Library.
48
+
49
+ The GNU MPFR Library is free software; you can redistribute it and/or modify
50
+ it under the terms of the GNU Lesser General Public License as published by
51
+ the Free Software Foundation; either version 3 of the License, or (at your
52
+ option) any later version.
53
+
54
+ The GNU MPFR Library is distributed in the hope that it will be useful, but
55
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
56
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
57
+ License for more details.
58
+
59
+ You should have received a copy of the GNU Lesser General Public License
60
+ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
61
+ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
62
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
63
+
64
+ ===============================MPC=========================================
65
+
66
+ Copyright (C) INRIA 2003, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2018, 2020
67
+
68
+ Copying and distribution of this file, with or without modification,
69
+ are permitted in any medium without royalty provided the copyright
70
+ notice and this notice are preserved. This file is offered as-is,
71
+ without any warranty.
72
+
73
+
74
+ GNU MPC is a complex floating-point library with exact rounding.
75
+ It is based on the GNU MPFR floating-point library (http://www.mpfr.org/),
76
+ which is itself based on the GNU MP library (http://gmplib.org/).
77
+
78
+ ==============================FLINT2============================================
79
+
80
+ FLINT (Fast Library for Number Theory) is a C library in support of computations
81
+ in number theory. It's also a research project into algorithms in number theory.
82
+
83
+ FLINT is distributed under LGPL (GNU Lesser General Public License) version 3 or
84
+ later. See the COPYING.LESSER and COPYING files.
85
+
86
+ ===============================LLVM============================================
87
+
88
+ The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
89
+
90
+ ==============================SYMENGINE========================================
91
+
92
+ Copyright (c) 2013-2017 SymEngine Development Team
93
+
94
+ Permission is hereby granted, free of charge, to any person obtaining a copy
95
+ of this software and associated documentation files (the "Software"), to deal
96
+ in the Software without restriction, including without limitation the rights
97
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
98
+ copies of the Software, and to permit persons to whom the Software is
99
+ furnished to do so, subject to the following conditions:
100
+
101
+ The above copyright notice and this permission notice shall be included in
102
+ all copies or substantial portions of the Software.
103
+
104
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
105
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
106
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
107
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
108
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
109
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
110
+ THE SOFTWARE.
111
+
112
+ -------------------------------------------------------------------------------
113
+
114
+ All files in symengine/utilities/teuchos were taken from the Trilinos package
115
+ and are licensed under the modified BSD license:
116
+
117
+ Teuchos: Common Tools Package
118
+ Copyright (2004) Sandia Corporation
119
+
120
+ Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
121
+ license for use of this work by or on behalf of the U.S. Government.
122
+
123
+ Redistribution and use in source and binary forms, with or without
124
+ modification, are permitted provided that the following conditions are
125
+ met:
126
+
127
+ 1. Redistributions of source code must retain the above copyright
128
+ notice, this list of conditions and the following disclaimer.
129
+
130
+ 2. Redistributions in binary form must reproduce the above copyright
131
+ notice, this list of conditions and the following disclaimer in the
132
+ documentation and/or other materials provided with the distribution.
133
+
134
+ 3. Neither the name of the Corporation nor the names of the
135
+ contributors may be used to endorse or promote products derived from
136
+ this software without specific prior written permission.
137
+
138
+ THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
139
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
140
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
141
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
142
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
143
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
144
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
145
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
146
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
147
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
148
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
149
+
150
+ Questions? Contact Michael A. Heroux (maherou@sandia.gov)
151
+
152
+ -------------------------------------------------------------------------------
153
+
154
+ Code in symengine/sparse_matrix.cpp is a port from scipy sparse matrix module
155
+ and licensed under the modified BSD license:
156
+
157
+ Copyright (c) 2001, 2002 Enthought, Inc.
158
+ All rights reserved.
159
+
160
+ Copyright (c) 2003-2012 SciPy Developers.
161
+ All rights reserved.
162
+
163
+ Redistribution and use in source and binary forms, with or without
164
+ modification, are permitted provided that the following conditions are met:
165
+
166
+ a. Redistributions of source code must retain the above copyright notice,
167
+ this list of conditions and the following disclaimer.
168
+ b. Redistributions in binary form must reproduce the above copyright
169
+ notice, this list of conditions and the following disclaimer in the
170
+ documentation and/or other materials provided with the distribution.
171
+ c. Neither the name of Enthought nor the names of the SciPy Developers
172
+ may be used to endorse or promote products derived from this software
173
+ without specific prior written permission.
174
+
175
+
176
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
177
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
178
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
179
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS
180
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
181
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
182
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
183
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
184
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
185
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
186
+ THE POSSIBILITY OF SUCH DAMAGE.
187
+
188
+ -------------------------------------------------------------------------------
189
+ Code in symengine/symengine_casts.h is licensed under the modified BSD license:
190
+
191
+ Protocol Buffers - Google's data interchange format
192
+ Copyright 2014 Google Inc. All rights reserved.
193
+ https://developers.google.com/protocol-buffers/
194
+
195
+ Redistribution and use in source and binary forms, with or without
196
+ modification, are permitted provided that the following conditions are
197
+ met:
198
+
199
+ * Redistributions of source code must retain the above copyright
200
+ notice, this list of conditions and the following disclaimer.
201
+ * Redistributions in binary form must reproduce the above
202
+ copyright notice, this list of conditions and the following disclaimer
203
+ in the documentation and/or other materials provided with the
204
+ distribution.
205
+ * Neither the name of Google Inc. nor the names of its
206
+ contributors may be used to endorse or promote products derived from
207
+ this software without specific prior written permission.
208
+
209
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
210
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
211
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
212
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
213
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
214
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
215
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
216
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
217
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
218
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
219
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
220
+
221
+ ---------------------------------------------------------------------------------
222
+ Code in symengine/utilities/matchpycpp is licensed under this additional license:
223
+
224
+ MIT License
225
+
226
+ Copyright (c) 2016 Manuel Krebber
227
+
228
+ Permission is hereby granted, free of charge, to any person obtaining a copy
229
+ of this software and associated documentation files (the "Software"), to deal
230
+ in the Software without restriction, including without limitation the rights
231
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
232
+ copies of the Software, and to permit persons to whom the Software is
233
+ furnished to do so, subject to the following conditions:
234
+
235
+ The above copyright notice and this permission notice shall be included in all
236
+ copies or substantial portions of the Software.
237
+
238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
239
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
240
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
241
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
242
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
243
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
244
+ SOFTWARE.
245
+
246
+ ---------------------------------------------------------------------------------
247
+ Code in symengine/parser/parser.tab.hh and symengine/parser/parser.tab.cc
248
+ are licensed under the following modified GPL license. The special exception
249
+ allows redistribution under the terms (BSD license) for SymEngine library.
250
+
251
+ A Bison parser, made by GNU Bison 3.0.4.
252
+
253
+ Bison interface for Yacc-like parsers in C
254
+
255
+ Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
256
+
257
+ This program is free software: you can redistribute it and/or modify
258
+ it under the terms of the GNU General Public License as published by
259
+ the Free Software Foundation, either version 3 of the License, or
260
+ (at your option) any later version.
261
+
262
+ This program is distributed in the hope that it will be useful,
263
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
264
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
265
+ GNU General Public License for more details.
266
+
267
+ You should have received a copy of the GNU General Public License
268
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
269
+
270
+ As a special exception, you may create a larger work that contains
271
+ part or all of the Bison parser skeleton and distribute that work
272
+ under terms of your choice, so long as that work isn't itself a
273
+ parser generator using the skeleton or a modified version thereof
274
+ as a parser skeleton. Alternatively, if you modify or redistribute
275
+ the parser skeleton itself, you may (at your option) remove this
276
+ special exception, which will cause the skeleton and the resulting
277
+ Bison output files to be licensed under the GNU General Public
278
+ License without this special exception.
279
+
280
+ This special exception was added by the Free Software Foundation in
281
+ version 2.2 of Bison.
282
+
283
+ C LALR(1) parser skeleton written by Richard Stallman, by
284
+ simplifying the original so-called "semantic" parser.
285
+
286
+ ---------------------------------------------------------------------------------
287
+ Code in cmake/cotire.cmake is licensed under this additional license:
288
+
289
+ - cotire (compile time reducer)
290
+
291
+ See the cotire manual for usage hints.
292
+
293
+ Copyright 2012-2016 Sascha Kratky
294
+
295
+ Permission is hereby granted, free of charge, to any person
296
+ obtaining a copy of this software and associated documentation
297
+ files (the "Software"), to deal in the Software without
298
+ restriction, including without limitation the rights to use,
299
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
300
+ copies of the Software, and to permit persons to whom the
301
+ Software is furnished to do so, subject to the following
302
+ conditions:
303
+
304
+ The above copyright notice and this permission notice shall be
305
+ included in all copies or substantial portions of the Software.
306
+
307
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
308
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
309
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
310
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
311
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
312
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
313
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
314
+ OTHER DEALINGS IN THE SOFTWARE.
315
+
316
+ =============================WINPTHREADS================================
317
+
318
+ Copyright (c) 2011 mingw-w64 project
319
+
320
+ Permission is hereby granted, free of charge, to any person obtaining a
321
+ copy of this software and associated documentation files (the "Software"),
322
+ to deal in the Software without restriction, including without limitation
323
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
324
+ and/or sell copies of the Software, and to permit persons to whom the
325
+ Software is furnished to do so, subject to the following conditions:
326
+
327
+ The above copyright notice and this permission notice shall be included in
328
+ all copies or substantial portions of the Software.
329
+
330
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
331
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
332
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
333
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
334
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
335
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
336
+ DEALINGS IN THE SOFTWARE.
337
+
338
+
339
+ /*
340
+ * Parts of this library are derived by:
341
+ *
342
+ * Posix Threads library for Microsoft Windows
343
+ *
344
+ * Use at own risk, there is no implied warranty to this code.
345
+ * It uses undocumented features of Microsoft Windows that can change
346
+ * at any time in the future.
347
+ *
348
+ * (C) 2010 Lockless Inc.
349
+ * All rights reserved.
350
+ *
351
+ * Redistribution and use in source and binary forms, with or without modification,
352
+ * are permitted provided that the following conditions are met:
353
+ *
354
+ *
355
+ * * Redistributions of source code must retain the above copyright notice,
356
+ * this list of conditions and the following disclaimer.
357
+ * * Redistributions in binary form must reproduce the above copyright notice,
358
+ * this list of conditions and the following disclaimer in the documentation
359
+ * and/or other materials provided with the distribution.
360
+ * * Neither the name of Lockless Inc. nor the names of its contributors may be
361
+ * used to endorse or promote products derived from this software without
362
+ * specific prior written permission.
363
+ *
364
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AN
365
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
366
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
367
+ * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
368
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
369
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
370
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
371
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
372
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
373
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
374
+ */
375
+ =============================ZSTD====================================
376
+
377
+ BSD License
378
+
379
+ For Zstandard software
380
+
381
+ Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
382
+
383
+ Redistribution and use in source and binary forms, with or without modification,
384
+ are permitted provided that the following conditions are met:
385
+
386
+ * Redistributions of source code must retain the above copyright notice, this
387
+ list of conditions and the following disclaimer.
388
+
389
+ * Redistributions in binary form must reproduce the above copyright notice,
390
+ this list of conditions and the following disclaimer in the documentation
391
+ and/or other materials provided with the distribution.
392
+
393
+ * Neither the name Facebook, nor Meta, nor the names of its contributors may
394
+ be used to endorse or promote products derived from this software without
395
+ specific prior written permission.
396
+
397
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
398
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
399
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
400
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
401
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
402
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
403
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
404
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
405
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
406
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
407
+
408
+ =============================ZLIB====================================
409
+
410
+ Copyright notice:
411
+
412
+ (C) 1995-2024 Jean-loup Gailly and Mark Adler
413
+
414
+ This software is provided 'as-is', without any express or implied
415
+ warranty. In no event will the authors be held liable for any damages
416
+ arising from the use of this software.
417
+
418
+ Permission is granted to anyone to use this software for any purpose,
419
+ including commercial applications, and to alter it and redistribute it
420
+ freely, subject to the following restrictions:
421
+
422
+ 1. The origin of this software must not be misrepresented; you must not
423
+ claim that you wrote the original software. If you use this software
424
+ in a product, an acknowledgment in the product documentation would be
425
+ appreciated but is not required.
426
+ 2. Altered source versions must be plainly marked as such, and must not be
427
+ misrepresented as being the original software.
428
+ 3. This notice may not be removed or altered from any source distribution.
429
+
430
+ Jean-loup Gailly Mark Adler
431
+ jloup@gzip.org madler@alumni.caltech.edu
@@ -0,0 +1,39 @@
1
+ Metadata-Version: 2.2
2
+ Name: symengine
3
+ Version: 0.14.0
4
+ Summary: Python library providing wrappers to SymEngine
5
+ Home-page: https://github.com/symengine/symengine.py
6
+ Author: SymEngine development team
7
+ Author-email: symengine@googlegroups.com
8
+ License: MIT
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: Programming Language :: Python
12
+ Classifier: Topic :: Scientific/Engineering
13
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
14
+ Classifier: Topic :: Scientific/Engineering :: Physics
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Requires-Python: >=3.8,<4
21
+ License-File: LICENSE
22
+ License-File: AUTHORS
23
+ Dynamic: author
24
+ Dynamic: author-email
25
+ Dynamic: classifier
26
+ Dynamic: description
27
+ Dynamic: home-page
28
+ Dynamic: license
29
+ Dynamic: requires-python
30
+ Dynamic: summary
31
+
32
+
33
+ SymEngine is a standalone fast C++ symbolic manipulation library.
34
+ Optional thin Python wrappers (SymEngine) allow easy usage from Python and
35
+ integration with SymPy and Sage.
36
+
37
+ See https://github.com/symengine/symengine.py for information about License
38
+ and dependencies of wheels
39
+
@@ -0,0 +1,46 @@
1
+ symengine/lib/pywrapper.h,sha256=5FeCXvth1dlnftGzPNYvSiUTcEl0eXCutJOZ5QgdVbg,8503
2
+ symengine/lib/symengine.pxd,sha256=OroamiaClbihMgQK1QVAHeFMyfSW6TynaugoYWhhLAw,44619
3
+ symengine/lib/symengine_wrapper.cpython-310-x86_64-linux-gnu.so,sha256=Z5g1F4b7CcIKUOaN1OkOJP-g-EMYQ2EEKWjAoqmtynU,57122185
4
+ symengine/lib/symengine_wrapper.pxd,sha256=tyR6XjwXckcZqWjGk8iibwZNm6YhtqIU4BLwqKdJbHs,3313
5
+ symengine-0.14.0.data/purelib/symengine/__init__.py,sha256=43Cn0qJhYFCqDIPtHffL4Vs0ee3HX59cLFWK4m9RExU,2403
6
+ symengine-0.14.0.data/purelib/symengine/functions.py,sha256=LNfGb-yI6aXo9BszdmJWfFjZhQFCSYF44fXGMDhLwb8,425
7
+ symengine-0.14.0.data/purelib/symengine/printing.py,sha256=BKOTrj3voT6enkYZYvimM32ibVcBdLNVF4eIgIjHHW8,1115
8
+ symengine-0.14.0.data/purelib/symengine/sympy_compat.py,sha256=pmISwghw-gwE3yM-cpJ2gYWyzO43GQrFVAzeDCLeFRM,171
9
+ symengine-0.14.0.data/purelib/symengine/test_utilities.py,sha256=Pk8RHape9EeGatC3nUE5M-IJoL-U3_WHRS6TdRVWg6g,3086
10
+ symengine-0.14.0.data/purelib/symengine/utilities.py,sha256=bn22sbLtKRQVR_G17O4-iO3K7Bo2kOvRZnkjl7IPrR8,9604
11
+ symengine-0.14.0.data/purelib/symengine/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ symengine-0.14.0.data/purelib/symengine/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
+ symengine-0.14.0.data/purelib/symengine/tests/test_arit.py,sha256=VEigtuYdMjyHP04UMIOTtuI1yCKxoeKlGjO43MDZ-9E,5693
14
+ symengine-0.14.0.data/purelib/symengine/tests/test_cse.py,sha256=9SMfCrdQ7ZDoTkbcOk28UhXD2ZDFFbDFiAxOjWM5Ofk,469
15
+ symengine-0.14.0.data/purelib/symengine/tests/test_dict_basic.py,sha256=ger2sexbuua1tAxc3JfXlXGrnG2iRAThxGLc01j3jGc,640
16
+ symengine-0.14.0.data/purelib/symengine/tests/test_eval.py,sha256=xIPgDolURXLoc7qehkYKdr8F4reNz5b-Gy9ptJcTbCc,1743
17
+ symengine-0.14.0.data/purelib/symengine/tests/test_expr.py,sha256=pjkUfuLSXQtAQv110uiF0hJJyw_8i3XXU2A-q51GHl0,1037
18
+ symengine-0.14.0.data/purelib/symengine/tests/test_functions.py,sha256=Ctw1o-I3JV3FFiT8SkFha0qXtm8LpI2hmsY2W5WeoG4,11575
19
+ symengine-0.14.0.data/purelib/symengine/tests/test_lambdify.py,sha256=06jS9ivhHnTlLSHOClU5YO-9zTTHQGomA85D-lauPQo,29318
20
+ symengine-0.14.0.data/purelib/symengine/tests/test_logic.py,sha256=Htbekxw7rQgSShfbcBwZpEi-T7Tb3lZPJ8_kJQWI7as,3546
21
+ symengine-0.14.0.data/purelib/symengine/tests/test_matrices.py,sha256=RH-5dDBkTaM0_krJg2TqFQsM5k6LKK3MCC50gEhX5Ww,20648
22
+ symengine-0.14.0.data/purelib/symengine/tests/test_ntheory.py,sha256=jMjJVc1pomRDOWXRqqhQTHHUE-npOki4KxKMvWg6m1k,6312
23
+ symengine-0.14.0.data/purelib/symengine/tests/test_number.py,sha256=F3WIKwBwfWdyHaY7cu9yOtTm4AaGPO71s256tQih3dA,5041
24
+ symengine-0.14.0.data/purelib/symengine/tests/test_pickling.py,sha256=lkRqJkkmg8Cot9ng2WnoVkVQH_LyeOtqx-SZorqZLj0,1562
25
+ symengine-0.14.0.data/purelib/symengine/tests/test_printing.py,sha256=9_t5rlV1NQUZvolvFKiuuCtpwjS_6hb8FBMXkoGKV-o,1286
26
+ symengine-0.14.0.data/purelib/symengine/tests/test_sage.py,sha256=kp_UzeS6vuIlLIc6f3PnykdBMNVKP8k2lZppsX29aOI,5400
27
+ symengine-0.14.0.data/purelib/symengine/tests/test_series_expansion.py,sha256=GfgoubMmPB30nasMB6t9JR-5uVg3xYOk9oAWDr0DWYY,741
28
+ symengine-0.14.0.data/purelib/symengine/tests/test_sets.py,sha256=QWcZHWlK5pD5SZrF72uhYZjhYXm4fbmV5OzrQwqYeYQ,4177
29
+ symengine-0.14.0.data/purelib/symengine/tests/test_solve.py,sha256=MnAdXm3ZyX09FnQixaMNDG7vqMX-rr46U9UF5BpBZoY,935
30
+ symengine-0.14.0.data/purelib/symengine/tests/test_subs.py,sha256=HlX_iYSSWqJQmSg7x8vRckHgre7Pl8ly6HdbTU-GYTw,1810
31
+ symengine-0.14.0.data/purelib/symengine/tests/test_symbol.py,sha256=5ARwhVtox-fH5kSBgM8JuPbUJK4BJ3HCUo-LiVf39To,5296
32
+ symengine-0.14.0.data/purelib/symengine/tests/test_sympify.py,sha256=yL8JRRdnocswCHQM0S38KDbLB_6VwgZJl3R_HB1M-v4,1868
33
+ symengine-0.14.0.data/purelib/symengine/tests/test_sympy_compat.py,sha256=T24NXeFuStVKvzfZU4HL26RxXkH_2CHCBvdpJsWOd8s,4959
34
+ symengine-0.14.0.data/purelib/symengine/tests/test_sympy_conv.py,sha256=uR_6ThIEyDSq-dbrlE8x52eC3wbdnij0tLbEokLqF04,27637
35
+ symengine-0.14.0.data/purelib/symengine/tests/test_var.py,sha256=q-6R2GVi9AF5eD16jiy_kks2xH4ReUqudZ_S-Zf7O90,1286
36
+ symengine.libs/libflint-0b80cc24.so.19.0.0,sha256=iHwtYlhGcJt9iolvUvZr_rsZn-cIuDtB-vR9xgVx1_8,71742857
37
+ symengine.libs/libgmp-42d12c2b.so.10.5.0,sha256=KYFEA9BCLBNKJ2opUvlBSz0zH-SFJmV9EFV8wjzzqms,796537
38
+ symengine.libs/libmpc-9408b0d6.so.3.3.1,sha256=qO2AAjJrxg1UbGW9rJIiWa9AOe-871OyWMW7L7cUSQE,172377
39
+ symengine.libs/libmpfr-b62f4d19.so.6.2.1,sha256=vC6ddwN3mOIYLZomZClu5IyyDkEfcWh9nXODBpFpjyY,1622945
40
+ symengine.libs/libzstd-0f56e521.so.1.5.6,sha256=4-kvz6r-yRu3GfQeM20WjbqCdjThKirAFjsmPN8TotA,1219849
41
+ symengine-0.14.0.dist-info/AUTHORS,sha256=GskEA4KIU3sZV8i3DHr9wE8t3HJL_mWsSm5RhQ_3HEs,1664
42
+ symengine-0.14.0.dist-info/LICENSE,sha256=-xvtDIH_TwP5gAwjI6rTRHZ2ofLSlrlHhxpjXIsY-NA,20487
43
+ symengine-0.14.0.dist-info/METADATA,sha256=VaKacGJ-UfZ1y74RSbywFXnF2LF01T0_gqhsnIt88Hw,1312
44
+ symengine-0.14.0.dist-info/WHEEL,sha256=ViyZsTV2upbIniGkknQiIrLPLs1cJIoIfr1wsV7PMic,151
45
+ symengine-0.14.0.dist-info/top_level.txt,sha256=ASxf76lo8f1n_6UL_Z5t27oeMUmkRSMzTAtYdzc1ZM8,10
46
+ symengine-0.14.0.dist-info/RECORD,,
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp310-cp310-manylinux_2_17_x86_64
5
+ Tag: cp310-cp310-manylinux2014_x86_64
6
+
@@ -0,0 +1 @@
1
+ symengine
Binary file
Binary file
Binary file
Binary file