MatrixObject.MatrixSumOfSquares

This function computes the Sum of Squares of the Matrix and places in Result.

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

Type: Double()

  • Result [in,out]

Type: Double

Integer