Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Clear current filter

Rev Age Author Path Log message
2575 609d 22h eromero /trunk/include/ Updated Copyright year.
2555 621d 00h eromero /trunk/include/ Added B-orthogonal version for Davidson solvers (merged from slepc-3_1-sym).
2546 624d 20h eromero /trunk/include/ Fixed fortranstubs issue in slepcsys.h
2545 625d 03h eromero /trunk/include/ Improved VecNorm implementation in VecComp.
Changed SlepcAbsEigenvalue to an inline function.
2538 628d 22h jroman /trunk/include/ Make SlepcCheckOrthogonality return the maximum value rather than the Frobenius norm
2515 634d 18h jroman /trunk/include/ Add SVDPrintSolution and related changes
2513 634d 21h jroman /trunk/include/ Add QEPPrintSolution and related changes
2501 637d 03h jroman /trunk/include/ Add EPSPrintSolution
2486 652d 19h jroman /trunk/include/ Fixes for quad precision
2479 657d 20h jroman /trunk/include/ Remove LAPACKhseqr_ and LAPACKgges_ since now they are declared in petsc-dev
2471 659d 03h jroman /trunk/include/ Remove DSITRLANCZOS solver since spectrum slicing is to be preferred
2434 714d 22h jroman /trunk/include/ Remove unused EPS_DIVERGED_NONSYMMETRIC
2428 726d 04h jroman /trunk/include/ Added Matlab interface for EPS
2420 729d 20h jroman /trunk/include/ Single precision arithmetic was broken since 3.0.0
2419 731d 01h jroman /trunk/include/ Sync with petsc-dev: removed PetscViewerASCIIMonitorCreate
2416 735d 21h jroman /trunk/include/ Hack to avoid Vec creation within SlepcVecMAXPBY
2412 737d 03h jroman /trunk/include/ Make setup more robust for the case that XXXSetFromOptions was not called by the user
2410 739d 21h jroman /trunk/include/ Smarter way of handling contiguous vector storage: do VecDuplicateVecs on a special vector (SlepcVecSetTemplate)
2408 740d 21h jroman /trunk/include/ Remove SlepcIsHermitian
2403 742d 02h jroman /trunk/include/ Start work on spectrum slicing: added EPS_ALL and EPSSetInterval
2386 760d 23h jroman /trunk/include/ Non-contiguous version of SlepcVecMAXPBY
2385 761d 00h jroman /trunk/include/ Update Fortran headers
2380 761d 21h jroman /trunk/include/ Use IPSetMatrix instead of IPSetBilinearForm
2377 762d 02h jroman /trunk/include/ Split IP operations for the two IPTypes
2375 762d 20h jroman /trunk/include/ Rearrange header files
2373 762d 21h jroman /trunk/include/ Added IPType, not used yet
2370 764d 02h jroman /trunk/include/ Use -ip_ prefix for IP options; make IP options and enumerates more consistent
2369 764d 04h jroman /trunk/include/ Add QEPAllocateSolution
2365 764d 05h jroman /trunk/include/ Rework EPSView and STView
2361 769d 16h jroman /trunk/include/ Add QEPReset
2351 771d 03h jroman /trunk/include/ Destroy routine in XXXMonitorSet now takes void** argument
2350 771d 04h jroman /trunk/include/ Added SVDReset
2348 774d 19h jroman /trunk/include/ Add EPSReset
2346 775d 19h eromero /trunk/include/ Protected arguments in macro SlepcValidVecsContiguos
Include SlepcValidVecsContiguous in dvd_blas functions using contiguous vectors
Updated davidson solvers to use the new contiguous vectors implementation
2345 775d 19h jroman /trunk/include/ Remove warnings
2341 776d 19h jroman /trunk/include/ Create a private vecimpl.h file in the right place
2340 776d 19h jroman /trunk/include/ Move more functions from slepcutil to src/vec
2339 776d 20h jroman /trunk/include/ Add new file (forgotten in previous commit); also rework the subroutines
2338 776d 22h jroman /trunk/include/ Move SlepcVecCreateVecs to src/vec
2336 776d 23h jroman /trunk/include/ Enforce coding convention