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
/
src
/
eps/
@ 2820
- Rev 2666
Rev
Go to most recent revision
|
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
2666
593d 08h
eromero
/trunk/src/eps/
Fixed compiling issue with cl.
2665
593d 12h
eromero
/trunk/src/eps/
Fixed bug applying the preconditioner in GD.
2662
593d 13h
carcamgo
/trunk/src/eps/
Fixed type in ks-slice
2660
593d 13h
eromero
/trunk/src/eps/
Fixed issues compiling with cl.
2659
593d 13h
carcamgo
/trunk/src/eps/
Corrected compilation error for windows
2658
593d 15h
jroman
/trunk/src/eps/
Add missing header
2657
594d 02h
eromero
/trunk/src/eps/
Fixed bug in harmonic extraction in Davidson solvers.
Rewrote KXX projector.
2653
594d 08h
jroman
/trunk/src/eps/
Default value for eps->balance must be set before the specific method setup, otherwise it gives an error when ESSetFromOptions is omitted
2652
594d 08h
jroman
/trunk/src/eps/
Correctly manage options prefixes
2651
594d 08h
eromero
/trunk/src/eps/
Added alignment pointer check for pointers used in LAPACK and BLAS functions.
Fixed bug in extraction of pairs from the converged projected problem in Davidson solvers (QEP test1 and test2 work again!).
2650
594d 12h
eromero
/trunk/src/eps/
Improved the performance of VecMult and VecMultS.
Improved the performance of dvd_compute_eigenvectors.
Fixed bugs in Davidson solvers when pwindow or qwindow are greater than 0.
Fixed alignment memory problem in dvd_managementV_basic.
Fixed bugs computing the projector for complex eigenpairs in real arithmetic.
Check constrains for qwindow and pwindow values in Davidson solvers.
Fix parameter set to 0 in GD.
Partially fixed QEP test1 and test2.
2649
595d 12h
jroman
/trunk/src/eps/
Remove warning in complex
2646
597d 06h
jroman
/trunk/src/eps/
Remove unnecessary includes
2644
597d 09h
jroman
/trunk/src/eps/
Some more fixes in manpages
2641
597d 14h
jroman
/trunk/src/eps/
Remove unused variables
2640
600d 01h
carcamgo
/trunk/src/eps/
Corrected compilation errors
2639
600d 04h
jroman
/trunk/src/eps/
Fix typo
2638
600d 06h
eromero
/trunk/src/eps/
Merge r2636 from slepc-3_2-branch to trunk.
2633
600d 07h
carcamgo
/trunk/src/eps/
Corrected small error
2631
600d 07h
eromero
/trunk/src/eps/
Fixed warning compiling with c++.
2630
600d 07h
eromero
/trunk/src/eps/
Added an advertising of experimental options in GD and JD.
2629
600d 07h
carcamgo
/trunk/src/eps/
Disabled spectrum slicing for complex
Corrected memory leak
Changes for enabling cayley in Spectrum Slicing
Corrected small error in solve.c
2626
600d 08h
eromero
/trunk/src/eps/
Fixed EPS testtest10 to be passed with single precision.
2624
600d 08h
eromero
/trunk/src/eps/
Fixed more bugs in davidson solvers related with keeping converged vectors in the projector and in the projected problem.
2623
600d 08h
jroman
/trunk/src/eps/
Do not show tolerances in 'make test' examples
2621
600d 08h
eromero
/trunk/src/eps/
Fixed PRIMME, BLOPEX, GD and JD due to change r2619.
2620
600d 09h
eromero
/trunk/src/eps/
Fixed EPS ex13 to work with Davidson methods (due to r2616).
2619
600d 09h
jroman
/trunk/src/eps/
Use precision-dependent default tolerance in EPS; use tighter tolerance in spectrum slicing
2616
601d 06h
eromero
/trunk/src/eps/
Avoided to set associated objects options (to indicate default options) in the create function of an object.
2615
601d 06h
jroman
/trunk/src/eps/
Add B-normalization of eigenvectors in case of Cayley transform
2614
601d 07h
jroman
/trunk/src/eps/
Add manpage for VecCompCreate and friends
2613
601d 08h
jroman
/trunk/src/eps/
Change the way 'which' is initialized by default
2611
601d 09h
eromero
/trunk/src/eps/
Fixed interface issues of JDGet/SetConstantCorrectionTolerance.
Added the interface to set the number of converged vectors in the projected problem and in the projector, for Davidson solvers.
2610
601d 11h
jroman
/trunk/src/eps/
Switch to test10 for basic 'make test' so that it works in single precision
2609
601d 11h
carcamgo
/trunk/src/eps/
In spectrum slicing:
removed restriction to generalized problem
purification only for generalized problem
corrected compilation error
bug in memory reserve
2608
601d 13h
eromero
/trunk/src/eps/
Implemented the dynamic (newton) stopping criterion for the solution of the correction equation in JD.
2607
601d 14h
eromero
/trunk/src/eps/
Removed // comments from Davidson code.
2605
601d 15h
eromero
/trunk/src/eps/
mproved subspace management in Davidson solvers, reducing the total number of used vector.
Added experimental support to keep converged vectors in the projected problem and in the projector.
Fixed potencial bug in QEP and SVD object monitors that use an EPS monitor.
2599
602d 08h
carcamgo
/trunk/src/eps/
Adapted values for the monitor in slice
2596
603d 03h
carcamgo
/trunk/src/eps/
Code cleanup and removal of discarded options
Added purification of values obtained on each shift
Several error messages added