#include "slepcfn.h" PetscErrorCode FNRationalSetDenominator(FN fn,PetscInt nq,PetscScalar *qcoeff)Logically Collective on FN
fn | - the math function context | |
nq | - number of coefficients | |
qcoeff | - coefficients (array of scalar values) |
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/sys/classes/fn/impls/rational/fnrational.c
Index of all FN routines
Table of Contents for all manual pages
Index of all manual pages