Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Equation Class / Compress Method

In This Topic
    Compress Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Compress( _
       ByVal index As Integer, _
       ByVal rowValues() As Double, _
       ByVal J As List(Of Integer), _
       ByVal A As List(Of Double), _
       ByVal equations() As Equation, _
       ByVal b() As Double, _
       ByRef zeroOnDiagonal As Boolean _
    ) 
    public void Compress( 
       int index,
       double[] rowValues,
       List<int> J,
       List<double> A,
       Equation[] equations,
       double[] b,
       ref bool zeroOnDiagonal
    )

    Parameters

    index
    rowValues
    J
    A
    equations
    b
    zeroOnDiagonal
    See Also