Matrix.NormByDiag Method
b(i,j) = a(i,j)/sqrt(abs*(a(i,i)*a(j,j)))
This language is not supported or no code example is available.
This language is not supported or no code example is available.
public function NormByDiag() : Matrix;
This language is not supported or no code example is available.
Return Value
Matrix
In this article
Definition