Open
Conversation
Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com>
Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com>
Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com>
Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com>
Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com>
…hance dynamic variable handling
…er interpolation logic
… model auxiliary variable handling
…nd enhance symbolic solving conditions
…zed representation and simplify dynamic equations filtering
…for improved clarity and organization of results
…solver functionality
…ew continuation parameters for improved solver performance
…function and optimize parameter handling in solve_nsss_wrapper
…bility in model equation handling
…erical/symbolic behaviour
…ogic for improved performance
…meter for improved clarity and control over symbolic solving behavior
…for improved clarity and cache management
…elling.jl into optim_LFI_alloc
…products and additional row/column masks for efficiency
…space and improved error handling
…elling.jl into optim_LFI_alloc
…ast function to use alternative LU implementation
…d Kronecker product for improved efficiency
…elling.jl into optim_LFI_alloc
- Updated Krylov workspace references in `solve_lyapunov_equation` to use `workspace.bicgstab` and `workspace.gmres` instead of `workspace.bicgstab_workspace` and `workspace.gmres_workspace`. - Modified `solve_sylvester_equation` to align with the new Krylov workspace structure, replacing `krylov_workspace` with `krylov` and updating references accordingly. - Adjusted caching mechanisms in various functions to use consistent naming for solver caches, changing `solver_cache` to `solver` in relevant structs and functions. - Ensured proper initialization and usage of Krylov workspaces across multiple functions, including `ensure_lyapunov_krylov_solver!` and workspace constructors. - Enhanced clarity and maintainability by renaming variables and ensuring consistent usage of workspace structures throughout the codebase.
…resizing improvements
…elling.jl into optim_LFI_alloc
…xed_kron³ with optimized matrix operations
…formation with auxiliary matrix
…cond-order auxiliary matrix
…elling.jl into optim_LFI_alloc
…r product computation
…elling.jl into optim_LFI_alloc
…ce initialization
…elling.jl into optim_LFI_alloc
…improve initial guess management in forward-mode AD calculations.
…variance function
… clarity and functionality
…parating matrix computation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.