MFEM v4.8.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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 )