Skip to main content
Ctrl+K
Lacuna  documentation - Home Lacuna  documentation - Home
  • API Reference
  • Development Guide
  • Tutorials
  • Changelog
  • Array API TODO Roadmap (Sparse-First)
  • API Reference
  • Development Guide
  • Tutorials
  • Changelog
  • Array API TODO Roadmap (Sparse-First)

Section Navigation

  • lacuna.array_api.linalg

lacuna.array_api.linalg#

Functions

matmul(x, y)

matrix_transpose(x)

tensordot(x, y, *[, axes])

vecdot(x, y, *[, axis])

lacuna.array_api.linalg.matmul(x, y)[source]#
lacuna.array_api.linalg.matrix_transpose(x)[source]#
lacuna.array_api.linalg.tensordot(x, y, *, axes=2)[source]#
lacuna.array_api.linalg.vecdot(x, y, *, axis=None)[source]#
On this page
  • matmul()
  • matrix_transpose()
  • tensordot()
  • vecdot()

This Page

  • Show Source

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.