public static double Norm(Matrix A) { return(MatrixMath.MatrixNorm(A.matrix)); }
public double Norm() { return(MatrixMath.MatrixNorm(this.matrix)); }