Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/txstc55/cuda-12-by-12-symmetric-matrix-evd
This repo contains code to perform 12 by 12 symmetric matrix's eigen value decomposition for cuda with double precision
https://github.com/txstc55/cuda-12-by-12-symmetric-matrix-evd
Last synced: about 2 months ago
JSON representation
This repo contains code to perform 12 by 12 symmetric matrix's eigen value decomposition for cuda with double precision
- Host: GitHub
- URL: https://github.com/txstc55/cuda-12-by-12-symmetric-matrix-evd
- Owner: txstc55
- Created: 2023-11-13T06:31:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T20:54:53.000Z (10 months ago)
- Last Synced: 2024-03-11T21:51:56.456Z (10 months ago)
- Language: Cuda
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 12 By 12 Symmetric Matrix Eigen Value Decomposition
## Update: Please just use Eigen library, it's faster. This repo will contain the code that's marginally faster than Eigen, 10% for 12 by 12, it's recommended to just use Eigen.