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
2575 609d 22h eromero /trunk/src/sys/slepcutil.c Updated Copyright year.
2545 625d 02h eromero /trunk/src/sys/slepcutil.c Improved VecNorm implementation in VecComp.
Changed SlepcAbsEigenvalue to an inline function.
2538 628d 22h jroman /trunk/src/sys/slepcutil.c Make SlepcCheckOrthogonality return the maximum value rather than the Frobenius norm
2473 658d 23h jroman /trunk/src/sys/slepcutil.c Replace sqrt with PetscSqrtReal in preparation for quad support
2426 727d 22h jroman /trunk/src/sys/slepcutil.c Fixes for 64-bit-indices
2419 731d 01h jroman /trunk/src/sys/slepcutil.c Sync with petsc-dev: removed PetscViewerASCIIMonitorCreate
2408 740d 21h jroman /trunk/src/sys/slepcutil.c Remove SlepcIsHermitian
2406 741d 03h jroman /trunk/src/sys/slepcutil.c More uses of PetscTypeCompareAny
2394 754d 21h jroman /trunk/src/sys/slepcutil.c Fix format specifiers for quad precision
2349 774d 15h jroman /trunk/src/sys/slepcutil.c Private functions need not check arguments; add argument checks in some public functions
2340 776d 19h jroman /trunk/src/sys/slepcutil.c Move more functions from slepcutil to src/vec
2338 776d 22h jroman /trunk/src/sys/slepcutil.c Move SlepcVecCreateVecs to src/vec
2336 776d 23h jroman /trunk/src/sys/slepcutil.c Enforce coding convention
2335 777d 15h jroman /trunk/src/sys/slepcutil.c Add SlepcVecDuplicateVecs to allocate a block of vectors with continuous storage
2334 777d 17h jroman /trunk/src/sys/slepcutil.c Use VecGetArrayRead when possible
2331 778d 15h jroman /trunk/src/sys/slepcutil.c Enforce coding convention - whitespace around parentheses and commas
2330 778d 16h jroman /trunk/src/sys/slepcutil.c Enforce coding convention - remove space before CHKERRQ
2328 778d 18h jroman /trunk/src/sys/slepcutil.c Distinguish between collective and logically collective operations in manpages
2324 779d 04h jroman /trunk/src/sys/slepcutil.c Make names of internal methods more consistent, uppercase letter should be used only in acronyms; e.g. EPSCreate_ARNOLDI --> EPSCreate_Arnoldi
2320 781d 20h jroman /trunk/src/sys/slepcutil.c Change ifdef/ifndef directives to if defined

Show All