Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

Sparse Cholesky factorization algorithm for GPU [closed]

algorithm math cuda opencl gpgpu

How to align a value to a given alignment

c++ math

Exponential of very small number in python

How to calculate the lexicographical rank of a given permutation

Interactive math proof system

Cycle enumeration of a directed graph with multi edges [closed]

c# algorithm math graph

Efficient way to reduce a vectors magnitude by a specific length?

c++ math vector linear-algebra

Calculating (a^b)%MOD

c++ math

Javascript: Math.random

javascript math

A clever homebrew modulus implementation

algorithm math modulus plc

python: elegant way of finding the GPS coordinates of a circle around a certain GPS location

Finding the line along the intersection of two planes

Calculating the bounding box of cubic bezier curve

math 3d curve bezier

Find all possible combinations of word with and without hyphens

c# math combinatorics

How to improve efficiency of algorithm which generates next lexicographic permutation?

How to determine path from noisy X, Y data

Computing (a*b) mod c quickly for c=2^N +-1

math integer modulo prng knuth

What kind of logarithm functions / methods are available in objective-c / cocoa-touch?

Algorithm for rating the monotonicity of an array (i.e. judging the "sortedness" of an array)

C++ integer floor function

c++ math