6 days ago |
tqfx | fix atan2,rename {hypot,hypot3} to {norm2,norm3}
|
commit | commitdiff | tree |
2025-01-03 |
tqfx | fix a_poly_swap in python/src/a/poly.pxd
|
commit | commitdiff | tree |
2025-01-02 |
tqfx | bump copyright year to 2025
|
commit | commitdiff | tree |
2025-01-01 |
tqfx | a_poly_swap -> a_poly_swap_
|
commit | commitdiff | tree |
2024-12-27 |
tqfx | more readable
|
commit | commitdiff | tree |
2024-12-22 |
tqfx | fix warning C4996: 'hypot' in VS2008
|
commit | commitdiff | tree |
2024-12-22 |
tqfx | remove ii
|
commit | commitdiff | tree |
2024-12-21 |
tqfx | fixup a_linalg_dot
|
commit | commitdiff | tree |
2024-12-21 |
tqfx | improve a_float_swap
|
commit | commitdiff | tree |
2024-12-21 |
tqfx | improve a_linalg_T2
|
commit | commitdiff | tree |
2024-12-20 |
tqfx | create a_linalg_cho
|
commit | commitdiff | tree |
2024-12-20 |
tqfx | fix overflow in a_linalg_plu
|
commit | commitdiff | tree |
2024-12-17 |
tqfx | create a_linalg_dot
|
commit | commitdiff | tree |
2024-12-17 |
tqfx | compile with c90
|
commit | commitdiff | tree |
2024-12-16 |
tqfx | create a_linalg_mul
|
commit | commitdiff | tree |
2024-12-10 |
tqfx | a_linalg_{Tnn,Tmn}->{T1,T2}
|
commit | commitdiff | tree |
2024-12-09 |
tqfx | create a_linalg_Tmn
|
commit | commitdiff | tree |
2024-12-08 |
tqfx | create test for a_linalg_plu_solve
|
commit | commitdiff | tree |
2024-12-08 |
tqfx | fix a_linalg_plu_get_P
|
commit | commitdiff | tree |
2024-12-08 |
tqfx | create PLU decomposition
|
commit | commitdiff | tree |
2024-12-07 |
tqfx | create a_float_swap
|
commit | commitdiff | tree |
2024-12-04 |
tqfx | A_U32_MAX=>0xFFFFFFFFUL,_hypot in MSVC
|
commit | commitdiff | tree |
2024-12-04 |
tqfx | patch for 9849b70f87d12fc84e6d736bd02f37922de6912e
|
commit | commitdiff | tree |
2024-12-04 |
tqfx | remove -Wno-declaration-after-statement
|
commit | commitdiff | tree |
2024-12-04 |
tqfx | // -> /**/
|
commit | commitdiff | tree |
2024-12-04 |
tqfx | fix compile lua with vs2008
|
commit | commitdiff | tree |
2024-12-04 |
tqfx | remove /sdl
|
commit | commitdiff | tree |
2024-12-04 |
tqfx | create a_float_asinh a_float_acosh a_float_atanh
|
commit | commitdiff | tree |
2024-12-04 |
tqfx | use goto in a_version_parse
|
commit | commitdiff | tree |
2024-12-03 |
tqfx | CI(msys2): remove CLANG32
|
commit | commitdiff | tree |
2024-12-03 |
tqfx | fix A_SIZE_POINTER
|
commit | commitdiff | tree |
2024-12-02 |
tqfx | fix -Wunused-macros
|
commit | commitdiff | tree |
2024-12-01 |
tqfx | fix A_PRIz on GNUC
|
commit | commitdiff | tree |
2024-12-01 |
tqfx | fix documentation of macros in a/a.h
|
commit | commitdiff | tree |
2024-11-29 |
tqfx | fix warning: Value stored to 'len' is never
|
commit | commitdiff | tree |
2024-11-29 |
tqfx | remove inttypes.h
|
commit | commitdiff | tree |
2024-11-26 |
tqfx | remove warning -Wc99-compat
|
commit | commitdiff | tree |
2024-11-25 |
tqfx | remove -Wc99-extensions
|
commit | commitdiff | tree |
2024-11-25 |
tqfx | macro to typedef
|
commit | commitdiff | tree |
2024-11-24 |
tqfx | 1
|
commit | commitdiff | tree |
2024-11-22 |
tqfx | add parentheses to _MAX==0x
|
commit | commitdiff | tree |
2024-11-21 |
tqfx | try to remove stdint.h
|
commit | commitdiff | tree |
2024-11-20 |
tqfx | remove warning C6031
|
commit | commitdiff | tree |
2024-11-20 |
tqfx | fix macro isinf
|
commit | commitdiff | tree |
2024-11-15 |
tqfx | _XOPEN_SOURCE->_GNU_SOURCE
|
commit | commitdiff | tree |
2024-11-15 |
tqfx | try to compile with -std=c90 4/n
|
commit | commitdiff | tree |
2024-11-09 |
tqfx | Specify c++11 standard for emscripten
|
commit | commitdiff | tree |
2024-11-07 |
tqfx | try to compile with -std=c90 3/n
|
commit | commitdiff | tree |
2024-11-06 |
tqfx | remove a_bool
|
commit | commitdiff | tree |
2024-11-06 |
tqfx | try to compile with -std=c90 2/n
|
commit | commitdiff | tree |
2024-11-05 |
tqfx | fix va_copy in C90
|
commit | commitdiff | tree |
2024-11-05 |
tqfx | ignore __builtin_unreachable below gcc 4.5
|
commit | commitdiff | tree |
2024-11-02 |
tqfx | try to compile with -std=c90 1/n
|
commit | commitdiff | tree |
2024-10-28 |
tqfx | fix -Wdeclaration-after-statement
|
commit | commitdiff | tree |
2024-10-28 |
tqfx | fix error: cannot jump from this goto statement to...
|
commit | commitdiff | tree |
2024-10-28 |
tqfx | configure pycodestyle
|
commit | commitdiff | tree |
2024-10-25 |
tqfx | `i++` -> `++i`
|
commit | commitdiff | tree |
2024-10-24 |
tqfx | rework regress_linear and regress_simple for Java
|
commit | commitdiff | tree |
2024-10-24 |
tqfx | fix liba_regress_linear_bgd for Lua
|
commit | commitdiff | tree |
2024-10-24 |
tqfx | create regress_linear for Java
|
commit | commitdiff | tree |
2024-10-24 |
tqfx | fix document of liba_regress_linear_gd for Lua
|
commit | commitdiff | tree |
2024-10-24 |
tqfx | create regress_linear for Lua
|
commit | commitdiff | tree |
2024-10-23 |
tqfx | create lua_array_len
|
commit | commitdiff | tree |
2024-10-23 |
tqfx | create regress_linear for QuickJS
|
commit | commitdiff | tree |
2024-10-23 |
tqfx | optimize regress_linear in JavaScript
|
commit | commitdiff | tree |
2024-10-22 |
tqfx | rename j to ii
|
commit | commitdiff | tree |
2024-10-16 |
tqfx | create regress_linear for JavaScript
|
commit | commitdiff | tree |
2024-10-16 |
tqfx | remove struct js_array_num
|
commit | commitdiff | tree |
2024-10-16 |
tqfx | change lua_rawget to lua_get
|
commit | commitdiff | tree |
2024-10-14 |
tqfx | move a_float_* to math.c, move a_hash_* to hash.c
|
commit | commitdiff | tree |
2024-10-13 |
tqfx | change code style in src/math.c
|
commit | commitdiff | tree |
2024-10-11 |
tqfx | rename num to float for Python
|
commit | commitdiff | tree |
2024-10-10 |
tqfx | create regression_linear for Rust
|
commit | commitdiff | tree |
2024-10-10 |
tqfx | fix documentation for a_regress_linear_mgd
|
commit | commitdiff | tree |
2024-10-10 |
tqfx | create num_sum{,1,2} num_mean for Python
|
commit | commitdiff | tree |
2024-10-10 |
tqfx | move down a_float_mean
|
commit | commitdiff | tree |
2024-10-09 |
tqfx | create regression_linear for Python
|
commit | commitdiff | tree |
2024-10-08 |
tqfx | fix a_version_parse when ver is "1.0r1"
|
commit | commitdiff | tree |
2024-10-08 |
tqfx | update init() for Lua
|
commit | commitdiff | tree |
2024-10-08 |
tqfx | fix array num for FFI
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | update js_array_num_get for JavaScript
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | update js_array_num_get for QuickJS
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | update lua_table_num_get
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | add dim for Python
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | fix js_array_length for QuickJS
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | update lua_table_num_get
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | remove js_concat for JavaScript
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | remove js_concat for QuickJS
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | fix recursive stack overflow
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | replace recursion with iteration
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | remove flatten for cython
|
commit | commitdiff | tree |
2024-10-07 |
tqfx | support flatten for cython
|
commit | commitdiff | tree |
2024-10-05 |
tqfx | using builtin function min for cython
|
commit | commitdiff | tree |
2024-10-04 |
tqfx | update a_regress_linear_{s,b,m}gd
|
commit | commitdiff | tree |
2024-10-02 |
tqfx | remove 'a_float const *const *' for a_regress_linear
|
commit | commitdiff | tree |
2024-10-02 |
tqfx | remove ReflowComments for .clang-format
|
commit | commitdiff | tree |
2024-10-02 |
tqfx | remove platforms and C++ in setup.cfg
|
commit | commitdiff | tree |
2024-09-30 |
tqfx | release 0.1.15
|
commit | commitdiff | tree |
2024-09-29 |
tqfx | fix regress_simple_ols
|
commit | commitdiff | tree |
2024-09-28 |
tqfx | split a_float_push to a_float_push_{fore,back}
|
commit | commitdiff | tree |