Added the method of complex interpolation.
All checks were successful
Compile Project / Compile (push) Successful in 37s

This commit is contained in:
Bokuan Li
2026-06-10 23:39:46 -04:00
parent 1c211eac9a
commit 9ec4eea839
5 changed files with 110 additions and 1 deletions

View File

@@ -183,4 +183,17 @@
author={Pietsch, Albrecht},
year={2007},
publisher={Springer}
}
@book{BerghInterpolation,
author = {Bergh, Jöran and Löfström, Jörgen},
title = {Interpolation Spaces: An Introduction},
series = {Grundlehren der Mathematischen Wissenschaften},
volume = {223},
publisher = {Springer-Verlag},
address = {Berlin--New York},
year = {1976},
pages = {x+207},
isbn = {3-540-07875-4},
mrnumber = {0482275}
}