pub struct Static;Trait Implementations§
impl Copy for Static
Source§impl Space<2> for Static
impl Space<2> for Static
type VecStore = <Static as Space<2>>::VecStore
type MatStore = <Static as Space<2>>::MatStore
type SymStore = <Static as Space<2>>::SymStore
type SymVecStore = <Static as Space<2>>::SymVecStore
type SymSymStore = <Static as Space<2>>::SymSymStore
type SymVecVecStore = <Static as Space<2>>::SymVecVecStore
Source§fn sum<const R: usize>(f: impl Fn([usize; R]) -> f64) -> f64
fn sum<const R: usize>(f: impl Fn([usize; R]) -> f64) -> f64
Sums over all indices of the given rank.
Source§fn vector(f: impl Fn([usize; 1]) -> f64) -> Tensor<N, 1, Gen, Self::VecStore>
fn vector(f: impl Fn([usize; 1]) -> f64) -> Tensor<N, 1, Gen, Self::VecStore>
Constructs an
N dimensional vector.Auto Trait Implementations§
impl Freeze for Static
impl RefUnwindSafe for Static
impl Send for Static
impl Sync for Static
impl Unpin for Static
impl UnsafeUnpin for Static
impl UnwindSafe for Static
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