src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Wed, 30 Nov 2022 21:36:06 +0100
changeset 76546 88cecb9f1cdc
parent 71027 b212ee44f87c
permissions -rw-r--r--
proper unzip with strip option, within the JVM; tuned component build process;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end