matrixDetDS1.Rd
Calculates the determinant of a square matrix A and returns the output to the clientside
matrixDetDS1(M1.name = NULL, logarithm)
Output is the determinant of the matrix identified by argument <M1> which is returned to the clientside. For more details see help for ds.matrixDet
Calculates the determinant of a square matrix (for additional
information see help for det
function in native R). This operation is only
possible if the number of columns and rows of A are the same.