Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finite difference pricer adjustments #221

Merged
merged 15 commits into from
Jul 4, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    9632d5d View commit details
    Browse the repository at this point in the history
  2. Correct error in implementation for call/put boundary conditions + re…

    …move unnecessary argument for boundary_condition_at_time_n()
    yfnaji committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    92022fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8981889 View commit details
    Browse the repository at this point in the history
  4. Adjustments in explicit()

    yfnaji committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0a49270 View commit details
    Browse the repository at this point in the history
  5. Adjustments in implicit()

    yfnaji committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b52cf70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d283413 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Amend argument datatype from functions to f64 and amending create_tri…

    …diagonal_matrix() accordingly
    yfnaji committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    bf1a5a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b51117f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b30bc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    210babf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99a7ef0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Introduce function exclusively for multiplication between tridiagonal…

    … matrix and vector + amend invert_tridiagonal_matrix() to return matrix representation using only diagonal and sub/super diagonals arguments
    yfnaji committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4c0d027 View commit details
    Browse the repository at this point in the history
  2. Amend schemes to incorporate newly created tridiagonal_matrix_multipl…

    …y_vector() and amendment in invert_tridiagonal_matrix()
    yfnaji committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    20a8af4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Amend tridiagonal_matrix_multiply_vector() by removing match statemen…

    …t and manually add first and final entries outside loop
    yfnaji committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    031098e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0471f2 View commit details
    Browse the repository at this point in the history