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

[RST-1960] Added a tangent/parameter space flag to the covariance function #50

Merged
merged 2 commits into from
May 8, 2019

Conversation

svwilliams
Copy link
Contributor

Added a tangent/parameter space flag to the covariance function.

@svwilliams svwilliams requested review from DLu and ayrton04 April 27, 2019 03:20
{
for (size_t i = 0; i < covariance_requests.size(); ++i)
{
if (!covariance.GetCovarianceBlockInTangentSpace(all_covariance_blocks.at(i).first,
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: maybe make const references to these to avoid the repeated indexing? Same for the other variables below.

@svwilliams svwilliams merged commit ab8f012 into devel May 8, 2019
@svwilliams svwilliams deleted the RST-1960-tangent-space-cov branch May 8, 2019 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants