-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error with list of vectors/matrices #352
Comments
here is valgrind output after using debug symbols
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
I am trying to create a list of two matrices, one for the real part and one for the imaginary part of an Armadillo matrix
Working code
I have this code that works
Failing code
If I change the output to
return writable::list({"real"_nm = B_real, "imag"_nm = B_imag})
as in this example, or I usepush_back
, it returnsHere is the failing code
Valgrind output
I run R in debug mode like this https://pacha.dev/capybara/#debugging and I get
Data types affected
doubles_matrix<>
writable::doubles
andstd::vector<double>
The text was updated successfully, but these errors were encountered: