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

strasdat / Sophus / 169
99%

Build:
DEFAULT BRANCH: master
Ran 26 Dec 2016 07:40AM UTC
Jobs 1
Files 8
Run time 0s
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
169

push

travis-ci

web-flow
Replace doxygen by in source human-readable documentation. (#49)

I came to the conclusion that

```
// Returns the ith infinitesimal generators of SO(3).
//
// The infinitesimal generators of SO(3) are:
//
//         |  0  0  0 |
//   G_0 = |  0  0 -1 |
//         |  0  1  0 |
//
//         |  0  0  1 |
//   G_1 = |  0  0  0 |
//         | -1  0  0 |
//
//         |  0 -1  0 | 
//   G_2 = |  1  0  0 |
//         |  0  0  0 |
//
// Precondition: ``i`` must be 0, 1 or 2.
//
```

is better than

```
/**
 * \brief Generators
 *
 * \pre \f$ i \in \{0,1,2\} \f$
 * \returns \f$ i \f$th generator \f$ G_i \f$ of SO3
 *
 * The infinitesimal generators of SO3
 * are \f$
 *        G_0 = \left( \begin{array}{ccc}
 *                          0&  0&  0& \\
 *                          0&  0& -1& \\
 *                          0&  1&  0&
 *                     \end{array} \right),
 *        G_1 = \left( \begin{array}{ccc}
 *                          0&  0&  1& \\
 *                          0&  0&  0& \\
 *                         -1&  0&  0&
 *                     \end{array} \right),
 *        G_2 = \left( \begin{array}{ccc}
 *                          0& -1&  0& \\
 *                          1&  0&  0& \\
 *                          0&  0&  0&
 *                     \end{array} \right).
 * \f$
 * \see hat()
 */
```

673 of 820 relevant lines covered (82.07%)

1172.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 169.1 (BUILD_TYPE=Coverage) 26 Dec 2016 07:40AM UTC 0
82.07
Travis Job 169.1
Source Files on build 169
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #169
  • 4152b24b on github
  • Prev Build on master (#166)
  • Next Build on master (#174)
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