It is based on gofe library.
- install go and check version
go version
it has been tested with go version go1.21.6 linux/amd64
- go inner-product or quadratic and run file. Example is shown below
cd inner-product
go run single-input.go
it gives following output
y: 1 1 4
x: 3 4 5
x.y: 27