Matrix.E2Norm (Matrix, Matrix) Method

Square of the Euclidian norm of the difference between two matrices.
public double E2Norm( 
Matrix Matrix1
Matrix Matrix2 
)
This language is not supported or no code example is available.
public:  
double E2Norm( 
Matrix^ Matrix1
Matrix^ Matrix2 
)
This language is not supported or no code example is available.
public function E2Norm( 
Matrix1 : Matrix
Matrix2 : Matrix 
) : double;
This language is not supported or no code example is available.

Parameters

Matrix1
Matrix

Matrix2
Matrix

Return Value

double

In this article

Definition