The Wayback Machine - https://web.archive.org/web/20211217230609/https://github.com/topics/mathematics
Skip to content
#

mathematics

Here are 5,548 public repositories matching this topic...

josecarlosweb
josecarlosweb commented Oct 15, 2021

What about create a design pattern directory with the most popular design patterns examples?
We can create some rules like: have to be an explanation about the design pattern, the structure and one real world example.
The directory can be:

(folder) Design Patterns
-- (folder) Abstract Factory
-- -- AbstractFactory.js
-- -- AbstractFactoryTest.js
-- -- REAME.md

I can send some :

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

  • Updated Feb 6, 2020

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Dec 1, 2021
  • PHP
root
sbmorphe
sbmorphe commented Dec 16, 2021

When trying to define an operator in the cling cli repl, the "function definition is not allowed here" error is generated. "cling -version" reports "0.8". Here's a copy/paste of a session to demonstrate the issue:

****************** CLING ******************
* Type C++ code and press enter to run it *
*             Type .q to exit             *
*****************************************
stephentyrone
stephentyrone commented Nov 2, 2020

IEEE 754 recommends (but does not require) a compound function, which is in the process of being standardized for C and C++; we should expose it in swift-numerics. The simplest, most literal translation of the operation into Swift would be:

extension RealFunctions {
  /// (1+x)ⁿ
  /// 
  /// Returns NaN if x < -1.
  static func compound(_ x: Self, _ n: Int) -> Self {
    // not
szhorvat
szhorvat commented Dec 8, 2021

igraph_random_edge_walk() takes weights, but igraph_random_walk() does not. igraph_random_walk() should also be extended to take a weights argument.

The underlying weighted implementation of random_walk() can mirror random_edge_walk() but it should be separate from the unweighted one. This is because the unweighted one uses an adjlist, while the weighted one needs an inclist. At th

Improve this page

Add a description, image, and links to the mathematics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mathematics topic, visit your repo's landing page and select "manage topics."

Learn more