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

gonum / matrix
88%
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 reset
branch: reset
CHANGE BRANCH
x
Reset
  • reset
  • ElemDiver
  • add-go.1.7-drop-go-1.4
  • addcholclone
  • addcholdim
  • addcond
  • addeigsym
  • addfromchol
  • addgrow
  • addinverse
  • addpowpsd
  • addsym
  • addtri
  • addtriangular
  • addtrimul
  • addtritype
  • 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
  • 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
1854

push

travis-ci

kortschak
mat64: improve reset internal comment

Also move Reset next to isZero for Dense and TriDense so that the
relationship between Reset and isZero is clearer.

15 of 15 new or added lines in 3 files covered. (100.0%)

4230 of 4801 relevant lines covered (88.11%)

3.11 hits per line

Relevant lines Covered
Build:
Build:
4801 RELEVANT LINES 4230 COVERED LINES
3.11 HITS PER LINE
Source Files on reset
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1854 reset mat64: improve reset internal comment Also move Reset next to isZero for Dense and TriDense so that the relationship between Reset and isZero is clearer. push 30 Aug 2016 11:45PM UTC kortschak travis-ci pending completion  
1853 reset mat64: add Reset method to SymDense push 30 Aug 2016 06:39AM UTC kortschak travis-ci pending completion  
1850 reset mat64: add Reset method to SymDense push 30 Aug 2016 03:36AM UTC kortschak travis-ci pending completion  
212 reset Make Reset clearly a destructive action If a user calls Reset on a *Dense there are potential implications on views, so document that. Also since we are now free to be brutal, don't bother keeping the Stride in tact and use it as the flag for zer... push 14 Jan 2015 01:06AM UTC kortschak travis-ci pending completion  
210 reset Make Reset clearly a destructive action If a user calls Reset on a *Dense there are potential implications on views, so document that. Also since we are now free to be brutal, don't bother keeping the Stride in tact and use it as the flag for zer... push 14 Jan 2015 01:00AM UTC kortschak travis-ci pending completion  
208 reset Make Reset clearly a destructive action If a user calls Reset on a *Dense there are potential implications on views, so document that. Also since we are now free to be brutal, don't bother keeping the Stride in tact and use it as the flag for zer... push 14 Jan 2015 12:46AM UTC kortschak travis-ci pending completion  
206 reset Make Reset clearly a destructive action If a user calls Reset on a *Dense there are potential implications on views, so document that. Also since we are now free to be brutal, don't bother keeping the Stride in tact and use it as the flag for zer... push 14 Jan 2015 12:00AM UTC kortschak travis-ci pending completion  
204 reset Make Reset clearly a destructive action If a user calls Reset on a *Dense there are potential implications on views, so document that. Also since we are now free to be brutal, don't bother keeping the Stride in tact and use it as the flag for zer... push 13 Jan 2015 11:56PM UTC kortschak 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