#include "slepclme.h" PetscErrorCode LMEDenseLyapunovChol(LME lme,PetscScalar *H,PetscInt m,PetscInt ldh,PetscScalar *r,PetscScalar *L,PetscInt ldl,PetscReal *res)Logically Collective on LME
lme | - linear matrix equation solver context | |
H | - coefficient matrix | |
m | - problem size | |
ldh | - leading dimension of H | |
r | - right-hand side vector | |
ldl | - leading dimension of L |
L | - Cholesky factor of the solution | |
res | - residual norm |
H is assumed to be in upper Hessenberg form, with dimensions (m+1)xm. The last row is used to compute the residual norm, assuming H and r come from the projection onto an Arnoldi basis.
Location: src/lme/interface/lmedense.c
Index of all LME routines
Table of Contents for all manual pages
Index of all manual pages