SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
dhbcode1.f90 File Reference

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

Functions/Subroutines

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

Detailed Description

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

Function/Subroutine Documentation

◆ dhbcode1()

subroutine dhbcode1 ( integer  nrow,
integer  ncol,
integer  nnzero,
real*8, dimension (*)  values,
integer, dimension (*)  rowind,
integer, dimension (*)  colptr 
)