Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "matrix_utls"

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>

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
1.08e12e5578a0e6126ff42481d1c6abfc5d13aba083https://albayaty.me/wp-content/uploads/matrix_utls-1.0.zip
1.1dc2eacca7e6d5f6acd845af3c4d1fb4e512fdaf421https://github.com/albayaty/matrix_utls.git

matrix_utls

This SWI-Prolog matrix utilities package consists of:

  1. Kronecker (Tensor) product,
  2. Hadamard (Element-Wise) product,
  3. Creating (MxN) matrix of empty cells,
  4. Creating (MxN) matrix of a unique (int/float/letters) value,
  5. Creating (MxN) matrix of random (int/float) values,
  6. Creating (MxM) Identity matrix,
  7. Scalar-by-Vector multiplication,
  8. Scalar-by-Matrix multiplication,
  9. Vector-by-Vector multiplication, 10. Vector-by-Matrix multiplication, 11. Matrix-by-Vector multiplication, and 12. Matrix-by-Matrix multiplication.

Installation

Checking Step:

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).

Loading Step:

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')]).

Contents of pack "matrix_utls"

Pack contains 4 files holding a total of 48.5K bytes.