det: Determinant of a Matrix.

Description Usage Arguments Value Constraints See Also Examples

Description

det computes the determinant of FLMatrix objects.

Usage

1
det(object, ...)

Arguments

object

is a FLMatrix object

...

any additional arguments

Value

det returns determinant as a R vector which replicates the equivalent R vector output.

Constraints

Input can only be a square matrix (n x n) with maximum dimension limitations of (1000 x 1000).

See Also

det for corresponding R function reference.

Examples

1
2
3
flmatrix <- FLMatrix(getTestTableName("tblMatrixMulti"), 5,"MATRIX_ID","ROW_ID",
"COL_ID","CELL_VAL", dims= c(5,5))
resultFLDetValue <- det(flmatrix)

Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.