SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
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

◆ zhbcode1()

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