src/HOL/Analysis/Multivariate_Analysis.thy
author immler
Mon, 04 Nov 2019 17:59:32 -0500
changeset 71027 b212ee44f87c
parent 70621 1afcfb7fdff4
permissions -rw-r--r--
the division between Starlike and Convex_Euclidean_Space is artificial, therefore include Starlike

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

text \<open>Entry point excluding integration and complex analysis.\<close>

end