• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gonum / matrix
85%
master: 88%

Build:
Build:
LAST BUILD BRANCH: deprecation-notice
DEFAULT BRANCH: master
Repo Added 18 Oct 2014 10:10PM UTC
Files 24
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH addtritype
branch: addtritype
CHANGE BRANCH
x
Reset
  • addtritype
  • ElemDiver
  • add-go.1.7-drop-go-1.4
  • addcholclone
  • addcholdim
  • addcond
  • addeigsym
  • addfromchol
  • addgrow
  • addinverse
  • addpowpsd
  • addsym
  • addtri
  • addtriangular
  • addtrimul
  • addtypes
  • addviewsym
  • archive
  • archive-typo
  • asm
  • asm-dscal
  • bounds
  • bounds-bug
  • cap
  • capped
  • changerowview
  • changevec
  • check
  • chol
  • cholesky-panic
  • cholesky-rankone
  • cholfrom
  • clean-vector
  • clean_tests
  • cleanup-cholesky
  • cleanup-doc
  • close
  • cmat
  • comments
  • conderr
  • conj
  • conjugate
  • copy-safe
  • de-zero
  • deadchecks
  • dense-rowcoler
  • densepanic
  • deprecation-notice
  • det-flake
  • doc-complex
  • doc-fixes
  • docs
  • dot
  • dot-vector
  • drop-lugaussian
  • eigen
  • eigen-work
  • error
  • error-stack
  • errors
  • exp
  • exp-workspace
  • export-iszero
  • exposevectors
  • extractions
  • fix-binary-ops
  • fix-build-status
  • fix-cholesky
  • fix-docs
  • fix-fails
  • fix-inverse-singular
  • fix-job-syev
  • fix-lu
  • fix-tri
  • fixbenchpremul
  • fixcholcheck
  • fixcolerr
  • fixdet
  • fixdocs
  • fixgrow
  • fixinner
  • fixiszero
  • fixmulvec
  • fixraw
  • fixsubsetsymexample
  • fixsyminner
  • fixvecmul
  • formatting
  • go-1.5.4-and-1.6.1
  • go-1.6.3-and-1.7rc2
  • go-1.7.3
  • go-1.7rc3
  • go1.6beta2
  • go1.6rc1
  • go1.7beta1
  • goblas
  • godoc
  • grow
  • gsvd
  • gsvd-examples
  • housekeeping
  • inner
  • inverse_tests
  • jama-comment
  • lapackchol
  • lapackeigen
  • lint
  • list-test-additions
  • list-test-fixes
  • lu-rankone-doc
  • lu-reset
  • master
  • mat64-docs
  • matrix.Vector-is-blas64.Vector
  • minor-cleanup
  • mul-fix
  • mulgen
  • multrans
  • mulvec
  • mulvecaddtri
  • mulvecsym
  • names
  • norm-panic
  • norm-test
  • offset
  • only-coveralls-if-branch
  • optimizeinner
  • outer
  • panmess
  • pool
  • pow
  • pow-alloc
  • pow-opt
  • punctuation
  • raw
  • rawcolviewer-slice
  • rc-ij
  • re-view
  • rebuild-always
  • reduction
  • remove-rowcoler
  • rename-vectorer
  • reset
  • reuse-zeroed
  • rowcolargname
  • shadow
  • shadow-doc
  • shadow-fix
  • shadow-precision
  • shadow-strict
  • shadow-sym
  • shadow-test
  • shadow-tri
  • shadow-triangle
  • shadow-vecs
  • sokdoc
  • solve
  • spelling
  • stale-comment-lu
  • subsetsym
  • svd-doc
  • svd-reuse
  • symadd
  • syminner
  • symmetric-strict
  • symrankone
  • symranktwo
  • test-vector-data-len
  • transposer-inplace
  • travis-gimme
  • travis-go-1.4.2
  • travis-go-1.6.2
  • underlying
  • unused
  • updateeigen
  • updatesvd
  • updatetravis
  • use-ormqr
  • usezeroed
  • vec-lint
  • vecsolvechol
  • vector
  • vector-addscaled
  • vector-dot
  • vector-norm
  • vector-proliferation
  • vector-scale
  • viewer

pending completion
1577

push

travis-ci

btracey
Add TriKind constant.

This change modifies the signature of NewTriDense(n int, upper bool, data []float64) to NewTriDense(n int, kind matrix.TriKind, data []float64). This increases the legibility of calls to NewTriDense as it is now written as mat64.NewTriDense(n, matrix.Upper, nil) rather than needing to memorize if upper triangular is true or false

11 of 11 new or added lines in 2 files covered. (100.0%)

3682 of 4350 relevant lines covered (84.64%)

2.54 hits per line

Relevant lines Covered
Build:
Build:
4350 RELEVANT LINES 3682 COVERED LINES
2.54 HITS PER LINE
Source Files on addtritype
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1577 addtritype Add TriKind constant. This change modifies the signature of NewTriDense(n int, upper bool, data []float64) to NewTriDense(n int, kind matrix.TriKind, data []float64). This increases the legibility of calls to NewTriDense as it is now written as m... push 26 Feb 2016 12:59AM UTC btracey travis-ci pending completion  
1575 addtritype PR comments push 26 Feb 2016 12:53AM UTC btracey travis-ci pending completion  
1573 addtritype Add TriKind constant. This change modifies the signature of NewTriDense(n int, upper bool, data []float64) to NewTriDense(n int, kind matrix.TriKind, data []float64). This increases the legibility of calls to NewTriDense as it is now written as m... push 25 Feb 2016 05:42PM UTC btracey travis-ci pending completion  
See All Builds (1243)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc