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

JuliaDiff / TaylorSeries.jl / 218
93%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2015 05:12AM UTC
Jobs 2
Files 6
Run time 48s
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
218

push

travis-ci

dpsanders
Merge pull request #26 from JuliaDiff/use_base_arithmetic

Instead of arrays for multivectors, use single integer

This uses a single integer, expressed in base `order+1`, instead of a vector of (non-negative) integers, to represent the multivectors of powers in monomials. 

E.g., `[1, 2, 0, 1]` with order 6 becomes 1 + 0*7 + 2*7^2 + 1*7^3.

The sum of two such integers is then directly an integer corresponding to the correct multivector for the product of these two monomials.

932 of 949 relevant lines covered (98.21%)

2535874.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 218.1 02 Aug 2015 05:12AM UTC 0
96.05
Travis Job 218.1
2 218.2 02 Aug 2015 05:13AM UTC 0
98.19
Travis Job 218.2
Source Files on build 218
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #218
  • ce8f5f34 on github
  • Prev Build on master (#211)
  • Next Build on master (#230)
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