amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
multiply
amalthea
matrixmath
The function multiplies the matrix by a number.
auto
multiply
(T1[][] m1, T2[][] m2)
auto
multiply
(T[][] m, E value)
auto
multiply
(
T
E
)
(
in
T
[][]
m
,
in
E
value
)
if
(
is
(
typeof
(
m
[0][0] !=
value
) ==
bool
)
)
auto
multiply
(E value, T[][] m)
Meta
Source
See Implementation
amalthea
matrixmath
aliases
det
functions
calcDeterminant
calcMinor
eye
multiply
ndim
shape
summarize
transpose
The function multiplies the matrix by a number.