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

PX4 / Matrix / 942 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: pr-euler_constructor
DEFAULT BRANCH: master
Ran 06 May 2020 08:00AM UTC
Files 20
Run time 2s
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

06 May 2020 07:57AM UTC coverage: 100.0%. First build
export= COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure] CMAKE_BUILD_TYPE=Coverage FORMAT=ON

push

travis-ci

MaEtUgR
Quaternion: refactor multiplication to matrix multiplication style

Most often the multiplication in convention descriptions and papers is
described in matrix multiplication style like this:
q · p := Q(q)p

Q(q) :=
[q0 −q1 −q2 −q3]
[q1 q0 −q3 q2]
[q2 q3 q0 −q1]
[q3 −q2 q1 q0]

I'm just rearanging the terms such that it's easily comparable with
these definitions additional to it being clearly described by
documenting we use the hamilton convention.

1489 of 1489 relevant lines covered (100.0%)

94522.49 hits per line

Source Files on job 942.1 (export= COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure] CMAKE_BUILD_TYPE=Coverage FORMAT=ON)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 778
  • Travis Job 942.1
  • 6bbfc300 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

© 2026 Coveralls, Inc