FLMatrixREF: Row Echelon form of a Matrix.

Description Usage Arguments Value Constraints Examples

Description

FLMatrixREF gives the Row Echelon form of FLMatrix objects.

Usage

1
FLMatrixREF(object, ...)

Arguments

object

is of class FLMatrix

...

any additional arguments

Value

FLMatrixREF returns a FLMatrix object which is the Row Echelon form of input FLMatrix.

Constraints

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

Examples

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

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