xen-dev-utils
Preparing search index...
matscale
Function matscale
matscale
(
matrix
:
number
[]
[]
,
amount
:
number
)
:
number
[]
[]
Scale a matrix by a scalar.
Parameters
matrix
:
number
[]
[]
The matrix to scale.
amount
:
number
The amount to scale by.
Returns
number
[]
[]
The scalar multiple.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
xen-dev-utils
Loading...
Scale a matrix by a scalar.