#include "slepclme.h" PetscErrorCode LMEDenseLyapunov(LME lme,PetscInt m,PetscScalar *A,PetscInt lda,PetscScalar *B,PetscInt ldb,PetscScalar *X,PetscInt ldx)Logically Collective on lme
lme | - linear matrix equation solver context | |
m | - number of rows and columns of A | |
A | - coefficient matrix | |
lda | - leading dimension of A | |
B | - right-hand side matrix | |
ldb | - leading dimension of B | |
ldx | - leading dimension of X |
X | - the solution |
Location: src/lme/interface/lmedense.c
Index of all LME routines
Table of Contents for all manual pages
Index of all manual pages