Subversion Repositories slepc-dev

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Clear current filter

Rev Age Author Path Log message
2852 376d 17h eromero / Moved use_impl from basic implementation to MatDense interface.
Added Serialize and Deserialize functions to MatDense.
Added MPI asynchronous reductions to MatDense.
2851 377d 10h jroman / More compilation fixes
2850 377d 18h jroman / Various compilation fixes for C++, complex and 64bit builds
2849 377d 21h jroman / Add diagonal matrix to PS
2848 378d 20h jroman / Fixes for PSGHIEP
2847 378d 22h jroman / Start to use ps->extrarow in PSHEP; not finished yet
2846 378d 22h carcamgo / Some fixes in PSGHIEP
2845 378d 22h jroman / Do not error out when an infinite eigenvalue is found in PSGNHEP; return PETSC_MAX_REAL instead
2844 378d 22h jroman / Add a permutation vector in PS (only used in symmetric problems)
2843 379d 01h jroman / Add cmakegen to makefile
2842 379d 02h jroman / Minor fixes to PSGNHEP
2841 379d 22h carcamgo / Fix compilation errors for complex. Add tridiagonal reduction for PSGHIEP (incomplete).
2840 379d 23h eromero / Added a first implementation of PSGNHEP.
2839 382d 23h jroman / If the build fails return an error code
2838 383d 05h carcamgo / Fix compilation errors in complex
2837 383d 21h jroman / Add _hsein to LAPACK interface
2836 384d 05h carcamgo / Add routines and methods for PSGHIEP
2835 384d 06h jroman / Move the truncation of the Schur decomposition from the generic EPSSolve to the end of EPSSolve_* specific to non-Hermitian problems
2834 384d 18h jroman / Add extrarow flag in PS; not used yet
2833 384d 19h jroman / Add protection for missing Lapack call
2832 384d 22h jroman / Better way of handling different methods in PS
2831 384d 22h jroman / Fix a couple of bugs in non-Hermitian EPS
2830 384d 23h jroman / Remove warnings
2829 385d 02h jroman / Add new method for reducing the arrowhead block to tridiagonal form
2828 385d 06h jroman / Revert last change
2827 385d 07h jroman / Last argument of BLASrot_ is a scalar
2826 387d 05h jroman / Separate the two PSHEP methods in different subroutines
2825 387d 06h carcamgo / Rename k to j
2824 388d 05h jroman / Some fixes for Lanczos required to work with PS
2823 389d 08h jroman / Sync with petsc-dev: rename PetscTypeCompare to PetscObjectTypeCompare
2822 389d 19h jroman / Remove warning
2821 389d 22h jroman / Fix _stevr method in PSHEP
2820 390d 01h carcamgo / Fix slicing to use new PSHEP
2819 391d 07h jroman / Add method 2 (dstevr) to PSHEP - does not work yet
2818 391d 23h jroman / Change behaviour of PSHEP so that dimensions are handled equal to PSNHEP, that is, takes into account the value of l; this fixes a problem in subspace with symmetric matrix
2817 392d 21h jroman / Rename SlepcInitializeMatlab to SlepcInitializeNoPointers
2816 392d 21h jroman / Add SetUp to Matlab examples
2815 393d 06h jroman / Add PSSetRefined - not used yet
2814 395d 05h jroman / Move EPSUpdateShiftRKS to PSTranslateRKS
2813 396d 22h jroman / Add PSSwitchFormat_HEP to convert to/from compact storage