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
/
impls/
@ 2560
- Rev 2560
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
Rev
Age
Author
Path
Log message
2547
598d 00h
eromero
/branches/slepc-3_2-utopia/src/matdense/impls/
Added a MatDenseCreateBasic with array.
Rewrote SlepcUpdateVectors with contiguous vectors using MatDense.
2544
599d 00h
eromero
/branches/slepc-3_2-utopia/src/matdense/impls/
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.
2533
603d 01h
eromero
/branches/slepc-3_2-utopia/src/matdense/impls/
Fixed errors in MatDense. test1 passed!
2522
604d 00h
eromero
/branches/slepc-3_2-utopia/src/matdense/impls/
First successful MatDense compilation.
Added test1, to check the user interface.
Added trmm blas function.
2517
606d 01h
eromero
/branches/slepc-3_2-utopia/src/matdense/impls/
New branch for the developing of the new clases for basic dense matrix operations and multivectors.