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

gonum / matrix / 1574
88%

Build:
DEFAULT BRANCH: master
Ran 25 Feb 2016 05:43PM UTC
Jobs 3
Files 21
Run time 2min
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

pending completion
1574

Pull #338

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
Pull Request #338: Add TriKind constant.

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

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
mat64/triangular.go
Jobs
ID Job ID Ran Files Coverage
1 1574.1 25 Feb 2016 05:43PM UTC 0
84.64
Travis Job 1574.1
2 1574.2 25 Feb 2016 05:43PM UTC 0
84.64
Travis Job 1574.2
3 1574.3 25 Feb 2016 05:45PM UTC 0
84.64
Travis Job 1574.3
Source Files on build 1574
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1574
  • Pull Request #338
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

© 2026 Coveralls, Inc