cmjiang / lobpcgsr

Lobpcgsr solves a generalized eigenvalue problem with two positive semi-definite matrices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

====================
lobpcgsr Readme File
====================

lobpcgsr solves the generalized eigenvalue problem:
                A x = lambda B x
where A and B are positive semi-definite and the
corresponding pencil is singular. It applies
LOBPCG with spectral regularization.

-----------
Directories 
-----------

data ........... Matrix pairs
	
src ............ Source code including lobpcgsr.m
					 
main.m ......... A calling example

About

Lobpcgsr solves a generalized eigenvalue problem with two positive semi-definite matrices.


Languages

Language:MATLAB 100.0%