Skip to content

v6.13.0

Latest

Choose a tag to compare

@mljs-bot mljs-bot released this 23 Jun 07:09
0fff868

6.13.0 (2026-06-23)

Features

  • add Matrix.gram() for the symmetric XᵀX product (#208) (436258b)
  • add Matrix.mmulByTranspose() (#207) (9b3835a)

Performance Improvements

  • speed up SVD (~4.7x) and symmetric EVD (~1.7x) via transposed internal storage (#167) (22548f2)