i'm testing my LanczosSolver and i'm having problems validating the result. if i'm not mistaken, V^T * A * V should equal T (from http://en.wikipedia.org/wiki/Lanczos_algorithm) but my LanczosSolver is producing a completely different result. how do i check if the resulting eigenvalues are correct?
I've used the basis as V and triDiag as T in solver function. is that correct?
