| list2derivs | R Documentation |
Transforms a list of matrices d0, d1, d2, d3, d4 to a derivs object.
list2derivs(f, deriv_order)
f |
list of matrices; d0, d1, d2, d3, d4 |
deriv_order |
integer; maximum order of derivative. Available are |
Mostly internal function. Returns an object of class derivs
For more details see [trind()] and [trind_generator()].
Other derivs:
chainrule(),
derivs_transform(),
differencerule(),
ind2joint(),
productrule(),
quotientrule(),
sumrule(),
trind_generator(),
trind()
A<-matrix(c(1:9)/10, ncol=3)
list2derivs(list(A, A^0, A^2, A^3, A^4), deriv_order=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.