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
/
src
/
vec
/
vecutil.c
@ 2340
- Rev 3290
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
3290
71d 20h
jroman
/trunk/src/vec/vecutil.c
Remove more useless whitespace
3289
71d 20h
jroman
/trunk/src/vec/vecutil.c
Remove lots of whitespace in otherwise empty lines
3257
81d 22h
jroman
/trunk/src/vec/vecutil.c
Remove whitespace after __FUNCT__
3227
101d 22h
jroman
/trunk/src/vec/vecutil.c
Sync with petsc-dev: use PetscObjectComm()
3209
106d 17h
jroman
/trunk/src/vec/vecutil.c
Sync with petsc-dev: use NULL instead of PETSC_NULL; avoid use of PETSC_IGNORE
3009
297d 15h
eromero
/trunk/src/vec/vecutil.c
Updated copyright.
2729
427d 23h
jroman
/trunk/src/vec/vecutil.c
Rename include/private to include/slepc-private
2691
554d 14h
jroman
/trunk/src/vec/vecutil.c
Random seeds must be set in order for SlepcVecSetRandom to work correctly
2575
585d 16h
eromero
/trunk/src/vec/vecutil.c
Updated Copyright year.
2564
592d 14h
eromero
/trunk/src/vec/vecutil.c
Allowed xi to be null if complex is false in SlepcVecNormalize.
2541
604d 14h
jroman
/trunk/src/vec/vecutil.c
Bugfix: in SlepcVecNormalize vector xi is referenced only in real scalars
2349
750d 10h
jroman
/trunk/src/vec/vecutil.c
Private functions need not check arguments; add argument checks in some public functions
2345
751d 13h
jroman
/trunk/src/vec/vecutil.c
Remove warnings
2341
752d 13h
jroman
/trunk/src/vec/vecutil.c
Create a private vecimpl.h file in the right place
2340
752d 13h
jroman
/trunk/src/vec/vecutil.c
Move more functions from slepcutil to src/vec