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

added LU decomposition. #11

Merged
merged 4 commits into from Jun 11, 2021
Merged

added LU decomposition. #11

merged 4 commits into from Jun 11, 2021

Conversation

Ved-Mahajan
Copy link
Contributor

This is to start off the matrix folder for algorithms related to matrix.

LU decomposition is as a starter!

Copy link
Contributor

@arubhardwaj arubhardwaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything is running fine and looks good. Thanks for contributing.

@arubhardwaj arubhardwaj merged commit 72333dd into TheAlgorithms:main Jun 11, 2021
@Ved-Mahajan Ved-Mahajan deleted the LUdecompose branch June 11, 2021 14:50
uncomfyhalomacro added a commit to uncomfyhalomacro/Julia that referenced this pull request Jun 17, 2021
commit ef9a8b4
Merge: 648de0e f02c1b0
Author: Soc Virnyl S. Estela <66054069+ReneganRonin@users.noreply.github.com>
Date:   Thu Jun 17 20:18:00 2021 +0800

    Merge branch 'main' of https://github.com/TheAlgorithms/Julia into TheAlgorithms-main

commit f02c1b0
Author: David Leal <halfpacho@gmail.com>
Date:   Tue Jun 15 14:48:06 2021 -0500

    Update README.md

commit 87aef42
Author: Rratic <73381027+Rratic@users.noreply.github.com>
Date:   Tue Jun 15 20:31:28 2021 +0800

    add sorts (TheAlgorithms#49)

    * add data structures

    * add sorts

commit e95eaaa
Author: Jean-Francois Baffier <jf@baffier.fr>
Date:   Tue Jun 15 21:29:35 2021 +0900

    Fix a lot of small things (TheAlgorithms#32)

    * Lot of small changes (format). Fix a few missing includes.

    * Clean and improve doc. Fix missing includes and move hard coded examples to tests folder

    * Update average_median.jl

    * Lot of small changes (format). Fix a few missing includes.

    * Clean and improve doc. Fix missing includes and move hard coded examples to tests folder

    * Update average_median.jl

    * Fix indent

    * Comment a print command in a function definition

commit f9cb868
Author: Ved Mahajan <74182892+Ved-Mahajan@users.noreply.github.com>
Date:   Tue Jun 15 17:58:56 2021 +0530

    added rotation matrix (TheAlgorithms#47)

    * added rotation matrix

    * exported the function rotation_matrix

    * included the file

    * corrected the name

commit 50e15b4
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Mon Jun 14 17:45:59 2021 +0530

    Prime Check and Prime Factors (TheAlgorithms#42)

    * prime check

    * prime factors

commit 75c8b3e
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Mon Jun 14 17:44:58 2021 +0530

    Weight & Temparature Conversion (TheAlgorithms#45)

    * weight conversion

    * temperature conversion

    * Fix for documentation

commit 7ac5b39
Author: Rratic <73381027+Rratic@users.noreply.github.com>
Date:   Mon Jun 14 20:14:18 2021 +0800

    add data structures (TheAlgorithms#48)

commit fcf36a9
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Mon Jun 14 14:34:13 2021 +0530

    factorial iterative & recursive (TheAlgorithms#39)

commit 229d749
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Mon Jun 14 14:32:15 2021 +0530

    Perfect cube,number,square (TheAlgorithms#41)

    * perfect cube

    * perfect number

    * perfect square

commit a231d5d
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Mon Jun 14 09:13:17 2021 +0530

    Sum of Arithmetic & Geomtric progressions (TheAlgorithms#40)

    * arithmetic progression sum

    * geometric progression  sum

commit 9acbcef
Author: David Leal <halfpacho@gmail.com>
Date:   Sun Jun 13 20:08:14 2021 -0500

    Update README.md

commit 3513931
Author: Aru Bhardwaj <aru.bhardwaj01@gmail.com>
Date:   Mon Jun 14 00:24:28 2021 +0530

    added Pearson correlation function (TheAlgorithms#31)

    * added Pearson correlation

    * removing one line

    Co-authored-by: David Leal <halfpacho@gmail.com>

    Co-authored-by: David Leal <halfpacho@gmail.com>

commit 321248a
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Sun Jun 13 19:52:03 2021 +0530

    First come first serve (TheAlgorithms#30)

    * First come first serve

    * Fixes and improved docstring

    * Test

commit 487b785
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Sun Jun 13 19:50:57 2021 +0530

    Mean,Mode,Median (TheAlgorithms#29)

    * Average mean

    * Average Median

    * Average mode

commit f69fa9a
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Sun Jun 13 16:35:59 2021 +0530

    Some more math functions (TheAlgorithms#27)

    * absolute value related

    * Ceil and Floor

    * area of various shapes

commit 2fd53b8
Author: Rratic <73381027+Rratic@users.noreply.github.com>
Date:   Sun Jun 13 15:13:41 2021 +0800

    adding knapsack (TheAlgorithms#19)

commit a488637
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Jun 13 01:08:50 2021 -0500

    CompatHelper: add new compat entry for "Plots" at version "1" (TheAlgorithms#23)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: David Leal <halfpacho@gmail.com>

commit feeecc4
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Jun 13 01:06:39 2021 -0500

    CompatHelper: add new compat entry for "GLM" at version "1" (TheAlgorithms#24)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: David Leal <halfpacho@gmail.com>

commit 7c706c6
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Jun 13 00:59:07 2021 -0500

    CompatHelper: add new compat entry for "DataFrames" at version "1" (TheAlgorithms#25)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: David Leal <halfpacho@gmail.com>

commit e5276ed
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Jun 13 00:48:56 2021 -0500

    CompatHelper: add new compat entry for "DifferentialEquations" at version "6" (TheAlgorithms#26)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

commit 3afd945
Author: Aru Bhardwaj <aru.bhardwaj01@gmail.com>
Date:   Sun Jun 13 11:16:13 2021 +0530

    Test file for `variance.jl` (TheAlgorithms#22)

commit 06ef299
Author: Aru Bhardwaj <aru.bhardwaj01@gmail.com>
Date:   Sun Jun 13 11:14:05 2021 +0530

    Variance by Pearson method (TheAlgorithms#21)

commit 11b7604
Author: Madison Estabrook <madison.estabrook@gmail.com>
Date:   Sat Jun 12 14:39:56 2021 -0400

    Add is_palindrome (TheAlgorithms#20)

    * Add is_palindrome

    Added  is_palindrome.jl under the src > string folder.

    * Adding is_palindrome to the tests

    Adding is_palindrome to the tests

    * Add string tests

    Added string tests, inculding Is Palindrome.

commit 799508e
Author: Jean-Francois Baffier <jf@baffier.fr>
Date:   Sat Jun 12 22:51:11 2021 +0900

    Tentative to exclude macOS CI on nightly (TheAlgorithms#18)

    merged!

commit 192fc7c
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Sat Jun 12 19:20:51 2021 +0530

    Armstrong Number (TheAlgorithms#17)

commit 8b0a8b9
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Sat Jun 12 09:58:58 2021 +0530

    InterpolationSearch (TheAlgorithms#15)

commit 04e82be
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Sat Jun 12 09:55:58 2021 +0530

    JumpSearch (TheAlgorithms#16)

commit ca7a9fd
Author: Ashwani Rathee <ab669522@gmail.com>
Date:   Sat Jun 12 09:54:35 2021 +0530

    ExponentialSearch (TheAlgorithms#14)

    mered, ignoring CI failure for macOS-latest

commit 8cc8a38
Author: Jean-Francois Baffier <jf@baffier.fr>
Date:   Sat Jun 12 12:40:30 2021 +0900

    Make the repository a Julia package (TheAlgorithms#13)

    * Rebase package files

    * Moverd folders within /src. Add some test subfiles

    * Remove old folders

    * Put test in test files for math problems

    * Test for matrix problems

    * Test for Project-Rosalind

    * Test for searches and statistics

    * Update LICENSE

    Co-authored-by: David Leal <halfpacho@gmail.com>

    * Update docs/src/index.md

    Co-authored-by: David Leal <halfpacho@gmail.com>

    * Clean some artifact from Pkg generation

    * Fix a ref to Int64 (should be Int for x86 compat)

    Co-authored-by: David Leal <halfpacho@gmail.com>

commit 5c23e88
Author: Ved Mahajan <74182892+Ved-Mahajan@users.noreply.github.com>
Date:   Fri Jun 11 22:06:49 2021 +0530

    added determinant.jl to matrix (TheAlgorithms#12)

    * added project-rosalind folder and some starter

    * added determinant.jl to matrix

commit 72333dd
Author: Ved Mahajan <74182892+Ved-Mahajan@users.noreply.github.com>
Date:   Fri Jun 11 20:10:54 2021 +0530

    added LU decomposition. (TheAlgorithms#11)

    * added project-rosalind folder and some starter

    * added lu decomposition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants