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
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
.
nimble-dev
/
nCompiler
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
64
Code
Issues
62
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
add sparse cholesky functionality
- #168
#168
Open
paciorek
wants to merge 13 commits into
main
nimble-dev/nCompiler:main
from
sparse_chol
nimble-dev/nCompiler:sparse_chol
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
add sparse cholesky functionality
#168
paciorek
wants to merge 13 commits into
main
nimble-dev/nCompiler:main
from
sparse_chol
nimble-dev/nCompiler:sparse_chol
Copy head branch name to clipboard
Commits
Commits on May 2, 2026
Make partial draft of sparse Cholesky, starting with factorization.
paciorek
committed
2cc7511
View commit details
Copy full SHA for 2cc7511
Browse repository at this point
Commits on May 4, 2026
Add draft of sparseCholLegdet.
paciorek
committed
6c99fbc
View commit details
Copy full SHA for 6c99fbc
Browse repository at this point
Commits on May 11, 2026
Fully handling of sparse Cholesky, with sparseCholLogdet as first example operator.
paciorek
committed
28e214d
View commit details
Copy full SHA for 28e214d
Browse repository at this point
Commits on May 12, 2026
Overload nLogdet for sparse chol factor and remove `sparseCholLogdet`.
paciorek
committed
5253e4a
View commit details
Copy full SHA for 5253e4a
Browse repository at this point
Commits on May 13, 2026
Overload nMul for sparse chol factor.
paciorek
committed
60986bf
View commit details
Copy full SHA for 60986bf
Browse repository at this point
Commits on May 14, 2026
Actually add tensorOperations_chol.h with
Show description for ac509f4
paciorek
committed
ac509f4
View commit details
Copy full SHA for ac509f4
Browse repository at this point
Omit stray test/check code in test-tensorOperations_sparse.R.
paciorek
committed
fbbd93a
View commit details
Copy full SHA for fbbd93a
Browse repository at this point
Clean up R execution for sparse chol factor input to various lin alg operators.
paciorek
committed
efca3f0
View commit details
Copy full SHA for efca3f0
Browse repository at this point
Add predefined C++ for sparseCholFactor class.
paciorek
committed
47c7747
View commit details
Copy full SHA for 47c7747
Browse repository at this point
Commits on May 30, 2026
Add dense chol factorization and related methods, akin to sparseChol.
paciorek
committed
29d2a8c
View commit details
Copy full SHA for 29d2a8c
Browse repository at this point
Add cpp files for denseChol.
paciorek
committed
6c4cbfe
View commit details
Copy full SHA for 6c4cbfe
Browse repository at this point
Add comment about include insertion in predef code for chol factors.
paciorek
committed
bcdf8aa
View commit details
Copy full SHA for bcdf8aa
Browse repository at this point
Add Cholesky with overloading to replace {sparse,dense}Chol.
paciorek
committed
b83c4a3
View commit details
Copy full SHA for b83c4a3
Browse repository at this point
You can’t perform that action at this time.