Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TheAlgorithms
/
Python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
51k
Star
224k
Code
Issues
143
Pull requests
879
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
jacobi_iteration_method.py the use of vector operations, which reduces the calculation time by dozens of times
- #8938
#8938
Merged
cclauss
merged 15 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
quant12345:jacobi
Copy head branch name to clipboard
Sep 11, 2023
Conversation
Commits
15
(15)
Checks
Files changed
Merged
jacobi_iteration_method.py the use of vector operations, which reduces the calculation time by dozens of times
#8938
cclauss
merged 15 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
quant12345:jacobi
Copy head branch name to clipboard
Commits
Commits on Aug 9, 2023
Replaced loops in jacobi_iteration_method function with vector operations. That gives a reduction in the time for calculating the algorithm.
quant12345
committed
cc14550
View commit details
Copy full SHA for cc14550
Browse repository at this point
Replaced loops in jacobi_iteration_method function with vector operations. That gives a reduction in the time for calculating the algorithm.
quant12345
committed
5fa2a6e
View commit details
Copy full SHA for 5fa2a6e
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 8e21133
pre-commit-ci[bot]
committed
8e21133
View commit details
Copy full SHA for 8e21133
Browse repository at this point
Delete main.py
quant12345
authored
b86d043
View commit details
Copy full SHA for b86d043
Browse repository at this point
Update jacobi_iteration_method.py
Show description for a735995
quant12345
authored
a735995
View commit details
Copy full SHA for a735995
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 34b0a12
pre-commit-ci[bot]
committed
34b0a12
View commit details
Copy full SHA for 34b0a12
Browse repository at this point
Update jacobi_iteration_method.py
Show description for 2be3f22
quant12345
authored
2be3f22
View commit details
Copy full SHA for 2be3f22
Browse repository at this point
Update jacobi_iteration_method.py
Show description for cb4ea20
quant12345
authored
cb4ea20
View commit details
Copy full SHA for cb4ea20
Browse repository at this point
Update jacobi_iteration_method.py
Show description for 442d8ed
quant12345
authored
442d8ed
View commit details
Copy full SHA for 442d8ed
Browse repository at this point
Commits on Aug 13, 2023
Update jacobi_iteration_method.py
Show description for 4904dea
quant12345
authored
4904dea
View commit details
Copy full SHA for 4904dea
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for cc545c5
pre-commit-ci[bot]
committed
cc545c5
View commit details
Copy full SHA for cc545c5
Browse repository at this point
Update jacobi_iteration_method.py
Show description for d288cbd
quant12345
authored
d288cbd
View commit details
Copy full SHA for d288cbd
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 43a39c1
pre-commit-ci[bot]
committed
43a39c1
View commit details
Copy full SHA for 43a39c1
Browse repository at this point
Commits on Sep 11, 2023
Update jacobi_iteration_method.py
Show description for 5c1a12b
quant12345
authored
5c1a12b
View commit details
Copy full SHA for 5c1a12b
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 240f388
pre-commit-ci[bot]
committed
240f388
View commit details
Copy full SHA for 240f388
Browse repository at this point
You can’t perform that action at this time.