pub struct KGroup {
pub algebra: String,
pub index: u8,
}Expand description
The K-group K_n(A) of a C*-algebra A, for n ∈ {0, 1}.
K₀(A) is the Grothendieck group of stable isomorphism classes of projections. K₁(A) ≅ K₀(SA) where SA is the suspension of A.
Fields§
§algebra: StringName of the C*-algebra.
index: u8Index: 0 for K₀, 1 for K₁.
Implementations§
Auto Trait Implementations§
impl Freeze for KGroup
impl RefUnwindSafe for KGroup
impl Send for KGroup
impl Sync for KGroup
impl Unpin for KGroup
impl UnsafeUnpin for KGroup
impl UnwindSafe for KGroup
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