Exemplo n.º 1
0
 /**
  * Return  Euclidean norm
  *
  * @return number
  */
 public function EuclideanNorm()
 {
     return MatrixAlgorithms::pNorm($this, 2);
 }