c_fortran_dgssv_superlu5.c File Reference
#include <stdint.h>
#include "slu_ddefs.h"

Data Structures

struct  factors_t
 

Macros

#define HANDLE_SIZE   8
 

Typedefs

typedef intptr_t fptr
 

Functions

void c_fortran_dgssv_ (int *iopt, int *n, int *nnz, int *nrhs, double *values, int *rowind, int *colptr, double *b, int *ldb, fptr *f_factors, int *info)
 

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.

Macro Definition Documentation

◆ HANDLE_SIZE

#define HANDLE_SIZE   8

Typedef Documentation

◆ fptr

typedef intptr_t fptr

Function Documentation

◆ c_fortran_dgssv_()

void c_fortran_dgssv_ ( int *  iopt,
int *  n,
int *  nnz,
int *  nrhs,
double *  values,
int *  rowind,
int *  colptr,
double *  b,
int *  ldb,
fptr f_factors,
int *  info 
)