12 Commits

Author SHA1 Message Date
adrien
55906e0ab7 Small fixs 2026-05-11 17:12:37 +02:00
adrien
168312b78e Removed lots of usless inline and comptime in Scales and Dimensions 2026-04-27 19:09:55 +02:00
AdrienBouvais
44aaa8a8b2 Removed all inline for (0..total) for either builtin or for loop without inline
This is to prevent giant binary for Tensor with a lot of Scalar
2026-04-27 16:11:46 +02:00
adrien
719679aabc Updated README + Renamed mulBy and divBy to mul div 2026-04-22 23:33:58 +02:00
adrien
6c50a01d6e Removed ugly Scalar_ 2026-04-22 22:08:05 +02:00
adrien
82bdb96746 Changed how Scalar is generated to use Dimensions.ArgOpts and Scales.ArgOpts 2026-04-22 16:31:07 +02:00
adrien
a2d46e3f55 Added sqrt to Scalar and Vector 2026-04-22 15:43:17 +02:00
adrien
0dd9e02f59 Added abs, pow and product operations 2026-04-22 14:50:21 +02:00
adrien
86841318f2 Added some doc comments 2026-04-22 10:58:14 +02:00
adrien
ec05b60fc3 Replaced Scales.min to helper.finerScales 2026-04-22 10:31:04 +02:00
adrien
998404d82a Switched EVERYTHING in Scales and Dimensions to comptime 2026-04-21 17:31:22 +02:00
adrien
b3cee0588f First implementation 2026-04-20 23:38:49 +02:00