numerics
Here are 74 public repositories matching this topic...
For completeness, we should add a std and a var method to ndarray. See rust-ndarray/ndarray-stats#43 for more details.
Not sure if this is what we need. To be clear, here is how these things SHOULD work: There should be a CMake option (looks like DOCS) that turns on generation of documentation. If that option is not set, then no docs are generated. If the option IS set, then docs will be generated. If the option is set and the required programs for generating docs do not exist (pdflatex and texi2pdf), then
-
Updated
Jun 27, 2018 - Python
-
Updated
Feb 28, 2019 - C#
Things as I see them at the moment:
-
For the copyright checks of python codes, we would initially need to decide if we want to make a python-only folder to gather the source codes (which are anyway not in /src folders anyway), to make the check easier. Only then we can also see how the parsing for the checker should look like.
-
For style checks, we can enforce PEP8 style with several too
-
Updated
Jul 5, 2020 - F#
-
Updated
Jun 17, 2020 - MATLAB
-
Updated
Jun 6, 2020 - C#
Currently, Ara3d is a Z-up format, but the documentation here indicates a Y-up coordinate system.
From Matrix4x4::CreateWorld
/// Upward direction of the object; usually [0, 1, 0].
-
Updated
Jun 4, 2018 - C++
-
Updated
Mar 9, 2020 - Haskell
One of the many amazing features of Python is the way it handles docstrings. Documentation is not just available as generated (HTML) documents. It is also available at runtime, e.g. by using the help function, not unlike the --help argument offered by most Linux command line tools.
The docs
-
Updated
Jul 1, 2020 - Python
-
Updated
Jun 10, 2020 - Haskell
-
Updated
Jul 7, 2019 - PureScript
-
Updated
Jul 11, 2020 - C#
-
Updated
May 22, 2019 - Rust
-
Updated
Nov 24, 2019 - C#
-
Updated
Jan 30, 2018 - TypeScript
-
Updated
Sep 28, 2019 - Python
-
Updated
Jun 10, 2020 - Julia
-
Updated
Jun 18, 2020 - C++
-
Updated
May 22, 2017 - C#
-
Updated
Jul 10, 2017 - Python
Improve this page
Add a description, image, and links to the numerics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the numerics topic, visit your repo's landing page and select "manage topics."
The help currently reads:
Vector S get; set;
Gets the singular values (Σ) of matrix in ascending value.
It should be:
descending order of magnitude.