BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenčina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
Subversion Repositories
slepc-dev
(root)
/
trunk
/
include/
- Rev 3359
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
2849
405d 19h
jroman
/trunk/include/
Add diagonal matrix to PS
2844
406d 20h
jroman
/trunk/include/
Add a permutation vector in PS (only used in symmetric problems)
2842
407d 00h
jroman
/trunk/include/
Minor fixes to PSGNHEP
2840
407d 20h
eromero
/trunk/include/
Added a first implementation of PSGNHEP.
2837
411d 19h
jroman
/trunk/include/
Add _hsein to LAPACK interface
2834
412d 16h
jroman
/trunk/include/
Add extrarow flag in PS; not used yet
2832
412d 19h
jroman
/trunk/include/
Better way of handling different methods in PS
2829
413d 00h
jroman
/trunk/include/
Add new method for reducing the arrowhead block to tridiagonal form
2828
413d 04h
jroman
/trunk/include/
Revert last change
2827
413d 04h
jroman
/trunk/include/
Last argument of BLASrot_ is a scalar
2821
417d 19h
jroman
/trunk/include/
Fix _stevr method in PSHEP
2818
419d 21h
jroman
/trunk/include/
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
2815
421d 03h
jroman
/trunk/include/
Add PSSetRefined - not used yet
2814
423d 02h
jroman
/trunk/include/
Move EPSUpdateShiftRKS to PSTranslateRKS
2812
424d 20h
jroman
/trunk/include/
Get rid of eps->T since it is not necessary anymore
2811
424d 20h
jroman
/trunk/include/
Use PSVectors in EPSKrylovConvergence
2810
424d 21h
jroman
/trunk/include/
Remove Tl field in EPS structure
2808
424d 22h
carcamgo
/trunk/include/
Add skeleton of new PSGHIEP
2807
424d 23h
jroman
/trunk/include/
Added PSVectors and implementations for PSHEP and PSNHEP
2803
426d 03h
jroman
/trunk/include/
Use PetscBLASInt rather than PetscBool for LOGICAL arguments in BLAS
2800
426d 22h
jroman
/trunk/include/
Change default convergence criterion: now it is always relative to abs(lambda) even for small lambda.
Renamed XXXYyyyyyConverged to XXXConvergedYyyyyy
2796
427d 16h
jroman
/trunk/include/
Integrate PSARROWTRID into PSHEP
2794
427d 19h
jroman
/trunk/include/
Add PSSetCompact, not used yet
2793
427d 20h
jroman
/trunk/include/
Add PSSetMethod
2791
428d 01h
jroman
/trunk/include/
Fixes for complex and C++; extract common code from PSSort
2789
428d 22h
jroman
/trunk/include/
Enable use of complex version of tridiagonalization in the LAPACK interface, and some fixes for PSHEP
2780
431d 20h
jroman
/trunk/include/
Sort list of eigenvalues with a separate subroutine PSSortEigenvaluesReal_Private
2777
431d 23h
jroman
/trunk/include/
Print matrices in PSView() for debugging purposes
2775
432d 19h
jroman
/trunk/include/
First attempt to change symmetric Krylov-Schur to use PS; does not work yet
2773
433d 00h
jroman
/trunk/include/
Partial migration of Krylov-Schur to use PS
2772
433d 19h
jroman
/trunk/include/
Add PSTranslateHarmonic operation and use it from Arnoldi
2771
433d 20h
jroman
/trunk/include/
Split psbasic.c in two files
2770
433d 21h
jroman
/trunk/include/
Allow for more dynamic allocation of workspace within PS
2768
433d 22h
jroman
/trunk/include/
Explicitly pass leading dimension of Q as an argument to XXXKrylovConvergence
2766
434d 00h
jroman
/trunk/include/
Integrate EPSHessCond into PS
2763
434d 04h
jroman
/trunk/include/
First version of subspace using the PS object
2760
436d 04h
jroman
/trunk/include/
Split EPSEigenvalueComparison in one function per each sorting criterion
2759
436d 07h
jroman
/trunk/include/
More work on PS
2758
436d 22h
jroman
/trunk/include/
More work on PS: add a PS object to the EPS context
2757
437d 20h
jroman
/trunk/include/
Start work on new object PS: Projected System