#include "slepcfn.h" PetscErrorCode FNGetParameters(FN fn,PetscInt *na,PetscScalar *alpha[],PetscInt *nb,PetscScalar *beta[])Not Collective
na | - number of parameters in the first group | |
alpha | - first group of parameters (array of scalar values) | |
nb | - number of parameters in the second group | |
beta | - second group of parameters (array of scalar values) |
Location: src/fn/fnbasic.c
Index of all FN routines
Table of Contents for all manual pages
Index of all manual pages