SuperLU_DIST  4.0
superlu_dist on CPU and GPU clusters
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions/Subroutines
zhbcode1.f90 File Reference

Fortran code for reading a sparse matrix in Harwell-Boeing format. More...

Functions/Subroutines

subroutine zhbcode1 (nrow, ncol, nnzero, values, rowind, colptr)
 

Detailed Description

Fortran code for reading a sparse matrix in Harwell-Boeing format.

Function/Subroutine Documentation

subroutine zhbcode1 ( integer  nrow,
integer  ncol,
integer  nnzero,
double complex, dimension (*)  values,
integer, dimension (*)  rowind,
integer, dimension (*)  colptr 
)