예제 #1
0
파일: matrix.php 프로젝트: nosun/Matrix
 /**
  * Return  Euclidean norm
  *
  * @return number
  */
 public function EuclideanNorm()
 {
     return MatrixAlgorithms::pNorm($this, 2);
 }