librsb  1.2.0.11
Public Member Functions
blas_sparse::uscr_insert_clique Interface Reference

inserts a clique More...

Public Member Functions

subroutine suscr_insert_clique (A, k, l, val, row_stride, col_stride, indx, jndx, istat)
 Inserts a whole clique in a matrix, assuming this is in build state. By default, duplicate entries will be summed together. More...
 
subroutine duscr_insert_clique (A, k, l, val, row_stride, col_stride, indx, jndx, istat)
 Inserts a whole clique in a matrix, assuming this is in build state. By default, duplicate entries will be summed together. More...
 
subroutine cuscr_insert_clique (A, k, l, val, row_stride, col_stride, indx, jndx, istat)
 Inserts a whole clique in a matrix, assuming this is in build state. By default, duplicate entries will be summed together. More...
 
subroutine zuscr_insert_clique (A, k, l, val, row_stride, col_stride, indx, jndx, istat)
 Inserts a whole clique in a matrix, assuming this is in build state. By default, duplicate entries will be summed together. More...
 

Detailed Description

inserts a clique

Parameters
istatThe return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure).

Member Function/Subroutine Documentation

◆ cuscr_insert_clique()

subroutine blas_sparse::uscr_insert_clique::cuscr_insert_clique ( integer  A,
integer  k,
integer  l,
complex(kind(1.e0)), dimension (:)  val,
integer  row_stride,
integer  col_stride,
integer, dimension (:)  indx,
integer, dimension (:)  jndx,
integer, intent(out)  istat 
)

Inserts a whole clique in a matrix, assuming this is in build state. By default, duplicate entries will be summed together.

Parameters
AA valid matrix handle.
k,lClique rows and columns count.
valArray of values.
row_stride,col_strideRow/columns stride in accessing the clique.
indx,jndxRow/column indices arrays.
Warning
Signature of this routine for Fortran does not agree to the standard. This shall be corrected in a future release.
Returns
On success, 0 is returned; on error, -1.
Parameters
istatThe return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure).

◆ duscr_insert_clique()

subroutine blas_sparse::uscr_insert_clique::duscr_insert_clique ( integer  A,
integer  k,
integer  l,
real(kind(1.d0)), dimension (:)  val,
integer  row_stride,
integer  col_stride,
integer, dimension (:)  indx,
integer, dimension (:)  jndx,
integer, intent(out)  istat 
)

Inserts a whole clique in a matrix, assuming this is in build state. By default, duplicate entries will be summed together.

Parameters
AA valid matrix handle.
k,lClique rows and columns count.
valArray of values.
row_stride,col_strideRow/columns stride in accessing the clique.
indx,jndxRow/column indices arrays.
Warning
Signature of this routine for Fortran does not agree to the standard. This shall be corrected in a future release.
Returns
On success, 0 is returned; on error, -1.
Parameters
istatThe return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure).

◆ suscr_insert_clique()

subroutine blas_sparse::uscr_insert_clique::suscr_insert_clique ( integer  A,
integer  k,
integer  l,
real(kind(1.e0)), dimension (:)  val,
integer  row_stride,
integer  col_stride,
integer, dimension (:)  indx,
integer, dimension (:)  jndx,
integer, intent(out)  istat 
)

Inserts a whole clique in a matrix, assuming this is in build state. By default, duplicate entries will be summed together.

Parameters
AA valid matrix handle.
k,lClique rows and columns count.
valArray of values.
row_stride,col_strideRow/columns stride in accessing the clique.
indx,jndxRow/column indices arrays.
Warning
Signature of this routine for Fortran does not agree to the standard. This shall be corrected in a future release.
Returns
On success, 0 is returned; on error, -1.
Parameters
istatThe return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure).

◆ zuscr_insert_clique()

subroutine blas_sparse::uscr_insert_clique::zuscr_insert_clique ( integer  A,
integer  k,
integer  l,
complex(kind(1.d0)), dimension (:)  val,
integer  row_stride,
integer  col_stride,
integer, dimension (:)  indx,
integer, dimension (:)  jndx,
integer, intent(out)  istat 
)

Inserts a whole clique in a matrix, assuming this is in build state. By default, duplicate entries will be summed together.

Parameters
AA valid matrix handle.
k,lClique rows and columns count.
valArray of values.
row_stride,col_strideRow/columns stride in accessing the clique.
indx,jndxRow/column indices arrays.
Warning
Signature of this routine for Fortran does not agree to the standard. This shall be corrected in a future release.
Returns
On success, 0 is returned; on error, -1.
Parameters
istatThe 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: