Created
January 16, 2019 16:12
-
-
Save drauschenbach/1dc9472a3b60c680a072056f2a4f2207 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fengari-web.js"></script> | |
<script type="application/lua" src="https://cdn.jsdelivr.net/npm/[email protected]/stuart.lua"></script> | |
<script type="application/lua" src="https://cdn.jsdelivr.net/npm/[email protected]/stuart-ml.lua"></script> | |
<script type="application/lua"> | |
local Matrices = require 'stuart-ml.linalg.Matrices' | |
local denseMatrix = Matrices.dense(3, 2, {1.0, 3.0, 5.0, 2.0, 4.0, 6.0}) | |
... | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment