Matrix classes for matrices that are block-tridiagonal and sparse, and simply "block sparse". These talk together, and furthermore containts an algorithm for inversion of the block-tridiagonal version ...
Abstract: The solution of tridiagonal linear systems is used in in various fields and plays a crucial role in numerical simulations. However, there is few efficient solver for tridiagonal linear ...
Abstract: In order to accelerate the subset computation of eigenpairs for real symmetric tridiagonal matrices on shared-memory multi-core processors, a parallel symmetric tridiagonal eigensolver is ...
This repository contains MATLAB code related to tridiagonal matrices, specifically focusing on algorithms for solving linear systems represented by tridiagonal matrices. The provided codes cover ...