Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message
2736 415d 14h jroman /trunk/src/eps/impls/davidson/common/dvd_blas.c Avoid duplicate interface to BLAS dsymm/zhemm
2729 421d 15h jroman /trunk/src/eps/impls/davidson/common/dvd_blas.c Rename include/private to include/slepc-private
2681 550d 06h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c Fixed bug in EPSCleanDenseSchur for complex arithmetic.
Fixed compiling warning in complex.
2680 550d 07h jroman /trunk/src/eps/impls/davidson/common/dvd_blas.c Add configure tests for newly added BlasLapack functions
2675 550d 10h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c Optimized VecsMultS when sU=0.
Optimized dvd_improvex_jd_proj_cuv when pwindow>0.
2673 550d 13h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c Fixed problem compiling with complex arithmetic.
2672 551d 00h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c Added a function to format generalized Schur decompositions in the LAPACK way.
Allowed GNHP to be solved without harmonic extraction in Davidson methods.
Considered the residual associated to the eigenpair, instead to the Schur pair, in the convergence criteria, for Davidson solvers.
Fixed bug: in some cases JD was not using the preconditioner.
2651 563d 07h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c 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 563d 11h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c 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.
2605 570d 14h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c 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.
2575 579d 08h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c Updated Copyright year.
2568 584d 09h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c Fixed issues compiling with C++.
2556 590d 09h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c Fixed bugs in dvd_blas for complex arithmetic.
Fixed bugs in B-orthogonal Davidson variant for complex arithmetic.
2555 590d 10h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c Added B-orthogonal version for Davidson solvers (merged from slepc-3_1-sym).
2499 608d 01h jroman /trunk/src/eps/impls/davidson/common/dvd_blas.c Correct error checking for PetscInfo
2394 724d 07h jroman /trunk/src/eps/impls/davidson/common/dvd_blas.c Fix format specifiers for quad precision
2392 725d 07h jroman /trunk/src/eps/impls/davidson/common/dvd_blas.c Protect from unavailable Lapack functions
2346 745d 05h eromero /trunk/src/eps/impls/davidson/common/dvd_blas.c Protected arguments in macro SlepcValidVecsContiguos
Include SlepcValidVecsContiguous in dvd_blas functions using contiguous vectors
Updated davidson solvers to use the new contiguous vectors implementation
2334 747d 03h jroman /trunk/src/eps/impls/davidson/common/dvd_blas.c Use VecGetArrayRead when possible
2283 788d 03h jroman /trunk/src/eps/impls/davidson/common/dvd_blas.c Use angle brackets for includes; not finished yet

Show All