solvearray | R Documentation |
Solve the matrix equation AX = B for X for an array of matrices A
solvearray(a, b)
a |
3D array. For dimensions x,y,z, iteration is over dimension z ("slices") |
b |
Matrix with dimensions y,x |
Matrix of solutions (x,z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.