Skip to content
Snippets Groups Projects

Speed up quad sus tf calculation 10x, by pre-solving the system symbolically

Merged Christopher Wipf requested to merge fast-susp-tf into master
+ 1
1
@@ -45,7 +45,7 @@ setup_args = dict(
},
include_package_data = True,
zip_safe = True,
zip_safe = False,
)
if __name__ == "__main__":
Loading