Skip to content

Releases: YGXXD/ktm

v0.2.11

16 May 08:40
b1780da
Compare
Choose a tag to compare

ktm headonly code

on v0.2.11 version

  1. format ktm codes with .clang-format
  2. update ktm test files
  3. fix iarray_mul and ivec_calc component's bug

on v0.2.10 version

  1. fix type construct function
  2. supplement vector funtion

on v0.2.9 version

  1. fix some msvc warning
  2. fix windows10 return nan

on v0.2.8 version

  1. support std basic stream io
  2. fix math type explicit constructor
  3. format macro codes

on v0.2.7 version

  1. update single extends framework
  2. update type interface, using iarray_calc support simd
  3. fix some calculate bug

on v0.2.6 version

  1. update detail framework
  2. add random function
  3. fix some calculate bug

on v0.2.5 version

  1. update matrix and vector support N length
  2. add some matrix decomposition function
  3. fix test multi platform compile and run

on v0.2.4 version

  1. add 2d complex rotate
  2. add affine transform calculate
  3. fix some calculate bug