pub struct TPMV_<'a, 'x, F>where
F: TPMVNum,{
pub ap: ArrayView1<'a, F>,
pub x: ArrayViewMut1<'x, F>,
pub uplo: BLASUpLo,
pub trans: BLASTranspose,
pub diag: BLASDiag,
pub layout: Option<BLASLayout>,
}
Fields§
§ap: ArrayView1<'a, F>
§x: ArrayViewMut1<'x, F>
§uplo: BLASUpLo
§trans: BLASTranspose
§diag: BLASDiag
§layout: Option<BLASLayout>
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'x, F> Freeze for TPMV_<'a, 'x, F>
impl<'a, 'x, F> RefUnwindSafe for TPMV_<'a, 'x, F>where
F: RefUnwindSafe,
impl<'a, 'x, F> Send for TPMV_<'a, 'x, F>
impl<'a, 'x, F> Sync for TPMV_<'a, 'x, F>where
F: Sync,
impl<'a, 'x, F> Unpin for TPMV_<'a, 'x, F>
impl<'a, 'x, F> !UnwindSafe for TPMV_<'a, 'x, F>
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