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
2341 748d 07h jroman /trunk/src/vec/makefile Create a private vecimpl.h file in the right place
2340 748d 08h jroman /trunk/src/vec/makefile Move more functions from slepcutil to src/vec
2338 748d 10h jroman /trunk/src/vec/makefile Move SlepcVecCreateVecs to src/vec
2337 748d 11h jroman /trunk/src/vec/makefile Register VecComp
2116 1022d 04h eromero /trunk/src/vec/makefile Updated the copyright
1987 1065d 03h eromero /trunk/src/vec/makefile - Merging from branches/davidsones to trunk
1976 1072d 10h eromero /branches/davidsones/src/vec/makefile - Transformation of the experimental Davidson solver "DAVIDSONES" to a full integrated family of solvers "davidson". The first solver is "gd". The code shared by the "davidson" solvers is packaged by the virtual solver "DAVIDSON": EPSSetUp_DAVIDSON, EPSSolve_DAVIDSON...
- Partially fixed bug: the size of the starting searching subspace is set by eps->nini, but this value can be negative.
- Integration of "davidsones_harm" as "eps_extraction"