|
c51dc6098c
|
matrix: directly implement dot product to avoid a copy
|
2024-09-04 12:04:08 -07:00 |
|
|
6aba246453
|
umm the macro
|
2024-09-04 12:04:08 -07:00 |
|
|
f7ae745bef
|
probably wrong stuff
|
2024-09-03 12:53:42 -07:00 |
|
|
1f1568ebe9
|
wip mat mul
|
2024-09-03 12:53:42 -07:00 |
|
|
176eb762e3
|
name macros better
|
2024-09-03 12:51:19 -07:00 |
|
|
15bd78c0e1
|
matrix wide dot test
|
2024-09-03 10:59:47 -07:00 |
|
|
0f9d0c8c39
|
matrix wide dot
|
2024-09-03 10:59:18 -07:00 |
|
|
eefbdafc16
|
move more impls to common
|
2024-09-03 10:40:43 -07:00 |
|
|
b0ecfeb294
|
the matrix super macro
|
2024-09-03 10:10:46 -07:00 |
|
|
48a8271b99
|
transpose macro_repeated
|
2024-09-03 10:10:30 -07:00 |
|
|
1604888254
|
macro macro
|
2024-09-03 10:01:22 -07:00 |
|
|
4017f33447
|
delete comment
|
2024-09-03 09:40:49 -07:00 |
|
|
f0527714db
|
move macro to mod
|
2024-09-03 09:40:46 -07:00 |
|
|
27d96f9b19
|
delete tuple impls
|
2024-09-03 09:30:13 -07:00 |
|
|
a5094fe873
|
common impls between matrix and vector
|
2024-09-02 18:54:50 -07:00 |
|
|
1bd45283a9
|
delete unused test
|
2024-09-02 18:36:05 -07:00 |
|
|
a6dc0c37ba
|
MACRO MACRO MACRO
|
2024-09-02 18:35:37 -07:00 |
|
|
83434a89c7
|
wide_dot
|
2024-09-02 18:25:21 -07:00 |
|
|
b14c84bdad
|
MACRO MACRO MACRO
|
2024-09-02 18:19:35 -07:00 |
|
|
e98744871b
|
narrow paste scope
|
2024-09-02 18:19:35 -07:00 |
|
|
c26ce93fc8
|
paste
|
2024-09-02 18:19:35 -07:00 |
|
|
c856509759
|
remove old comment
|
2024-09-02 18:19:35 -07:00 |
|
|
5cb98ee29f
|
vectors: no traits
|
2024-09-02 18:19:35 -07:00 |
|
|
bc29cd9848
|
move tests
|
2024-09-02 17:44:04 -07:00 |
|
|
502ab7f33f
|
named function
|
2024-09-02 17:09:37 -07:00 |
|
|
e0dba8840e
|
ruin everything successfully
|
2024-09-02 17:03:01 -07:00 |
|
|
4d13b4ada7
|
paste (this sucks)
|
2024-09-02 16:35:01 -07:00 |
|
|
2a2e729f59
|
wip
|
2024-09-02 16:15:17 -07:00 |
|
|
63cf94499b
|
rewrite transpose
|
2024-08-30 14:49:56 -07:00 |
|
|
83a39468d5
|
matrix extend
|
2024-08-30 13:49:23 -07:00 |
|
|
9aba811cd0
|
delete spam doc tests
|
2024-08-30 13:30:01 -07:00 |
|
|
e413409f9f
|
remove parentheses from macro
|
2024-08-30 13:30:01 -07:00 |
|
|
e6a28fbb70
|
test doesn't compile yet
|
2024-08-30 13:30:01 -07:00 |
|
|
88acec5659
|
matrix test to pass
|
2024-08-30 13:07:56 -07:00 |
|
|
0f0d7f7a9a
|
initial matrix type
|
2024-08-30 13:02:48 -07:00 |
|
|
263f0d35d4
|
test reason why matrix needs its own type
|
2024-08-30 12:52:54 -07:00 |
|
|
d713b96ad3
|
vectors: extend
|
2024-08-30 12:41:25 -07:00 |
|
|
20285f0f98
|
delete affine
|
2024-08-30 12:31:20 -07:00 |
|
|
f103c247b8
|
transpose too easy
|
2024-08-30 12:20:54 -07:00 |
|
|
8e1807b4b7
|
VECTOR IS MATRIX
|
2024-08-30 12:07:12 -07:00 |
|
|
f531e8d8ee
|
move vector2 macro code
|
2024-08-30 12:07:12 -07:00 |
|
|
78f860c672
|
inline const functions
|
2024-08-29 20:11:33 -07:00 |
|
|
0924518922
|
eviscerate PhantomData
|
2024-08-29 20:10:22 -07:00 |
|
|
46d89619bd
|
use from_bits function for consts
|
2024-08-29 20:03:56 -07:00 |
|
|
540749e4f1
|
there is a poorly named function for this
|
2024-08-29 19:52:00 -07:00 |
|
|
3c5f01da89
|
describe algorithm
|
2024-08-29 19:08:55 -07:00 |
|
|
70a79a8d25
|
remove old kludge
|
2024-08-29 18:55:05 -07:00 |
|
|
0483c9eb27
|
fast
|
2024-08-29 18:38:29 -07:00 |
|
|
61aad93f8d
|
sqrt: closed loop over bit shift
|
2024-08-29 18:29:04 -07:00 |
|
|
cd1aa26293
|
prevent 50 headaches
|
2024-08-29 17:22:45 -07:00 |
|