math-library
Here are 145 public repositories matching this topic...
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Jun 10, 2020 - C
Raising scalars and vectors to integer powers is very common (e.g. llvm.powi), so I think the following APIs would be very useful:
- double Sleef_ipow_u10(double x, int32_t y);
- __m128d Sleef_ipowd2_u10(__m128d x, int32_t y);
- __m256d Sleef_ipowd4_u10(__m256d x, int32_t y);
- __m512d Sleef_ipowd8_u10(__m512d x, int32_t y);
- floa
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Mar 20, 2018 - C++
-
Updated
Jan 25, 2020 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Jun 12, 2020 - Kotlin
I tried to use the original glm documentation. But since there is about 95% missing in PyGLM, it's not a well working approach. So while I think this is a good project, it's not an option if you have the desire to get something done.
This week I updated a lot of the community docs/pages. I need to update the readme and the docs site with clear links to the new items
-
Ensure the code of conduct (CoC) is clearly linked and discussed in the readme
-
Ensure the CoC is included and discussed in the doc site
-
Misc. other doc tweaks as necessary
-
Updated
Feb 28, 2019 - C#
-
Updated
Nov 11, 2019 - JavaScript
When attempting to draw a simple spline I get the message:
WARNING:root:unhandled entity type SPLINE
Circle and lines are normally plotted.
Line used: Drawing("C:/Users/User1/Desktop/Draw1.DXF").
--- Want to back this issue? **[Post a-
Updated
May 24, 2020 - C
-
Updated
Apr 24, 2020 - Swift
-
Updated
Sep 9, 2019 - C#
-
Updated
Jun 30, 2020 - Python
-
Updated
Jan 31, 2020 - C
-
Updated
Jun 21, 2017 - Python
-
Updated
Jun 9, 2020 - C++
-
Updated
Dec 31, 2018 - Java
-
Updated
Dec 30, 2018 - PHP
-
Updated
Feb 8, 2020 - C
-
Updated
Aug 30, 2017 - PHP
-
Updated
Jun 30, 2020 - Python
-
Updated
Jun 18, 2020 - C++
-
Updated
Jun 23, 2020 - Java
Improve this page
Add a description, image, and links to the math-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the math-library topic, visit your repo's landing page and select "manage topics."
Description
We successfully moved our project from Tao to OpenTk a few years ago. Now we have an big issue in a multi terminal setup. 3D graphics is not properly drawn and the API concerning textures and lists behaves incorrect.
Our client workstation contains 2 NVIDA graphic cards (Quadro FX NVS 810/PCIe/SSE2) with 8 output ports each. Currently, 12 monitors are connected.
When we sta