numberOfParameters {symbolicQspray} | R Documentation |
Number of parameters
Description
Number of parameters of a symbolicQspray
polynomial,
i.e. the number of variables occurring in its coefficients.
Usage
numberOfParameters(Qspray)
Arguments
Qspray |
a |
Value
An integer, the number of parameters involved in (the
coefficients of) Qspray
.
Examples
JP <- JacobiPolynomial(4) # Jacobi polynomials have two parameters
numberOfParameters(JP)
[Package symbolicQspray version 1.1.0 Index]