BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenčina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
Subversion Repositories
slepc-dev
(root)
/
trunk
/
include/
@ 2724
- Rev 2575
Rev
Go to most recent revision
|
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
2575
585d 03h
eromero
/trunk/include/
Updated Copyright year.
2555
596d 05h
eromero
/trunk/include/
Added B-orthogonal version for Davidson solvers (merged from slepc-3_1-sym).
2546
600d 01h
eromero
/trunk/include/
Fixed fortranstubs issue in slepcsys.h
2545
600d 08h
eromero
/trunk/include/
Improved VecNorm implementation in VecComp.
Changed SlepcAbsEigenvalue to an inline function.
2538
604d 03h
jroman
/trunk/include/
Make SlepcCheckOrthogonality return the maximum value rather than the Frobenius norm
2515
609d 23h
jroman
/trunk/include/
Add SVDPrintSolution and related changes
2513
610d 02h
jroman
/trunk/include/
Add QEPPrintSolution and related changes
2501
612d 09h
jroman
/trunk/include/
Add EPSPrintSolution
2486
628d 01h
jroman
/trunk/include/
Fixes for quad precision
2479
633d 01h
jroman
/trunk/include/
Remove LAPACKhseqr_ and LAPACKgges_ since now they are declared in petsc-dev
2471
634d 08h
jroman
/trunk/include/
Remove DSITRLANCZOS solver since spectrum slicing is to be preferred
2434
690d 04h
jroman
/trunk/include/
Remove unused EPS_DIVERGED_NONSYMMETRIC
2428
701d 09h
jroman
/trunk/include/
Added Matlab interface for EPS
2420
705d 01h
jroman
/trunk/include/
Single precision arithmetic was broken since 3.0.0
2419
706d 06h
jroman
/trunk/include/
Sync with petsc-dev: removed PetscViewerASCIIMonitorCreate
2416
711d 02h
jroman
/trunk/include/
Hack to avoid Vec creation within SlepcVecMAXPBY
2412
712d 09h
jroman
/trunk/include/
Make setup more robust for the case that XXXSetFromOptions was not called by the user
2410
715d 03h
jroman
/trunk/include/
Smarter way of handling contiguous vector storage: do VecDuplicateVecs on a special vector (SlepcVecSetTemplate)
2408
716d 02h
jroman
/trunk/include/
Remove SlepcIsHermitian
2403
717d 08h
jroman
/trunk/include/
Start work on spectrum slicing: added EPS_ALL and EPSSetInterval
2386
736d 04h
jroman
/trunk/include/
Non-contiguous version of SlepcVecMAXPBY
2385
736d 05h
jroman
/trunk/include/
Update Fortran headers
2380
737d 02h
jroman
/trunk/include/
Use IPSetMatrix instead of IPSetBilinearForm
2377
737d 07h
jroman
/trunk/include/
Split IP operations for the two IPTypes
2375
738d 01h
jroman
/trunk/include/
Rearrange header files
2373
738d 03h
jroman
/trunk/include/
Added IPType, not used yet
2370
739d 07h
jroman
/trunk/include/
Use -ip_ prefix for IP options; make IP options and enumerates more consistent
2369
739d 10h
jroman
/trunk/include/
Add QEPAllocateSolution
2365
739d 11h
jroman
/trunk/include/
Rework EPSView and STView
2361
744d 21h
jroman
/trunk/include/
Add QEPReset
2351
746d 08h
jroman
/trunk/include/
Destroy routine in XXXMonitorSet now takes void** argument
2350
746d 09h
jroman
/trunk/include/
Added SVDReset
2348
750d 00h
jroman
/trunk/include/
Add EPSReset
2346
751d 00h
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
751d 00h
jroman
/trunk/include/
Remove warnings
2341
752d 00h
jroman
/trunk/include/
Create a private vecimpl.h file in the right place
2340
752d 00h
jroman
/trunk/include/
Move more functions from slepcutil to src/vec
2339
752d 01h
jroman
/trunk/include/
Add new file (forgotten in previous commit); also rework the subroutines
2338
752d 03h
jroman
/trunk/include/
Move SlepcVecCreateVecs to src/vec
2336
752d 04h
jroman
/trunk/include/
Enforce coding convention