Expand description

Vectors as a Tridiagonal matrix & Methods for tridiagonal matrices

Structs

Represents the LU factorization of a tridiagonal matrix A as A = P*L*U.

Represents a tridiagonal matrix as 3 one-dimensional vectors.

Traits

An interface for calculating determinants of tridiagonal matrix refs.

An interface for making a Tridiagonal struct.

An interface for computing LU factorizations of tridiagonal matrix refs.

An interface for computing LU factorizations of tridiagonal matrices.

An interface for estimating the reciprocal condition number of tridiagonal matrix refs.

An interface for estimating the reciprocal condition number of tridiagonal matrices.