Computes the rank of Input Matrix. Wire data to the Input Matrix input to determine the polymorphic instance to use or manually select the instance.


icon

Inputs/Outputs

  • c2ddbl.png Input Matrix

    Input Matrix must be a real matrix.

  • cdbl.png tolerance

    tolerance defines a level such that the number of singular values greater than this level is the rank of Input Matrix. The default is –1.

  • ii32.png rank

    rank is the number of singular values in the Input Matrix that are larger than the tolerance. rank is the maximum number of independent rows or columns in the Input Matrix.

  • ii32.png error

    error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Mathematics\Linear Algebra\Linear Algebra Calculator.vi