예제 #1
0
 public static float nrm2(ComplexFloatMatrix x) {
   return NativeBlas.scnrm2(x.length, x.data, 0, 1);
 }