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
/
general.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
Move matrix related procedures to the different `linalg` packages
gingerBill
2024-01-28
1
-3
/
+272
*
Fix linalg shadowing error
Lucas Perlind
2024-01-09
1
-3
/
+3
*
Enforce naming the parameters with `builtin.quaternion` to reduce confusion
gingerBill
2024-01-05
1
-1
/
+1
*
Add "contextless" to `core:math/linalg` procedures
gingerBill
2023-05-22
1
-38
/
+38
*
Add `@(require_results)` `core:math/linalg` procedures
gingerBill
2023-05-22
1
-18
/
+56
*
Change math/linalg/general.odin vector_length and vector_normalize to only ac...
Phil
2022-08-15
1
-3
/
+3
*
Fix polymorphic matrix element with a minor hack
gingerBill
2022-01-10
1
-4
/
+4
*
Update matrix types to be the native Odin `matrix` types
gingerBill
2022-01-10
1
-58
/
+15
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-21
/
+21
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-122
/
+122
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
Add `#no_bounds_check` to linalg procedures
gingerBill
2021-07-03
1
-15
/
+10
*
Improve `linalg.transpose` type determination for square matrices
gingerBill
2021-06-28
1
-2
/
+1
*
Fix typo
gingerBill
2021-06-04
1
-1
/
+1
*
Fix linalg.transpose
gingerBill
2021-06-03
1
-1
/
+1
*
Add `f16` support to core:math/linalg
gingerBill
2021-04-01
1
-3
/
+18
*
Add `linalg.matrix_cast`
gingerBill
2021-03-26
1
-2
/
+3
*
Add `linalg.matrix_cast`
gingerBill
2021-03-26
1
-4
/
+13
*
Fix typo in cubic().
Jeroen van Rijn
2021-03-16
1
-1
/
+1
*
Improve math/linalg to support both f32 and f64 basic procedures for the spec...
gingerBill
2021-03-03
1
-0
/
+28
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-1
/
+3
*
Fix `delete("")` on `-llvm-api`; Fix linalg stuff
gingerBill
2020-09-11
1
-3
/
+80
*
Update math and math/linalg; add "pure_none" calling convention
gingerBill
2020-09-10
1
-220
/
+55
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
1
-2
/
+2
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
1
-3
/
+3
*
Fix linalg.matrix_mul_vector.
vassvik
2020-02-09
1
-1
/
+1
*
Add `x y z w` fields to quaternion types; Improve linalg quaternion mathematics
gingerBill
2020-01-01
1
-2
/
+2
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
1
-0
/
+8
*
Split linalg into general and specific parts
gingerBill
2019-12-28
1
-0
/
+393