class="resources" Test Positive Definite (Not in Base Package) - LabVIEW 7.1 Help - Support - National Instruments
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Test Positive Definite (Not in Base Package)

Tests whether Input Matrix is a positive definite matrix. You can use this polymorphic VI to test a real square matrix or a complex square matrix. The data type you wire to the Input Matrix input determines the polymorphic instance to use. Example

Test Real Positive Definite

Input Matrix must be a square real matrix.
positive definite? contains the test result. If the Input Matrix is Positive Definite, positive definite?=TRUE, otherwise, it equals FALSE.
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.

Test Complex Positive Definite

Input Matrix must be a square complex matrix.
positive definite? contains the test result. If the Input Matrix is Positive Definite, positive definite?=TRUE, otherwise, it equals FALSE.
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.

Example

Refer to the Linear Algebra Calculator VI in the labview\examples\analysis\linaxmpl.llb directory for an example of using the Test Positive Definite VI.

 


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit