pub struct LocallyAnalyticFunctions {
pub p: u64,
pub target: String,
}Expand description
Locally analytic functions from ℤ_p to a p-adic Banach space.
Fields§
§p: u64The prime p.
target: StringThe target Banach space description.
Implementations§
Source§impl LocallyAnalyticFunctions
impl LocallyAnalyticFunctions
Sourcepub fn new(p: u64, target: impl Into<String>) -> Self
pub fn new(p: u64, target: impl Into<String>) -> Self
Construct the space of locally analytic functions.
Sourcepub fn dense_in_continuous(&self) -> bool
pub fn dense_in_continuous(&self) -> bool
True: locally analytic functions are a dense subspace of continuous functions.
Sourcepub fn locally_analytic_rep_statement(&self) -> String
pub fn locally_analytic_rep_statement(&self) -> String
Statement on locally analytic representations.
Auto Trait Implementations§
impl Freeze for LocallyAnalyticFunctions
impl RefUnwindSafe for LocallyAnalyticFunctions
impl Send for LocallyAnalyticFunctions
impl Sync for LocallyAnalyticFunctions
impl Unpin for LocallyAnalyticFunctions
impl UnsafeUnpin for LocallyAnalyticFunctions
impl UnwindSafe for LocallyAnalyticFunctions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more