Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / svdcmp Method

In This Topic
    svdcmp Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub svdcmp( _
       ByVal a(,) As Double, _
       ByRef w As Double(), _
       ByRef v As Double _
    ) 
    public static void svdcmp( 
       double[,] a,
       out double[] w,
       out Double v
    )

    Parameters

    a
    w
    v
    See Also