Skip to content

Commit c6dd38c

Browse files
author
abrudz
committed
Final switch to namespace.
1 parent c386559 commit c6dd38c

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DLLS := fftw32.dll fftw64.dll lapack32.dll lapack64.dll
22

3-
math.zip: math.dws $(DLLS)
3+
math.zip: math.dyalog $(DLLS)
44
zip $@ $^
55

66
fftw32.dll: | build-fftw32

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## A math workspace and libraries for Dyalog APL
44

5-
This repository contains a math workspace for Dyalog APL with functions for
5+
This repository contains a math namespace for Dyalog APL with functions for
66
finding eigenvalues and eigenvectors, matrix inversion and division, and
77
discrete Fourier transforms.
88

math.dws

-49.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)