SuperLU_DIST  4.0
superlu_dist on CPU and GPU clusters
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions/Subroutines
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

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