petlist
petlist
`std::shared_pointer linear_solver; linear_solver = make_shared(kit_mat)` ?
I need to learn how to properly insert the code. =)
Got it! :) Just do not close this issue- will use it for reference)
Hello @1uc , I was about to ask a related question when noticed your post here. I am a user with the use case you're mentioning: I would like to...
Hello @1uc, Thank you for the quick and very detailed reply! Just to clarify your second point a little bit, since this is exactly what I would like to do...
The raw pointer `write_raw` solution works very well, thanks! With the span, the dataset should be perhaps set up differently as the type checker complains about unrecognised data type. Thank...