src/HOL/Matrix/cplex/FloatSparseMatrix.thy
author wenzelm
Mon, 29 Aug 2005 16:18:04 +0200
changeset 17184 3d80209e9a53
parent 16890 c4e5afaba440
child 27298 a5373b60e66c
permissions -rw-r--r--
use AList operations;

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

theory FloatSparseMatrix imports Float SparseMatrix begin

end