Struct blas_array2::blas3::trmm::TRMM_
source · pub struct TRMM_<'a, 'b, F>where
F: BLASFloat,{
pub a: ArrayView2<'a, F>,
pub b: ArrayViewMut2<'b, F>,
pub alpha: F,
pub side: BLASSide,
pub uplo: BLASUpLo,
pub transa: BLASTranspose,
pub diag: BLASDiag,
}
Fields§
§a: ArrayView2<'a, F>
§b: ArrayViewMut2<'b, F>
§alpha: F
§side: BLASSide
§uplo: BLASUpLo
§transa: BLASTranspose
§diag: BLASDiag
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b, F> Freeze for TRMM_<'a, 'b, F>where
F: Freeze,
impl<'a, 'b, F> RefUnwindSafe for TRMM_<'a, 'b, F>where
F: RefUnwindSafe,
impl<'a, 'b, F> Send for TRMM_<'a, 'b, F>
impl<'a, 'b, F> Sync for TRMM_<'a, 'b, F>
impl<'a, 'b, F> Unpin for TRMM_<'a, 'b, F>where
F: Unpin,
impl<'a, 'b, F> !UnwindSafe for TRMM_<'a, 'b, 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