index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
math
/
linalg
/
specific.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed issue where the linalg.quaternion_from_forward_and_up could return inco...
Mathias Mohn Mørch
2025-10-30
1
-3
/
+3
*
Fix srgb <-> linear rgb conversion functions in `core:math/linalg` and add im...
Franz Hoeltermann
2025-10-02
1
-60
/
+75
*
Fix 2x2 matrix inverses in specific.odin
prescientmoon
2025-01-23
1
-6
/
+6
*
Fix #3726
gingerBill
2024-06-10
1
-3
/
+3
*
Properly initialize return matrices in linalg.orthonormalize
spindlebink
2024-03-09
1
-0
/
+6
*
Remove bounds checking on a lot of linalg
Lucas Perlind
2024-02-13
1
-101
/
+101
*
Revert "Change minor/adjoint to be `row, col` from `c, r` to be consistent wi...
Lucas Perlind
2024-02-13
1
-153
/
+153
*
Change minor/adjoint to be `row, col` from `c, r` to be consistent with `[row...
gingerBill
2024-02-12
1
-153
/
+153
*
Add `angle_between` and `matrix2_rotate`
gingerBill
2024-02-06
1
-0
/
+37
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Move matrix related procedures to the different `linalg` packages
gingerBill
2024-01-28
1
-6
/
+6
*
Remove `distinct` from the specific types
gingerBill
2024-01-05
1
-64
/
+64
*
Add "contextless" to `core:math/linalg` procedures
gingerBill
2023-05-22
1
-185
/
+185
*
Add `@(require_results)` `core:math/linalg` procedures
gingerBill
2023-05-22
1
-0
/
+185
*
fix `linalg.angle_from_quaternion`
Luxko
2022-07-23
1
-3
/
+3
*
Fix #1644
gingerBill
2022-04-26
1
-3
/
+3
*
Update matrix types to be the native Odin `matrix` types
gingerBill
2022-01-10
1
-543
/
+520
*
Add `linalg.matrix4_look_at_from_fru`
gingerBill
2021-11-13
1
-0
/
+49
*
Remove unnecessary operations
gingerBill
2021-09-08
1
-6
/
+6
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-6
/
+6
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-1493
/
+1493
*
Fix transposing
gingerBill
2021-06-04
1
-6
/
+6
*
Fix missing newlines in core:math/linalg/specific.odin
vassvik
2021-04-09
1
-2
/
+4
*
Add `f16` support to core:math/linalg
gingerBill
2021-04-01
1
-21
/
+810
*
Minor update to math/linalg
gingerBill
2021-03-03
1
-5
/
+72
*
Improve math/linalg to support both f32 and f64 basic procedures for the spec...
gingerBill
2021-03-03
1
-148
/
+1124
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-2
/
+2
*
Fix `delete("")` on `-llvm-api`; Fix linalg stuff
gingerBill
2020-09-11
1
-0
/
+147
*
Clean up quaternion_from_matrix(3|4) code
gingerBill
2020-09-10
1
-138
/
+77
*
Clean up Euler Angle code for math/linalg
gingerBill
2020-09-10
1
-46
/
+3
*
Update math and math/linalg; add "pure_none" calling convention
gingerBill
2020-09-10
1
-117
/
+147
*
Update specific.odin
Michael Kutowski
2020-08-29
1
-1
/
+1
*
fix hsl math.mod to usual hsl conversion
Michael Kutowski
2020-08-29
1
-1
/
+3
*
Remove `intrinsics` import
Kevin Watters
2020-06-01
1
-1
/
+0
*
Fix formatting
gingerBill
2020-03-30
1
-18
/
+18
*
Fix linalg.euler_angles_from_quaternion
vassvik
2020-03-30
1
-1
/
+1
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
1
-10
/
+22
*
Add `thread.Pool` with example in demo.odin; Update linalg to support handnes...
gingerBill
2020-01-02
1
-8
/
+23
*
Add `x y z w` fields to quaternion types; Improve linalg quaternion mathematics
gingerBill
2020-01-01
1
-60
/
+148
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
1
-14
/
+80
*
Add `quaternion_look_at` orientation procedure to `package math/linalg`
gingerBill
2019-12-29
1
-5
/
+26
*
Split linalg into general and specific parts
gingerBill
2019-12-28
1
-0
/
+596