aboutsummaryrefslogtreecommitdiff
path: root/core/math/linalg/specific.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix transposinggingerBill2021-06-041-6/+6
* Fix missing newlines in core:math/linalg/specific.odinvassvik2021-04-091-2/+4
* Add `f16` support to core:math/linalggingerBill2021-04-011-21/+810
* Minor update to math/linalggingerBill2021-03-031-5/+72
* Improve math/linalg to support both f32 and f64 basic procedures for the spec...gingerBill2021-03-031-148/+1124
* Remove usage of `do` in core librarygingerBill2020-09-231-2/+2
* Fix `delete("")` on `-llvm-api`; Fix linalg stuffgingerBill2020-09-111-0/+147
* Clean up quaternion_from_matrix(3|4) codegingerBill2020-09-101-138/+77
* Clean up Euler Angle code for math/linalggingerBill2020-09-101-46/+3
* Update math and math/linalg; add "pure_none" calling conventiongingerBill2020-09-101-117/+147
* Update specific.odinMichael Kutowski2020-08-291-1/+1
* fix hsl math.mod to usual hsl conversionMichael Kutowski2020-08-291-1/+3
* Remove `intrinsics` importKevin Watters2020-06-011-1/+0
* Fix formattinggingerBill2020-03-301-18/+18
* Fix linalg.euler_angles_from_quaternionvassvik2020-03-301-1/+1
* `x if cond else y` and `x when cond else y` expressionsgingerBill2020-03-051-10/+22
* Add `thread.Pool` with example in demo.odin; Update linalg to support handnes...gingerBill2020-01-021-8/+23
* Add `x y z w` fields to quaternion types; Improve linalg quaternion mathematicsgingerBill2020-01-011-60/+148
* Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...gingerBill2019-12-311-14/+80
* Add `quaternion_look_at` orientation procedure to `package math/linalg`gingerBill2019-12-291-5/+26
* Split linalg into general and specific partsgingerBill2019-12-281-0/+596