Michael Sherman

Results 398 comments of Michael Sherman

Looks to me that `FactorLU` and `FactorQTZ` are done correctly, while `Eigen` and `FactorSVD` are wrong (in the current code I mean). We should add missing consts to the methods...

> is FactorSVDRepBase part of the user interface? No.

Is this PR still active?

This needs to be debugged on FreeBSD, which is not one of Simbody's supported platforms so someone who uses FreeBSD will have to do it (@yurivict, that may be you!)....

Although #672 fixed the originally-reported problem here, I have retitled this issue for the error-checking bug and will leave it open.

Odd. There certainly is a method `getContactSurfaceIndex()` [here](https://github.com/simbody/simbody/blob/master/Simbody/include/simbody/internal/ContactTrackerSubsystem.h#L205) and that is just 8 lines above the `getContactSurface()` method the compiler is suggesting. I wonder if you have a damaged or...

I'm unclear about what is being proposed here. Is there a change needed to Simbody or is this for people who want to use Simbody? Should there be a documentation...

Thanks -- very helpful! And your English seems perfect. One minor clarification: it's "Simbody" without the capital "B".

And then submit a PR back to the master branch? Great idea! One difficulty with major changes to the build scripts is that they must be retested carefully on all...