Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.