solvearray: Solve the matrix equation AX = B for X for an array of...

View source: R/RcppExports.R

solvearrayR Documentation

Solve the matrix equation AX = B for X for an array of matrices A

Description

Solve the matrix equation AX = B for X for an array of matrices A

Usage

solvearray(a, b)

Arguments

a

3D array. For dimensions x,y,z, iteration is over dimension z ("slices")

b

Matrix with dimensions y,x

Value

Matrix of solutions (x,z)


ashiklom/rrtm documentation built on Aug. 10, 2022, 5:04 a.m.