Martijn Govers

Results 115 comments of Martijn Govers

I also think that the fact that we do not use builder patterns increases this issue. that's why e.g. test_math_solver.cpp needs **all** solvers, even though not all solvers are needed...

irrelevant for CI but relevant for local development: i also think that we can split up the build target of the unit tests into multiple smaller ones to prevent the...

> This might be very novice input, but aren't we making heavy use of templates? I think normally that is also not the easiest thing when it comes to compiling....

Although this ticket has majorly been repurposed compared to the initial setup, I think @figueroa1395 's work on getting the #718 should close this ticket.

there are only 2 code smells left after #491 . i think it's a good idea to try to pick this up in the near future. @ekiwaka if you would...

@ekiwaka how is it going? do you need any help? Or can I unassign you?

line numbers can change. can you add permalinks? (you can create them using the GitHub viewer)

without going into details or working it out entirely, a possible approach could be: * [ ] an SDK like our meta_data in the core, like in: * [ ]...

> The C boundary has to remain with opaque structs. Otherwise, there is no guarantee for ABI compatibility. All the offsets, alignments, sizes need to be dynamically retrieved at runtime....

i don't think that's possible. if the sigmas are unreasonably small, there is still a theoretical mathematical optimum, but iterative solvers may not find it because its minimal residuals are...