Compress the data in uc_data to the same Yale sparse format described in s
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(yale_sparse), | intent(in) | :: | s |
Input Yale format binary matrix/sparse list |
||
real(kind=rp), | intent(in) | :: | uc_data(:,:) |
Uncompressed data in input |
||
real(kind=rp), | intent(out), | allocatable | :: | c_data(:) |
Compressed data in output |