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)
Mojo function
matmulfn matmul[Type: DType](m: Int, n: Int, k: Int, mut C: Matrix[Type], A: Matrix[Type], B: Matrix[Type])
Parameters:
DType)Args:
Int)Int)Int)Matrix)Matrix)Matrix)