Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | Matrix utilities: Kronecker (Tensor), Hadamard, and matrices creation/multiplications |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 1.1 |
SHA1 sum: | dc2eacca7e6d5f6acd845af3c4d1fb4e512fdaf4 |
Author: | Ali Al-Bayaty <albayaty@pdx.edu> |
Marek Perkowski <h8mp@pdx.edu> | |
Maintainer: | Ali Al-Bayaty <aalba3@unh.newhaven.edu> |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
1.0 | 8e12e5578a0e6126ff42481d1c6abfc5d13aba08 | 3 | https://albayaty.me/wp-content/uploads/matrix_utls-1.0.zip |
1.1 | dc2eacca7e6d5f6acd845af3c4d1fb4e512fdaf4 | 22 | https://github.com/albayaty/matrix_utls.git |
This SWI-Prolog matrix utilities package consists of:
Search for the package matrix_utls
from SWI-Prolog command line using the pack_list/1 command. Note that, the leading i
indicates that this package is already installed, and the leading p
indicates that this package is known by the server.
?- pack_list(matrix_utls).
After finding the package matrix_utls
on the server, then it can be installed using the pack_install/2 command.
% For matrix_utls version 1.0: ?- pack_install(matrix_utls, [url('https://albayaty.me/wp-content/uploads/matrix_utls-1.0.zip')]).
Or,
% For matrix_utls version 1.1: ?- pack_install(matrix_utls, [url('https://github.com/albayaty/matrix_utls.git')]).
Pack contains 4 files holding a total of 48.5K bytes.