From 6c4cb24ae00cb95f433fa11034c2cf303665de9b Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 20 May 2026 16:17:41 +0200 Subject: [PATCH] Fix typo in README.md for object visualization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21ea5949..aa8c0d0e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Especially be cautious regarding: - Domain specific language ("DSL") for Geometric Algebras. Including user defined functions. - Multiple Geometric Algebras can be used (Currently CGA and PGA). New ones can be added fast with changes in GACasADi. - Debugging to step through the DSL code and view variables content. Enabled by GraalVM. Tested with Netbeans. -- Visualization of Objekts while debugging. +- Visualization of objects while debugging. - Fast numeric evaluation due to the internal use of sparsity and symbolic simplification of expressions (with CasADi and Maxima CAS). Additionally, the use of Geometric Algebra linearizes some transformations which increases likelyhood that the CAS finds shorter (faster) expressions. - LaTeX printing of expressions (with help of Maxima). Currently only at the end of program execution. Adding more flexibility is planned.