On 01/31/2016 12:18 PM, Mohammad Sabawi wrote:
> **
>
> *How to compute the condition number and eigen values of a matrix I use it in
> my code in deal.II not in Trillions or PETSc? Is there any difference if is
> it a block or non block matrix?*
deal.II doesn't currently provide a way to compute eigenvalues of sparse
matrices other than through Trilinos and PETSc/Slepc (unless you're only
interested in the largest/smallest eigenvector, for which you can use the
EigenPower/EigenInverse classes).
But you could output the matrix in text format and input it into matlab, for
example, if you just want to experiment a bit.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@math.tamu.edu
www:
http://www.math.tamu.edu/~bangerth/