• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..06-Oct-2020-

README.mdH A D06-Oct-2020175 42

band.goH A D06-Oct-20207.4 KiB264162

cdense.goH A D06-Oct-20204.3 KiB169113

cholesky.goH A D06-Oct-202018.6 KiB674444

cmatrix.goH A D06-Oct-20205.6 KiB211132

consts.goH A D06-Oct-2020402 166

dense.goH A D06-Oct-202014.2 KiB559407

dense_arithmetic.goH A D06-Oct-202019.8 KiB887735

diagonal.goH A D06-Oct-20207.7 KiB312216

doc.goH A D06-Oct-20208.3 KiB1701

eigen.goH A D06-Oct-20209.3 KiB351223

errors.goH A D06-Oct-20205.3 KiB15097

format.goH A D06-Oct-20205.6 KiB239187

gsvd.goH A D06-Oct-202010.9 KiB416288

hogsvd.goH A D06-Oct-20205.7 KiB234157

index_bound_checks.goH A D06-Oct-20207.3 KiB349277

index_no_bound_checks.goH A D06-Oct-20207.4 KiB360288

inner.goH A D06-Oct-20202.6 KiB122106

io.goH A D06-Oct-202012.8 KiB493334

lq.goH A D06-Oct-20207.2 KiB263180

lu.goH A D06-Oct-202011.3 KiB423303

matrix.goH A D06-Oct-202024.3 KiB947726

offset.goH A D06-Oct-2020632 218

offset_appengine.goH A D06-Oct-2020728 2511

pool.goH A D06-Oct-20206.1 KiB237165

product.goH A D06-Oct-20204.6 KiB194131

qr.goH A D06-Oct-20207.2 KiB261175

shadow.goH A D06-Oct-20205.6 KiB227152

solve.goH A D06-Oct-20203.4 KiB141106

svd.goH A D06-Oct-20206.8 KiB248154

symband.goH A D06-Oct-20206.2 KiB222136

symmetric.goH A D06-Oct-202014.3 KiB603471

triangular.goH A D06-Oct-202016.2 KiB660510

triband.goH A D06-Oct-202010.2 KiB354202

vector.goH A D06-Oct-202016.2 KiB742559

README.md

1# Gonum matrix [![GoDoc](https://godoc.org/gonum.org/v1/gonum/mat?status.svg)](https://godoc.org/gonum.org/v1/gonum/mat)
2
3Package mat is a matrix package for the Go language.
4