MatrixObject.MatrixSolve

This function solves a set of linear equations expressed by Matrix and Vector and places the solution in VectorResult.

Syntax Parameters Return Value
Function MatrixObject.MatrixSolve( _
    Matrix1 As Double(), _
    Matrix2 As Double(), _
    ByRef Result As Double()) As Integer
  • Matrix1 [in]

Type: Double()

  • Matrix2 [in]

Type: Double()

  • Result [in,out]

Type: Double()

Integer