Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the matrix computations to their own file #3278

Merged
merged 21 commits into from
Jan 12, 2022

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Jan 9, 2022

And make them usable on both Fixed and Unbounded matrices. Also some minor improvements:

  1. Add operator<< for Fixed arrays.
  2. Add FixedLowerTriangularMatrix.
  3. Add matchers for Fixed arrays.

This PR also changes the macOS minimum version to 10.14 (Mojave).

@eggrobin eggrobin mentioned this pull request Jan 9, 2022
explicit Row(Matrix& matrix, int row);

// We need to remove the const because, when this class is instantiated with
// 'FixedUpperTriangularMatrix const', the first operator[], not the second,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'? can we stick to ` or |?

template<typename U>
struct CholeskyGenerator;

template<typename Scalar_, template<typename S> typename UpperTriangularMatrix>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the definition of the generators to the _body so that this file remains easy to skim.

@eggrobin eggrobin added the LGTM label Jan 12, 2022
@pleroy pleroy merged commit e5d7272 into mockingbirdnest:master Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants