![]() |
MFEM v4.8.0
Finite element discretization library
|
This is the complete list of members for mfem::BatchedLinAlg, including all inherited members.
| AddMult(const DenseTensor &A, const Vector &x, Vector &y, real_t alpha=1.0, real_t beta=1.0, Op op=Op::N) | mfem::BatchedLinAlg | static |
| Backend enum name | mfem::BatchedLinAlg | |
| Get(Backend backend) | mfem::BatchedLinAlg | static |
| GetActiveBackend() | mfem::BatchedLinAlg | static |
| GPU_BLAS enum value | mfem::BatchedLinAlg | |
| Invert(DenseTensor &A) | mfem::BatchedLinAlg | static |
| IsAvailable(Backend backend) | mfem::BatchedLinAlg | static |
| LUFactor(DenseTensor &A, Array< int > &P) | mfem::BatchedLinAlg | static |
| LUSolve(const DenseTensor &A, const Array< int > &P, Vector &x) | mfem::BatchedLinAlg | static |
| MAGMA enum value | mfem::BatchedLinAlg | |
| Mult(const DenseTensor &A, const Vector &x, Vector &y) | mfem::BatchedLinAlg | static |
| MultTranspose(const DenseTensor &A, const Vector &x, Vector &y) | mfem::BatchedLinAlg | static |
| N enum value | mfem::BatchedLinAlg | |
| NATIVE enum value | mfem::BatchedLinAlg | |
| NUM_BACKENDS enum value | mfem::BatchedLinAlg | |
| Op enum name | mfem::BatchedLinAlg | |
| SetActiveBackend(Backend backend) | mfem::BatchedLinAlg | static |
| T enum value | mfem::BatchedLinAlg |