Navigation

Operators and Keywords

Function List:

C++ API

symband

Linear Algebra for Symmetric Banded Matrices.

Select category:

Banded matrices

BandToFull
function Afull=BandToSparse(Aband) convert a banded symmetric matrix to a sparse matrix
BandToSparse
function Asparse=BandToSparse(Aband) convert a banded symmetric matrix to a sparse matrix
FullToBand
function Aband=FullToBand(Afull) convert a banded symmetric matrix to a sparse matrix
SBBacksub
[.
SBEig
[.
SBFactor
[.
SBFactor2
Not implemented.
SBProd
[.
SBSolve
[.
ExampleEigenValues
the Laplace equation on the unit square is discretized with nx and ny interiour grid points
ExampleGenEigenValues
solve A*x=lambda*B*x
gapTest
estimate=gapTest(Lambda,err) compute the errors using the gap test Lambda and err are results of a call to [Lambda,{Ev,err}] = SBEig(A,V,tol)