brute-force adjustion
authorhaftmann
Sat, 11 Feb 2012 00:07:28 +0100
changeset 46544 460b0d81d486
parent 46543 c7c289ce9ad2
child 46545 69f45ffd5091
brute-force adjustion
src/HOL/Matrix/matrixlp.ML
--- a/src/HOL/Matrix/matrixlp.ML	Sat Feb 11 00:06:48 2012 +0100
+++ b/src/HOL/Matrix/matrixlp.ML	Sat Feb 11 00:07:28 2012 +0100
@@ -16,8 +16,8 @@
 val compute_thms = ComputeHOL.prep_thms @{thms "ComputeHOL.compute_list_case" "ComputeHOL.compute_let"
   "ComputeHOL.compute_if" "ComputeFloat.arith" "SparseMatrix.sparse_row_matrix_arith_simps"
   "ComputeHOL.compute_bool" "ComputeHOL.compute_pair"
-  "SparseMatrix.sorted_sp_simps" "ComputeNumeral.number_norm"
-  "ComputeNumeral.natnorm"};
+  "SparseMatrix.sorted_sp_simps"
+  "ComputeNumeral.natnorm"}; (*"ComputeNumeral.number_norm"*)
 
 val spm_mult_le_dual_prts_no_let_real = @{thm "spm_mult_le_dual_prts_no_let" [where ?'a = real]}