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
2116 1023d 16h eromero /trunk/src/qep/interface/qepbasic.c Updated the copyright
2068 1027d 22h jroman /trunk/src/qep/interface/qepbasic.c Remove unused conv and Z arrays in QEP
2054 1028d 22h eromero /trunk/src/qep/interface/qepbasic.c - Added Monitor{All,LG,LGAll} and {Set,Get}TrackAll to QEP and SVD
- The EPS monitors show the eigenvalues of the original problem
- More correction in EPS for the new monitors
2027 1041d 05h jroman /trunk/src/qep/interface/qepbasic.c Store a random number generator context in all solvers so that random vectors are different from one call to the next
1983 1069d 17h jroman /trunk/src/qep/interface/qepbasic.c Protect MatDestroy for null objects
1953 1141d 22h jroman /trunk/src/qep/interface/qepbasic.c Make the AV vectors private to the eigensolvers that use them
1952 1141d 22h jroman /trunk/src/qep/interface/qepbasic.c Replace XXXSetInitialVector by XXXSetInitialSpace also in SVD and QEP
1944 1142d 20h jroman /trunk/src/qep/interface/qepbasic.c Added leftvecs attribute for EPS and QEP; not used yet
1942 1142d 21h jroman /trunk/src/qep/interface/qepbasic.c Set default value of 'which' in XXXSetUp_XXX for EPS and QEP
1918 1154d 00h jroman /trunk/src/qep/interface/qepbasic.c Added scaling factor in QEP; not yet implemented correctly in QEPLINEAR
1907 1157d 19h jroman /trunk/src/qep/interface/qepbasic.c Added ProblemType attribute to QEP
1906 1157d 19h jroman /trunk/src/qep/interface/qepbasic.c Added missing Fortran interface functions for QEP
1903 1162d 19h jroman /trunk/src/qep/interface/qepbasic.c Correctly clean memory in QEP; fix memory leak in ex13
1902 1162d 20h jroman /trunk/src/qep/interface/qepbasic.c Extract QEP eigenvector from the top or bottom part depending on the magnitude of the eigenvalue
1896 1171d 04h jroman /trunk/src/qep/interface/qepbasic.c Add QEPGetOperationCounters
1887 1174d 21h jroman /trunk/src/qep/interface/qepbasic.c Added new QEP object for quadratic eigenproblems; only the interface, no implementation yet