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)
/
branches
/
slepc-3_2-utopia
/
src
/
matdense
/
interface
/
ops.c
@ 2852
- Rev 2852
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
2852
405d 09h
eromero
/branches/slepc-3_2-utopia/src/matdense/interface/ops.c
Moved use_impl from basic implementation to MatDense interface.
Added Serialize and Deserialize functions to MatDense.
Added MPI asynchronous reductions to MatDense.
2560
618d 09h
eromero
/branches/slepc-3_2-utopia/src/matdense/interface/ops.c
Added a command line option for matdense buffersize.
Added a special MatDenseMatMult with sibling matrices.
Matdense example ex1 compares noncontiguous and contiguous SlepcUpdateVectors implementations.
2544
626d 09h
eromero
/branches/slepc-3_2-utopia/src/matdense/interface/ops.c
Added const to MatDense*ArrayRead functions.
Added the functions to create views of other matrices (siblings matrices).
MatDenseMatMult supports A<-A*B.
Added matdense/ex1 to measure the improvement in the performance.
2522
631d 09h
eromero
/branches/slepc-3_2-utopia/src/matdense/interface/ops.c
First successful MatDense compilation.
Added test1, to check the user interface.
Added trmm blas function.
2518
633d 09h
eromero
/branches/slepc-3_2-utopia/src/matdense/interface/ops.c
Fixing compiling errors in utopia...
2517
633d 10h
eromero
/branches/slepc-3_2-utopia/src/matdense/interface/ops.c
New branch for the developing of the new clases for basic dense matrix operations and multivectors.