Documentation
Dlang.org
Matmul
grain
ops
matmul
matrix multiplication
struct
Matmul
(T, Storage)
struct
Matmul (
T
Storage
)
if
(
Storage
.
deviceof
== "cpu"
) {
Matrix
a
;
Matrix
b
;
}
auto
matmul
(
Tensor
!(
2
,
T
,
Storage
)
a
,
Tensor
!(
2
,
T
,
Storage
)
b
)
Meta
Source
See Implementation
grain
ops
matmul
functions
matmul
structs
Matmul
matrix multiplication