Handbook
Glossary
M/n ( A n -- A/n )
Basic Linear Algebra Subroutines (BLAS) interface
ยป
BLAS interface matrix operations
Prev:
M*n ( A n -- A*n )
Next:
smatrix{
Vocabulary
math
.
blas
.
matrices
Inputs
A
a
blas-matrix-base
n
a
number
Outputs
A/n
a
blas-matrix-base
Word description
Calculate the scalar-matrix product
(1/n)A
and return a freshly allocated matrix with the same dimensions as
A
containing the result.
See also
n*M!
,
n*M
,
M*n
Definition
USING:
kernel
math
;
IN:
math.blas.matrices
:
M/n
( A n -- A/n )
recip
swap
n*M
;
inline