FLMatrixRREF: Reduced Row Echelon form of a Matrix.

Description Usage Arguments Value Constraints Examples

Description

FLMatrixRREF gives the Reduced Row Echelon form of FLMatrix objects.

Usage

1
FLMatrixRREF(object, ...)

Arguments

object

is of class FLMatrix

...

any additional arguments

Value

FLMatrixRREF returns a FLMatrix object which is the Reduced 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
flmatrix <- FLMatrix("tblMatrixMulti", 5,"MATRIX_ID","ROW_ID","COL_ID","CELL_VAL")
resultFLMatrix <- FLMatrixRREF(flmatrix)

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