Fnft kdvv inverse#84
Open
ffischer7 wants to merge 84 commits into
Open
Conversation
…. One test case is hard implemented yet.
…kdvv_inverse_example_1.m
Preparations for usage with multiple eigenvalues to add. Sorting for bound_states and normconsts implemented.
Beginning implementing add_two solitions. Refactoring of fnft_kdvv_inverse() for this as preparation.
… far. Ready for implementing add_two_solitons(). Test with adding two solitions only with add_one_solition() works, the result is quite similar to matlab where these two solitons also are added only with add_one_soliton. However there are some differs. Maybe due to numerical characteristics?
…lar to problem with add_one_solition.
…ocedure from main into it. Same style then fnft_kdvv_test_accounting_99sech.c
…c convergence now
…dvv_inverse_test_1
…trum_of_inverse, which calculates the spectrum of the inverse of some bound states to ffnft_kdvv_inverse_testcases.c, so that it can be used for several tests
…ers an empty array
…in fnft_kdvv_inverse. As a conseqeunce, adapt checks vor valid inputs and add E_INVALID_ARGUMENT_MSG as error code, which can handle descriptive error messages.
…cated storage needs to be declared before the first potential jump to leave_fun
…t_kdvv_inverse requires eigenvalues in descending order due to a recently change.
… analytic signal for two x-values.
…nce of rounded intermediate results
…nto fnft_kdvv_inverse
… fnft_kdvv_inverse. Therefore the constant THRESHOLD_EQUALITY_BOUND_STATES is introduced.
…e to failed test at linux computer
…nto fnft_kdvv_inverse
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.
Adding inverse kdvv functionality. This includes also tests, mexfiles for matlab usage and examples. The code is documented with doxygen.