This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"fn":[["try_invert_to","Performs a LU decomposition to overwrite `out` with the inverse of `matrix`."],["wilkinson_shift","Computes the wilkinson shift, i.e., the 2x2 symmetric matrix eigenvalue to its tailing component `tnn`."]],"mod":[["balancing","Functions for balancing a matrix."],["givens","Construction of givens rotations."],["householder","Construction of householder elementary reflections."]],"struct":[["Bidiagonal","The bidiagonalization of a general matrix."],["Cholesky","The Cholesky decomposition of a symmetric-definite-positive matrix."],["FullPivLU","LU decomposition with full row and column pivoting."],["Hessenberg","Hessenberg decomposition of a general matrix."],["LU","LU decomposition with partial (row) pivoting."],["PermutationSequence","A sequence of row or column permutations."],["QR","The QR decomposition of a general matrix."],["SVD","Singular Value Decomposition of a general matrix."],["Schur","Schur decomposition of a square matrix."],["SymmetricEigen","Eigendecomposition of a symmetric matrix."],["SymmetricTridiagonal","Tridiagonalization of a symmetric matrix."]]});