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

Decomposition - symmetric and anti-symmetric #62

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2022

  1. Decomposition - symmetric and anti-symmetric

    Decompose a quadratic equation into symmetric, antisymmetric parts using its transpose.
    AnhMai-bit committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    0c83cee View commit details
    Browse the repository at this point in the history
  2. Update - Decomposition

    Removed comments, all coefficients defined in one line.
    AnhMai-bit committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ffe0861 View commit details
    Browse the repository at this point in the history
  3. Update reproducing.m

    AnhMai-bit committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    571cb0f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Update - Apr 27 - Symm Decomp

    Updated new function, coefficients and calculation for symmetry and antisymmetry
    AnhMai-bit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    dd25ba8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    94437b0 View commit details
    Browse the repository at this point in the history
  2. Update - Decomp - Reshape

    Corrected reshape functions.
    AnhMai-bit committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    87d93fc View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Decom - Update - May 4

    Updated decomposition method, used NTR - KZFD and SFR-BCR-1.
    AnhMai-bit committed May 5, 2022
    Configuration menu
    Copy the full SHA
    adb3700 View commit details
    Browse the repository at this point in the history