pub struct TPSV_<'a, 'x, F>where
F: TPSVNum,{
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 TPSV_<'a, 'x, F>
impl<'a, 'x, F> RefUnwindSafe for TPSV_<'a, 'x, F>where
F: RefUnwindSafe,
impl<'a, 'x, F> Send for TPSV_<'a, 'x, F>
impl<'a, 'x, F> Sync for TPSV_<'a, 'x, F>where
F: Sync,
impl<'a, 'x, F> Unpin for TPSV_<'a, 'x, F>
impl<'a, 'x, F> !UnwindSafe for TPSV_<'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