A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
10
Task/Matrix-multiplication/Forth/matrix-multiplication.fth
Normal file
10
Task/Matrix-multiplication/Forth/matrix-multiplication.fth
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
include fsl-util.f
|
||||
|
||||
3 3 float matrix A{{
|
||||
A{{ 3 3 }}fread 1e 2e 3e 4e 5e 6e 7e 8e 9e
|
||||
3 3 float matrix B{{
|
||||
B{{ 3 3 }}fread 3e 3e 3e 2e 2e 2e 1e 1e 1e
|
||||
3 3 float matrix C{{ \ result
|
||||
|
||||
A{{ B{{ C{{ mat*
|
||||
C{{ }}print
|
||||
Loading…
Add table
Add a link
Reference in a new issue