Sam Hocevar
af3ca562b9
lolremez: fix wrong argument parsing and improve error messages.
9 yıl önce
Sam Hocevar
4e76c6e708
lolremez: shorter code in the expression parser.
10 yıl önce
Sam Hocevar
29d65231f3
lolremez: add thread workers for slightly faster convergence.
10 yıl önce
Sam Hocevar
288bec4312
lolremez: add more timing information for the linear system solving.
10 yıl önce
Sam Hocevar
a07844682e
build: remove dead PS3 code.
10 yıl önce
Sam Hocevar
5f953f40ad
lolremez: various tweaks.
10 yıl önce
Sam Hocevar
a46354472d
lolremez: add abs() function, implement full high-precision floating
point parsing, add support for unary plus and minus.
10 yıl önce
Sam Hocevar
d3a775738d
lolremez: use successive parabolic interpolation for extrema search.
10 yıl önce
Sam Hocevar
19727c3ddf
lolremez: tweak code so that it builds on Windows (remove unsupported C++/Unix features).
10 yıl önce
Sam Hocevar
afc62a5399
lolremez: useless refactoring.
10 yıl önce
Sam Hocevar
0e71596def
lolremez: greatly improve root search times by using simple regula falsi.
10 yıl önce
Sam Hocevar
50c2b4b46e
lolremez: allow spaces in arithmetic expressions.
10 yıl önce
Sam Hocevar
506b0e21e1
lolremez: implement a mathematical expression evaluator.
10 yıl önce
Sam Hocevar
364014c6e7
lolremez: minor cosmetic changes and comments.
10 yıl önce
Sam Hocevar
0522730f12
lolremez: use array2d for the linear system solver.
10 yıl önce
Sam Hocevar
da26809df9
lolremez: use the polynomial composition provided by the engine.
10 yıl önce
Sam Hocevar
d34f0e2991
lolremez: simplify the Remez solver by using our new polynomial class.
10 yıl önce
Sam Hocevar
cd988786b9
build: reorganise includes so that we can use precompiled headers later.
10 yıl önce
Sam Hocevar
7a28671dee
math: get rid of the base_vec* classes (thanks to relaxed unions), rename
MASK to SWIZZLE in the vector templates, rename matrix<> to mat<> for
consistency, implement transposition for all matrix sizes, make matrix
columns private and only accessible through operator[].
10 yıl önce
Sam Hocevar
fe665f85b4
base: strip core.h from its contents and put it in public/private headers.
10 yıl önce
Sam Hocevar
398ee1b4d5
base: use lol::array in most places.
10 yıl önce
Sam Hocevar
76740f77bc
math: remove some vector constants that were a bit too specific.
10 yıl önce
Sam Hocevar
8e732627d2
lolremez: add missing matrix.h implementation.
11 yıl önce
Sam Hocevar
d0ebacf545
lolremez: simplify the solver class.
11 yıl önce
Sam Hocevar
90706c8d44
lolremez: move some LolRemez matrix functions out of the engine.
11 yıl önce
Sam Hocevar
f9840e3458
lolremez: move LolRemez out of the engine, it's really too specific.
11 yıl önce