#include "slepcfn.h" PetscErrorCode FNSetParameters(FN fn,PetscInt na,PetscScalar *alpha,PetscInt nb,PetscScalar *beta)Logically Collective on FN
fn | - the math function context | |
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) |
In other functions the parameters have other meanings.
In polynomials, high order coefficients are stored in the first positions of the array, e.g. to represent x^2-3 use {1,0,-3}.
Location: src/fn/fnbasic.c
Index of all FN routines
Table of Contents for all manual pages
Index of all manual pages