Learn R Programming

dsBase (version 6.3.3)

matrixInvertDS: matrixInvertDS serverside assign function called by ds.matrixInvert

Description

Inverts a square matrix A and writes the output to the serverside

Usage

matrixInvertDS(M1.name = NULL)

Value

Output is the matrix representing the inverse of A which is written to the serverside. For more details see help for ds.matrixInvert

Arguments

M1.name

A character string specifying the name of the matrix to be inverted

Author

Paul Burton for DataSHIELD Development Team

Details

Undertakes standard matrix inversion. This operation is only possible if the number of columns and rows of A are the same and the matrix is non-singular - positive definite (eg there is no row or column that is all zeros)