algebra
Here are 612 public repositories matching this topic...
-
Updated
Nov 24, 2021 - TeX
-
Updated
Nov 22, 2021 - PHP
-
Updated
Nov 24, 2021 - Java
-
Updated
Nov 18, 2021 - Elixir
-
Updated
Nov 27, 2021 - CoffeeScript
-
Updated
Apr 1, 2020 - Scala
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Aug 16, 2021 - C++
-
Updated
Aug 17, 2021 - Java
Right now we have code like this for "URL" based help viewers:
HELP_VIEWER_INFO.firefox := rec(
type := "url",
show := function(url)
Exec(Concatenation("firefox \"file://", url,"\" >/dev/null 2>&1 &"));
end
);So clearly the "URL" they get isn't a real URL, it's just a path (plus possibly an anchor, so foo.html#123). This should be refactored: the ca
Plot.polar would take p(phi), e. g.
Plot.polar [ (parsed 0.0)..(parsed 0.01)..(pi / 2) ] "phi + cos(phi)"
-
Updated
Apr 17, 2020
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Nov 17, 2021 - JavaScript
-
Updated
Jan 6, 2020 - Jupyter Notebook
-
Updated
Nov 23, 2021 - Julia
-
Updated
Sep 14, 2021 - HTML
-
Updated
Nov 24, 2021 - Scala
-
Updated
Aug 28, 2021 - JavaScript
So far a single damping factor (epsR and epsI) can be provided to pylops.avo.prestack.PrestackInversion. However as it is known that some parameters are more constrained than others in any AVO linearisation it is useful to provide different damping factors for the different parameters to invert for.
-
Updated
Oct 7, 2021 - OCaml
Someone interested in improving the Symja help/tutorial?
Please improve the markdown documents here:
-
Updated
Jun 16, 2021 - 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: