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
.
NumPower
/
numpower
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
209
Code
Issues
10
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[FEAT] Implemented covariance calculation Closes #48
- #66
#66
Open
jiyo4476
wants to merge 10 commits into
NumPower:main
NumPower/numpower:main
from
jiyo4476:FEAT-48-Implement-covariance-calculation
jiyo4476/numpower:FEAT-48-Implement-covariance-calculation
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
[FEAT] Implemented covariance calculation Closes #48
#66
jiyo4476
wants to merge 10 commits into
NumPower:main
NumPower/numpower:main
from
jiyo4476:FEAT-48-Implement-covariance-calculation
jiyo4476/numpower:FEAT-48-Implement-covariance-calculation
Copy head branch name to clipboard
Commits
Commits on Sep 26, 2024
Implemented covariance calculation
Show description for c1cfd30
jiyo4476
committed
c1cfd30
View commit details
Copy full SHA for c1cfd30
Browse repository at this point
Combined transpose and dot product to decrease pointer allocations
Show description for b49b497
jiyo4476
committed
b49b497
View commit details
Copy full SHA for b49b497
Browse repository at this point
Fixed naming for param in cov
Show description for 0024292
jiyo4476
committed
0024292
View commit details
Copy full SHA for 0024292
Browse repository at this point
Added Boolean for matrix param in row-major order
Show description for 18fe72b
jiyo4476
committed
18fe72b
View commit details
Copy full SHA for 18fe72b
Browse repository at this point
Commits on Sep 28, 2024
Update cov function to use slice method for improved data handling
Show description for 8070fcb
jiyo4476
committed
8070fcb
View commit details
Copy full SHA for 8070fcb
Browse repository at this point
Commits on Oct 3, 2024
Removed unused a_data array in covariance function
Show description for 19f3b21
jiyo4476
committed
19f3b21
View commit details
Copy full SHA for 19f3b21
Browse repository at this point
Refactored norm to centered for readability
Show description for caa3cbd
jiyo4476
committed
caa3cbd
View commit details
Copy full SHA for caa3cbd
Browse repository at this point
Change efree to NDArray_Free for NDArrays in covariance function
Show description for af8c992
jiyo4476
committed
af8c992
View commit details
Copy full SHA for af8c992
Browse repository at this point
Refactor to combine mean calculation and subtraction into single centered variable
Show description for 018a7f9
jiyo4476
committed
018a7f9
View commit details
Copy full SHA for 018a7f9
Browse repository at this point
Refactor to move malloc of centered_vectors to reduce heap allocation time
Show description for 8225a7d
jiyo4476
committed
8225a7d
View commit details
Copy full SHA for 8225a7d
Browse repository at this point
You can’t perform that action at this time.