src/HOL/Matrix/cplex/FloatSparseMatrix.thy
author huffman
Thu, 03 Jul 2008 20:53:44 +0200
changeset 27483 7c58324cd418
parent 27298 a5373b60e66c
permissions -rw-r--r--
use real_of_nat_ge_zero instead of real_of_nat_fact_ge_zero

(*  Title:      HOL/Matrix/cplex/FloatSparseMatrix.thy
    ID:         $Id$
    Author:     Steven Obua
*)

theory FloatSparseMatrix
imports "../../Real/Float" SparseMatrix
begin

end