Matrix.RowNorm Method

Row matrix norm, MAX{ SUM{ |M(i,j)|, over j}, over i}. The norm is induced by the infinity vector norm.
public double RowNorm()
This language is not supported or no code example is available.
public:  
double RowNorm()
This language is not supported or no code example is available.
public function RowNorm() : double;
This language is not supported or no code example is available.

Return Value

double

In this article

Definition