FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
arrayfire-lua/wrapper/arrayfire/arrayfire.lua at master · arrayfire/arrayfire-lua · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
arrayfire
/
arrayfire-lua
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
10
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
arrayfire-lua
/
wrapper
/
arrayfire
/
arrayfire.lua
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (29 loc) · 502 Bytes
Breadcrumbs
arrayfire-lua
/
wrapper
/
arrayfire
/
arrayfire.lua
Copy path
File metadata and controls
33 lines (29 loc) · 502 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
Library entry point.
--
Modules --
require
(
"
impl.array
"
)
--
Exports --
local
M
=
{}
--
for
_
,
v
in
ipairs
{
"
funcs.image
"
,
"
funcs.io
"
,
"
funcs.linear_algebra
"
,
"
funcs.mathematics
"
,
"
funcs.signal_processing
"
,
"
funcs.static
"
,
"
funcs.statistics
"
,
"
funcs.util
"
,
"
funcs.vector
"
,
"
funcs.gfor
"
,
"
graphics.window
"
,
"
methods.constructors
"
,
"
methods.device
"
,
"
methods.move_reorder
"
,
"
misc.env_loop
"
,
"
misc.program
"
,
"
misc.imports
"
}
do
require
(
v
).
Add
(
M
)
end
--
Export the module.
return
M
Back
|
FazBrowse Home
|
New Git URL