SuperLU  5.3.0
Functions
dlinsol.c File Reference
#include "slu_ddefs.h"
Include dependency graph for dlinsol.c:

Functions

void dreadtriple_noheader (int *m, int *n, int *nonz, double **nzval, int **rowind, int **colptr)
 
int main (int argc, char *argv[])
 

Detailed Description

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

Function Documentation

◆ dreadtriple_noheader()

void dreadtriple_noheader ( int *  m,
int *  n,
int *  nonz,
double **  nzval,
int **  rowind,
int **  colptr 
)

brief

Output parameters
=================
  (nzval, rowind, colptr): (*rowind)[*] contains the row subscripts of
     nonzeros in columns of matrix A; (*nzval)[*] the numerical values;
     column i of A is given by (*nzval)[k], k = (*rowind)[i],...,
     (*rowind)[i+1]-1.
Here is the call graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function: