amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
multiply
amalthea
matrixmath
Undocumented in source. Be warned that the author may not have intended to support it.
auto
multiply
(T1[][] m1, T2[][] m2)
auto
multiply
(T[][] m, E value)
auto
multiply
(E value, T[][] m)
auto
multiply
(
T
E
)
(
in
E
value
,
in
T
[][]
m
)
if
(
is
(
typeof
(
m
[0][0] !=
value
) ==
bool
)
)
Meta
Source
See Implementation
amalthea
matrixmath
aliases
det
functions
calcDeterminant
calcMinor
eye
multiply
ndim
shape
summarize
transpose