src/HOL/Matrix/cplex/FloatSparseMatrix.thy
author avigad
Mon, 25 Jul 2005 18:54:49 +0200
changeset 16908 d374530bfaaa
parent 16890 c4e5afaba440
child 27298 a5373b60e66c
permissions -rw-r--r--
Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy

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

theory FloatSparseMatrix imports Float SparseMatrix begin

end