Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Releases: dragonfly-ai/matrix

Matrix 0.101

31 May 23:00
Compare
Choose a tag to compare

Updated vector dependency to 1.101 and cliviz to 1.102.

Added Vec[N] * Matrix[M, N] extension method.

v0.1

31 May 15:21
Compare
Choose a tag to compare

Scala matrix math library that cross compiles to JavaScript, Java Virtual Machine, and Scala Native. This debut release features matrix dimensions encoded into the type system to prevent a whole category of run time errors related to mismatched matrix dimensions.