Searched refs:Nrhs (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/graph/example/ |
D | iohb.c | 233 int* Nrhs) in readHB_info() argument 267 readHB_header(in_file, Title, Key, mat_type, &Nrow, &Ncol, &Nnzero, Nrhs, in readHB_info() 276 if (Rhscrd == 0) {*Nrhs = 0;} in readHB_info() 298 int* Nrow, int* Ncol, int* Nnzero, int* Nrhs, in readHB_header() argument 363 if ( sscanf(line, "%*3c%i", Nrhs) != 1) *Nrhs = 0; in readHB_header() 392 int i,j,ind,col,offset,count,last,Nrhs; in readHB_mat_double() local 408 readHB_header(in_file, Title, Key, Type, &Nrow, &Ncol, &Nnzero, &Nrhs, in readHB_mat_double() 519 int Nrhs; in readHB_newmat_double() local 522 readHB_info(filename, M, N, nonzeros, &Type, &Nrhs); in readHB_newmat_double() 574 int Nrhs, nvecs, rhsi; in readHB_aux_double() local [all …]
|
D | iohb.h | 17 int* Nrhs); 20 int* Nrow, int* Ncol, int* Nnzero, int* Nrhs, 37 const double val[], int Nrhs, const double rhs[], 55 const char val[], int Nrhs, const char rhs[],
|
D | minimum_degree_ordering.cpp | 45 int Nrhs; in harwell_boeing() local
|