Table of Contents

Mojo function

matmul

fn matmul[Type: DType](m: Int, n: Int, k: Int, mut C: Matrix[Type], A: Matrix[Type], B: Matrix[Type])

Parameters:

  • Type (DType)

Args:

  • m (Int)
  • n (Int)
  • k (Int)
  • C (Matrix)
  • A (Matrix)
  • B (Matrix)