We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6dd38c commit aee4439Copy full SHA for aee4439
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# mathdws
2
3
-## A math workspace and libraries for Dyalog APL
+## A math namespace and libraries for Dyalog APL
4
5
This repository contains a math namespace for Dyalog APL with functions for
6
finding eigenvalues and eigenvectors, matrix inversion and division, and
@@ -9,7 +9,7 @@ discrete Fourier transforms.
9
These functions are implemented as calls into shared libraries. Source code and
10
build scripts for the libraries are included.
11
12
-## Using the workspace
+## Using the namespace
13
14
Download `math.zip` and extract the files somewhere on your computer. In order
15
for Windows to find the DLLs you'll have to put them:
0 commit comments