src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Sat, 15 Jul 2023 20:08:19 +0200
changeset 78349 a9b544b6fc60
parent 71027 b212ee44f87c
permissions -rw-r--r--
potentially more robust: long-running operation only for build master, not workers;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end