inserts a sparse row
More...
|
subroutine | suscr_insert_row (A, i, nnz, val, indx, istat) |
| Inserts a whole row in a matrix, assuming it is in build state. By default, duplicate entries will be summed together. More...
|
|
subroutine | duscr_insert_row (A, i, nnz, val, indx, istat) |
| Inserts a whole row in a matrix, assuming it is in build state. By default, duplicate entries will be summed together. More...
|
|
subroutine | cuscr_insert_row (A, i, nnz, val, indx, istat) |
| Inserts a whole row in a matrix, assuming it is in build state. By default, duplicate entries will be summed together. More...
|
|
subroutine | zuscr_insert_row (A, i, nnz, val, indx, istat) |
| Inserts a whole row in a matrix, assuming it is in build state. By default, duplicate entries will be summed together. More...
|
|
inserts a sparse row
- Parameters
-
istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |
◆ cuscr_insert_row()
subroutine blas_sparse::uscr_insert_row::cuscr_insert_row |
( |
integer |
A, |
|
|
integer |
i, |
|
|
integer |
nnz, |
|
|
complex(kind(1.e0)), dimension (:) |
val, |
|
|
integer, dimension (:) |
indx, |
|
|
integer, intent(out) |
istat |
|
) |
| |
Inserts a whole row in a matrix, assuming it is in build state. By default, duplicate entries will be summed together.
- Parameters
-
A | A valid matrix handle. |
i | Row index. |
nnz | Number of nonzeroes to insert. |
val | Array of values. |
indx | Row index. |
- Returns
- On success, 0 is returned; on error, -1.
- Parameters
-
istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |
◆ duscr_insert_row()
subroutine blas_sparse::uscr_insert_row::duscr_insert_row |
( |
integer |
A, |
|
|
integer |
i, |
|
|
integer |
nnz, |
|
|
real(kind(1.d0)), dimension (:) |
val, |
|
|
integer, dimension (:) |
indx, |
|
|
integer, intent(out) |
istat |
|
) |
| |
Inserts a whole row in a matrix, assuming it is in build state. By default, duplicate entries will be summed together.
- Parameters
-
A | A valid matrix handle. |
i | Row index. |
nnz | Number of nonzeroes to insert. |
val | Array of values. |
indx | Row index. |
- Returns
- On success, 0 is returned; on error, -1.
- Parameters
-
istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |
◆ suscr_insert_row()
subroutine blas_sparse::uscr_insert_row::suscr_insert_row |
( |
integer |
A, |
|
|
integer |
i, |
|
|
integer |
nnz, |
|
|
real(kind(1.e0)), dimension (:) |
val, |
|
|
integer, dimension (:) |
indx, |
|
|
integer, intent(out) |
istat |
|
) |
| |
Inserts a whole row in a matrix, assuming it is in build state. By default, duplicate entries will be summed together.
- Parameters
-
A | A valid matrix handle. |
i | Row index. |
nnz | Number of nonzeroes to insert. |
val | Array of values. |
indx | Row index. |
- Returns
- On success, 0 is returned; on error, -1.
- Parameters
-
istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |
◆ zuscr_insert_row()
subroutine blas_sparse::uscr_insert_row::zuscr_insert_row |
( |
integer |
A, |
|
|
integer |
i, |
|
|
integer |
nnz, |
|
|
complex(kind(1.d0)), dimension (:) |
val, |
|
|
integer, dimension (:) |
indx, |
|
|
integer, intent(out) |
istat |
|
) |
| |
Inserts a whole row in a matrix, assuming it is in build state. By default, duplicate entries will be summed together.
- Parameters
-
A | A valid matrix handle. |
i | Row index. |
nnz | Number of nonzeroes to insert. |
val | Array of values. |
indx | Row index. |
- Returns
- On success, 0 is returned; on error, -1.
- Parameters
-
istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |
The documentation for this interface was generated from the following file: