Description Usage Arguments Details Author(s) Examples
The EXPOKIT
's expokit_dmexpv
and expokit_dgexpv
functions both deal with sparse matrices.
These matrices have a lot of zeros, and can therefore be stored more efficiently by converting the
matrix into CRS (Compressed Row Storage) format.
1 | mat2crs(mat)
|
mat |
A square matrix. |
In EXPOKIT
and its wrapper functions, a CRS-formatted matrix is input as
3 vectors:
ia = row pointer. This vector stores the location in the ‘a’ vector that is the first non-zero element
in a row.
ja = column indices for non-zero elements.
a = non-zero elements of the matrix.
Meabh G. McCurdy mmccurdy01@qub.ac.uk
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.