| c337ccce | 26-Jan-2014 |
Jed Brown <jed@jedbrown.org> |
MatAIJ ASCII_MATLAB: fix nofinalvalue case
A dummy final value is needed to ensure the size of the matrix. It needs to be printed with the same number of columns as the actual matrix entries.
Repo
MatAIJ ASCII_MATLAB: fix nofinalvalue case
A dummy final value is needed to ensure the size of the matrix. It needs to be printed with the same number of columns as the actual matrix entries.
Reported-by: Torquil Macdonald Sørensen <torquil@gmail.com>
show more ...
|
| fbfe6fa7 | 26-Jan-2014 |
Jed Brown <jed@jedbrown.org> |
MatAIJ ASCII_MATLAB: conform to documented spconvert interface for complex
The documented interface uses 4 columns for complex-valued matrices.
http://www.mathworks.se/help/matlab/ref/spconvert.h
MatAIJ ASCII_MATLAB: conform to documented spconvert interface for complex
The documented interface uses 4 columns for complex-valued matrices.
http://www.mathworks.se/help/matlab/ref/spconvert.html
MATLAB tolerates 3-column data in which the third column is overtly complex-valued, but Octave does not support this undocumented behavior. Since MATLAB uses homogeneous types, this also implies higher memory usage than 4-column real data.
Reported-by: Torquil Macdonald Sørensen <torquil@gmail.com>
show more ...
|
| 087a195f | 18-Jan-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'karlrupp/fix-mpicusp'
* karlrupp/fix-mpicusp: This branch fixes problems with the CUSP bindings when using MPI. It resolves two memory leaks and an incorrect implementation of MatMultA
Merge branch 'karlrupp/fix-mpicusp'
* karlrupp/fix-mpicusp: This branch fixes problems with the CUSP bindings when using MPI. It resolves two memory leaks and an incorrect implementation of MatMultAdd() using a compressed row storage for off-processor values.
show more ...
|