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

gonum / lapack
64%
master: 83%

Build:
Build:
LAST BUILD BRANCH: deprecate
DEFAULT BRANCH: master
Repo Added 18 Oct 2014 10:10PM UTC
Files 111
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 clapack
branch: clapack
CHANGE BRANCH
x
Reset
  • clapack
  • AddLQ
  • Adddgetri
  • add-dgebak
  • add-dgebal
  • add-dgeev
  • add-dgehd2
  • add-dgehrd
  • add-dhseqr
  • add-dlaexc
  • add-dlagge
  • add-dlagsy
  • add-dlahqr
  • add-dlahr2
  • add-dlaln2
  • add-dlaqr04
  • add-dlaqr2
  • add-dlaqr23
  • add-dlaqr4
  • add-dlarfx
  • add-dlasy2
  • add-dorghr
  • add-dormhr
  • add-dtrevc3
  • add-dtrexc
  • add-go.1.7-drop-go-1.4
  • add-iparmq
  • adddbdsqr
  • adddgebrd
  • adddgecon
  • adddgels
  • adddgesvd
  • adddgetf2
  • adddgetrf
  • adddgetrs
  • adddlacn2
  • adddlacpy
  • adddlae2
  • adddlaev2
  • adddlanst
  • adddlansy
  • adddlantr
  • adddlanxx
  • adddlarf
  • adddlarfb
  • adddlartg
  • adddlarts
  • adddlas2
  • adddlasq
  • adddlasr
  • adddlasrt
  • adddlasv2
  • adddlatrd
  • adddorg2r
  • adddorgbr
  • adddorgql
  • adddorgqr
  • adddorgtr
  • adddormbr
  • adddpocon
  • adddrscl
  • adddsteqr
  • adddsterf
  • adddsyev
  • adddsyev2
  • adddsytd2
  • adddsytrd
  • adddtrcon
  • adddtrti2
  • adddtrtri
  • addinverses
  • addlapackcon
  • addlinsol
  • addqr
  • allocs
  • archive
  • bench-dbdsqr
  • beta3
  • better-install-errors
  • blas-all-uplo
  • cgo-dlacn2
  • cgo-dlapy2
  • cgo-dlascl
  • cgo-dlaset
  • cgo-dorgql
  • cgo-dorgtr
  • cgo-dormbr-dormlq-tests
  • cgo-dsteqr
  • cgo-dsterf
  • cgo-dsytrd
  • cgo-exts
  • cgo-exts2
  • cgo-work-comments
  • checkmatrix-col
  • clapack-to-lapacke
  • cleanup-dgeqrf
  • close
  • compsv-to-comp
  • consts-types-2
  • copyrights
  • coveralls-badge
  • coveralls-no-testlapack
  • dbdsqr-minor-cleanup
  • deprecate
  • dgeev-benchmark
  • dgeev-test-mediumwork
  • dgeqp3
  • dgeqr2test
  • dgetf2
  • dggsvd3
  • dggsvp3
  • dggsvp3-bounds
  • dlacn2-doc
  • dlaexc-1x1-test
  • dlagsy-k
  • dlahqr-docs
  • dlahqr-unconverged
  • dlamchs
  • dlantr-test
  • dlanv2
  • dlap
  • dlapy2-test
  • dlaqr1
  • dlaqr5
  • dlaqr5-test
  • dlarft-shadow
  • dlascl-test
  • dlaset-test
  • dlasq56-params
  • dlasrt-test
  • dlaswp-test
  • dlatm1
  • doc-cleanup
  • doc-links
  • docker-openblas-testing
  • docs
  • dormlq-alloc
  • dormqr
  • dpocon-test
  • dpotf2-doc
  • dpotrf-test
  • dsytrd-checks
  • dsytrd-test-lower
  • dtgsja
  • ev-cleanup
  • fix-dbdsqr
  • fix-dgebal
  • fix-dgeqrf
  • fix-dlaexc
  • fix-dlahqr
  • fix-dlaqr5-doc
  • fix-dlartg
  • fix-dlasq6
  • fix-dlaswp
  • fix-dorghrtest
  • fix-dorgql
  • fix-dormlq
  • fix-dormqr
  • fix-dsteqr
  • fix-dtrtri
  • fix-gecon
  • fix-lapacke-xlaset
  • fixdgels
  • fixdlacn2
  • fixdlantr
  • fixgels
  • fixtrtrs
  • fortran
  • frob
  • frobenius-typo
  • geev-int
  • gen
  • generated
  • go-1.5.4-and-1.6.1
  • go-1.6.3-and-1.7rc2
  • go-1.7.3
  • go-1.7rc31
  • go1.6beta2
  • go1.6rc1
  • go1.6rc2
  • go1.7beta1
  • hang-fail
  • improve-dlahqr-test
  • int-return
  • lapacke-3.6
  • lapacke-dlantr-fixed
  • lapacke-uplo
  • machine-consts
  • master
  • nans
  • nativedoc
  • no-overload
  • only-coveralls-if-branch
  • potrf-doc
  • publicsvd
  • qrlqsolve
  • rand
  • readme
  • reflector-docs
  • returns
  • small-things
  • spelling
  • stability
  • structured
  • svd-consts
  • sync-dorghr-doc
  • tau-check-lwork
  • test-dlatrs
  • tolerance
  • travis-cache-openblas
  • travis-go-1.6.2
  • travis-osx-builds
  • typed-consts
  • typography
  • use-prebuilt-lapacke
  • work

pending completion
116

push

travis-ci

kortschak
cgo: move bindings to new package

This is a clean up of the code generation (reducing the line count
sigificantly and making failure much noisier prior to the CGO call -
though will only catch the most egregious errors).

The approach I've taken here differs significantly from that in blas/cgo
where all the checks are done in the generated binding code. Here there
is too much complexity, so we do the checks in the Implementation method
and then call the clapack function.

Also use CGO_LDFLAGS env var; this is how we do things in blas and it
allows us to have code that will work with go get when the environment
is correctly set up - without requiring go generate or perl use by the
client.

1155 of 1807 relevant lines covered (63.92%)

3.19 hits per line

Relevant lines Covered
Build:
Build:
1807 RELEVANT LINES 1155 COVERED LINES
3.19 HITS PER LINE
Source Files on clapack
  • List 0
  • Changed 7
  • Source Changed 6
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
116 clapack cgo: move bindings to new package This is a clean up of the code generation (reducing the line count sigificantly and making failure much noisier prior to the CGO call - though will only catch the most egregious errors). The approach I've taken ... push 16 Jul 2015 12:10AM UTC kortschak travis-ci pending completion  
115 clapack lapack/cgo/clapack: fix incorrect CompSV types push 16 Jul 2015 12:00AM UTC kortschak travis-ci pending completion  
108 clapack lapack/cgo/clapack: fix incorrect CompSV types push 15 Jul 2015 06:57AM UTC kortschak travis-ci pending completion  
106 clapack lapack/cgo/clapack: fix incorrect CompSV types push 15 Jul 2015 06:50AM UTC kortschak travis-ci pending completion  
104 clapack README: fix linking instructions push 15 Jul 2015 03:58AM UTC kortschak travis-ci pending completion  
102 clapack travis: fix build push 15 Jul 2015 03:51AM UTC kortschak travis-ci pending completion  
100 clapack travis: fix build push 15 Jul 2015 03:46AM UTC kortschak travis-ci pending completion  
92 clapack cgo/clapack: use CGO_LDFLAGS env var This is how we do things in blas and it allows us to have code that will work with go get when the environment is correctly set up - without requiring go generate or perl use by the client. push 15 Jul 2015 03:10AM UTC kortschak travis-ci pending completion  
86 clapack cgo: move bindings to new package This is a clean up of the code generation (reducing the line count sigificantly and making failure much noisier prior to the CGO call - though will only catch the most egregious errors). The approach I've taken ... push 15 Jul 2015 02:48AM UTC kortschak travis-ci pending completion  
84 clapack cgo: move bindings to new package This is a clean up of the code generation (reducing the line count sigificantly and making failure much noisier prior to the CGO call - though will only catch the most egregious errors). The approach I've taken ... push 15 Jul 2015 02:39AM UTC kortschak travis-ci pending completion  
See All Builds (1255)
  • 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