Octavian.jl
  • Home
  • Getting Started
  • Public API
  • Internals (Private)
Version
  • Public API
  • Public API


Public API

  • Octavian.matmul
  • Octavian.matmul!
Octavian.matmul! — Method
matmul!(C, A, B[, α, β, max_threads])

Calculates C = α * A * B + β * C in place, overwriting the contents of C. It may use up to max_threads threads. It will not use threads when nested in other threaded code.

source
Octavian.matmul — Method
matmul(A, B)

Multiply matrices A and B.

source
« Getting StartedInternals (Private) »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.5.0 on Friday 2 August 2024. Using Julia version 1.10.4.