pub struct LuCotangent<T: Scalar> {
pub l: Option<Tensor<T>>,
pub u: Option<Tensor<T>>,
}Expand description
Fields§
§l: Option<Tensor<T>>Cotangent for L. Shape must match LuResult::l.
u: Option<Tensor<T>>Cotangent for U. Shape must match LuResult::u.
Auto Trait Implementations§
impl<T> Freeze for LuCotangent<T>
impl<T> !RefUnwindSafe for LuCotangent<T>
impl<T> Send for LuCotangent<T>
impl<T> Sync for LuCotangent<T>
impl<T> Unpin for LuCotangent<T>where
T: Unpin,
impl<T> !UnwindSafe for LuCotangent<T>
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