/
niceSOFT
/
swig
ОбзорДокументацияВойти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
swig/
.../guile/matrix/
..
Makefile

Remove use of preinst-swig script

11 лет назад
README

Guile gitignore and consistent naming in examples

11 лет назад
example.i

Fix guile examples for C11 and later conformance

5 лет назад
matrix.c

The great merge

24 года назад
matrix.i

[guile] Fix the guile examples on 64-bit platforms.

19 лет назад
runme.scm

Misc. typos

8 лет назад
vector.c

The great merge

24 года назад
vector.h

Initial revision.

26 лет назад
vector.i

[guile] Fix the guile examples on 64-bit platforms.

19 лет назад
README
Matrix example. To run the example, execute the program 'matrix' and
type the following :
 
(load "runme.scm")
(do-test 0)
 
Alternatively, use the command-line:
 
./my-guile -e do-test -s runme.scm
 
Or, if your operating system is spiffy enough:
 
./runme.scm