MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
mma.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  mfem
 

Functions

void dgesv_ (int *nLAP, int *nrhs, double *AA, int *lda, int *ipiv, double *bb, int *ldb, int *info)
 
void sgesv_ (int *nLAP, int *nrhs, float *AA, int *lda, int *ipiv, float *bb, int *ldb, int *info)
 
void mfem::solveLU (int nCon, real_t *AA1, real_t *bb1)
 

Function Documentation

◆ dgesv_()

void dgesv_ ( int * nLAP,
int * nrhs,
double * AA,
int * lda,
int * ipiv,
double * bb,
int * ldb,
int * info )

◆ sgesv_()

void sgesv_ ( int * nLAP,
int * nrhs,
float * AA,
int * lda,
int * ipiv,
float * bb,
int * ldb,
int * info )