ginv: Generalized Inverse of a Matrix.

Description Usage Arguments Value Constraints See Also Examples

Description

ginv computes the pseudo-inverse for FLMatrix objects.

Usage

1
ginv(object, ...)

Arguments

object

is of class FLMatrix

...

any additional arguments

Value

ginv returns a FLMatrix object which is the pseudo-inverse of input FLMatrix object and replicates the equivalent R output.

Constraints

Input can only be with maximum dimension limitations of (500 x 500).

See Also

ginv for corresponding R function reference

Examples

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

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