Did you know ... | Search Documentation: |
Pack matrix -- README.md |
SWI-Prolog pack for matrix operations. Implemented operations:
The library was developed for dealing with multivariate Gaussian distributions, that's the reason for the focus on positive semi-definite matrices
$ swipl ?- use_module(library(matrix)). ?- determinant([[2,-1,0],[-1,2,-1],[0,-1,2]],D). D = 3.999999999999999.