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

DM-8467: Wrap lsst_distrib with pybind11 #48

Merged
merged 2 commits into from Mar 7, 2017
Merged

Conversation

pschella
Copy link

No description provided.

Eliminate all use of shared pointers to Eigen matrices
and vectors, especially as arguments and return values.
The impetus was that pybind11 did not wrap the return
value from the following properly (it build but could
not turn the result into a Python object, and the error
message made it look like the result was an Eigen::MatrixXd
instead of a shared pointer to the same):
```
std::shared_ptr<Eigen::MatrixXd> makeRegularizationMatrix
```
@pschella pschella merged commit 6ef0d75 into master Mar 7, 2017
@ktlim ktlim deleted the tickets/DM-8467 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants