Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 65a68b9f99ae
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6dc7d900c5ee
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 6, 2020

  1. After egg's review.

    pleroy committed Jul 6, 2020
    Copy the full SHA
    1041722 View commit details
  2. Merge pull request #2632 from pleroy/InnerProduct

    A stray commit.
    pleroy authored Jul 6, 2020
    Copy the full SHA
    6dc7d90 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 numerics/poisson_series.hpp
2 changes: 1 addition & 1 deletion numerics/poisson_series.hpp
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ operator*(PoissonSeries<LValue, ldegree_, Evaluator> const& left,
// Inner product space of Poisson series.

// Technically the weight function must be nonnegative for this to be an inner
// product. Not sure how with work with the flat-top windows, which can be
// product. Not sure how this works with the flat-top windows, which can be
// negative.
template<typename LValue, typename RValue,
int ldegree_, int rdegree_, int wdegree_,