algebra
Here are 648 public repositories matching this topic...
-
Updated
Feb 4, 2022 - TeX
-
Updated
Dec 1, 2021 - PHP
-
Updated
Dec 10, 2021 - Java
-
Updated
Feb 3, 2022 - Elixir
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Apr 1, 2020 - Scala
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Dec 25, 2021 - C++
In PR #4557 we added InstallEarlyMethod and used it to merge FirstOp and First. Something similar should be done for more operations, following the pattern outlined in PR #4557
Here is a partial lists of operations where it may make sense to do so:
- in
coll.gdListOpSumOpProductOpFilteredOpNumberOpForAllOpForAnyOp
- in
list.gd
-
Updated
Aug 17, 2021 - Java
Logo for Interactive
The package I want to suggest the idea to: AngouriMath.Interactive
The current logo includes Jupyter logo which is incorrect (since you can use that pkg in VSC Notebooks or in console etc.).
[Here](https://drive.google.com/file/d/1Y8TwuEjL0-YO2DCE6c_qs8TrhGJES_tL/view?usp=sharing
-
Updated
Apr 17, 2020
-
Updated
Nov 17, 2021 - JavaScript
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Jan 6, 2020 - Jupyter Notebook
-
Updated
Jan 19, 2022 - Julia
-
Updated
Sep 14, 2021 - HTML
-
Updated
Feb 4, 2022 - Scala
-
Updated
Aug 28, 2021 - JavaScript
On a Intel Core i7-8565U CPU @ 1.80GHz × 8, the full test suite takes on average, 250s. I have noticed that tests are routinely failing in the GitHub CI, and I believe it may be because of this.
To profile the matter, I generated a list of all tests which take more than 2 seconds to run (see below). It seems WavefieldDecomposition and SeismicInterpolation are the biggest culprits, so one sugges
Someone interested in improving the Symja help/tutorial?
Please improve the markdown documents here:
-
Updated
Oct 7, 2021 - OCaml
-
Updated
Jan 17, 2022 - Julia
Improve this page
Add a description, image, and links to the algebra topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algebra topic, visit your repo's landing page and select "manage topics."

I've come across a weird behavior that really baffled me initially.
This compiles with nalgebra 0.29:
It converts an
OPoint<f32, 2>into anSVector<f32, 3>, usingInto.Here's the same, with debug output: