lowlevel | R Documentation |
Various low-level functions that call the C routines
mvp_substitute(allnames,allpowers,coefficients,v,values)
mvp_substitute_mvp(allnames1, allpowers1, coefficients1, allnames2, allpowers2,
coefficients2, v)
mvp_vectorised_substitute(allnames, allpowers, coefficients, M, nrows, ncols, v)
mvp_prod(allnames1,allpowers1,coefficients1,allnames2,allpowers2,coefficients2)
mvp_add(allnames1, allpowers1, coefficients1, allnames2, allpowers2,coefficients2)
simplify(allnames,allpowers,coefficients)
mvp_deriv(allnames, allpowers, coefficients, v)
mvp_power(allnames, allpowers, coefficients, n)
allnames,allpowers,coefficients,allnames1,allpowers1,coefficients1,
allnames2,allpowers2,coefficients2,v,values,n,M,nrows,ncols |
Variables sent to the C routines |
These functions call the functions defined in RcppExports.R
These functions are not intended for the end-user. Use the
syntactic sugar (as in a+b
or a*b
or a^n
), or
functions like mvp_plus_mvp()
, which are more user-friendly.
Robin K. S. Hankin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.