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

Determinant with small numbers fix #3139

Merged
merged 30 commits into from
Feb 14, 2024
Merged

Commits on Feb 7, 2023

  1. broadcasting

    dvd101x committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9232a98 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Simplified broadcasting

    David Contreras committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c589ad5 View commit details
    Browse the repository at this point in the history
  2. Updated for broadcasting

    David Contreras committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fbfd332 View commit details
    Browse the repository at this point in the history
  3. Changed to camel case

    David Contreras committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8537fc9 View commit details
    Browse the repository at this point in the history
  4. Camel case and auto formating

    David Contreras committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    099a7d8 View commit details
    Browse the repository at this point in the history
  5. Added comments

    David Contreras committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    3a0aa2d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    394c737 View commit details
    Browse the repository at this point in the history
  2. Fixed issue with undefined variable

    missing dot  in `A._size`
    dvd101x committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    772e1db View commit details
    Browse the repository at this point in the history
  3. Implemented broadcasting in all functions

    David Contreras committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2cff0be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6508164 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Added helper functions

    dvd101x committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    3ab4ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    899b785 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d5fb32 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Tests for broadcasted arithmetic

    David Contreras committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    3b649ef View commit details
    Browse the repository at this point in the history
  2. Fixed issue with matrix the size of a vector

    David Contreras committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7356dd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    1e2138c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Included broadcast.test

    dvd101x committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    ba8eda2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    9a65882 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    a04770f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    104310f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    75e6c70 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    e2bdd4a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    a131845 View commit details
    Browse the repository at this point in the history
  2. Removed unnecesarry cases

    dvd101x committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c0162ac View commit details
    Browse the repository at this point in the history
  3. Change to arrow function

    dvd101x committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a89285b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    90d2d81 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    fb4fadb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e827580 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    0fa448e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    0336e7a View commit details
    Browse the repository at this point in the history