File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 1
1
# matrico Makefile
2
2
3
- CSC = CHICKEN_REPOSITORY_PATH="/home/ch/opt/CHICKEN/lib/chicken/11/" /home/ch/opt/CHICKEN/bin/csc
4
- CSI = CHICKEN_REPOSITORY_PATH="/home/ch/opt/CHICKEN/lib/chicken/11/" /home/ch/opt/CHICKEN/bin/csi
5
- CHICKEN_INSTALL = /home/ch/opt/CHICKEN/bin/chicken-install
6
- CHICKEN_PROFILE =/home/ch/opt/CHICKEN/bin/chicken-profile
7
- TEST_NEW_EGG = /home/ch/opt/CHICKEN/bin/test-new-egg
8
-
9
- # CSC = csc
10
- # CSI = csi
11
- # CHICKEN_INSTALL = chicken-install
12
- # CHICKEN_PROFILE = chicken-profile
13
- # TEST_NEW_EGG = test-new-egg
3
+ CSC = csc
4
+ CSI = csi
5
+ CHICKEN_INSTALL = chicken-install
6
+ CHICKEN_PROFILE = chicken-profile
7
+ TEST_NEW_EGG = test-new-egg
14
8
15
9
CLARG =
16
10
LEVEL = -O3
Original file line number Diff line number Diff line change 54
54
55
55
; ; Solving a linear problem
56
56
57
- (matrico? 'mx-solve )
57
+ (matrico 'mx-solve )
58
58
59
59
(mx-print (mx-solve A b)) ; Print the solution to the linear problem A x = b
60
60
Original file line number Diff line number Diff line change 10
10
(release "0.2rel")
11
11
12
12
(release "0.3rc1")
13
+ (release "0.3rel")
13
14
Original file line number Diff line number Diff line change 1
- (define (matrico-version ) "0.3rc1 ")
1
+ (define (matrico-version ) "0.3rel ")
2
2
You can’t perform that action at this time.
0 commit comments