Module decomposition

Module decomposition 

Source
Expand description

Matrix decomposition algorithms

This module provides various matrix decomposition methods including LU, QR, Cholesky, and SVD decompositions optimized for the unified matrix system.

Modules§

cholesky
Cholesky decomposition algorithms
decomposition_tests
Tests for matrix decomposition algorithms
lu
LU decomposition algorithms
qr
QR decomposition algorithms
svd
Singular Value Decomposition (SVD) algorithms

Traits§

MatrixDecomposition
Matrix decomposition operations trait