src/HOL/Matrix/cplex/FloatSparseMatrix.thy
author wenzelm
Sat, 30 Dec 2006 16:08:06 +0100
changeset 21966 edab0ecfbd7c
parent 16890 c4e5afaba440
child 27298 a5373b60e66c
permissions -rw-r--r--
removed misleading OuterLex.eq_token;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16784
92ff7c903585 - added cplex package to HOL/Matrix
obua
parents:
diff changeset
     1
(*  Title:      HOL/Matrix/cplex/FloatSparseMatrix.thy
92ff7c903585 - added cplex package to HOL/Matrix
obua
parents:
diff changeset
     2
    ID:         $Id$
92ff7c903585 - added cplex package to HOL/Matrix
obua
parents:
diff changeset
     3
    Author:     Steven Obua
92ff7c903585 - added cplex package to HOL/Matrix
obua
parents:
diff changeset
     4
*)
92ff7c903585 - added cplex package to HOL/Matrix
obua
parents:
diff changeset
     5
16890
c4e5afaba440 isatool fixheaders;
wenzelm
parents: 16784
diff changeset
     6
theory FloatSparseMatrix imports Float SparseMatrix begin
16784
92ff7c903585 - added cplex package to HOL/Matrix
obua
parents:
diff changeset
     7
92ff7c903585 - added cplex package to HOL/Matrix
obua
parents:
diff changeset
     8
end