matrixinverse

Calculates matrix inverse of variable using the first array of independent variables as the first dimension and the second array of independent variables for the second dimension. At the moment, assumes the matrix is compressed symmetric

var [ ivar1 ... ] [ ivar2 ... ] matrixinverse

Arguments
labeltypedescription
var variable Variable from which matrix inverse will be calculated
ivar1 grid set First dimension of matrix
ivar2 grid set Second dimension of matrix
Returns
var' variable Matrix inverse of variable