pub struct MatrixSquareRoot { /* private fields */ }
Expand description
Builder for the MatrixSquareRoot
operation.
Implementations§
Source§impl MatrixSquareRoot
impl MatrixSquareRoot
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for MatrixSquareRoot
impl Debug for MatrixSquareRoot
Source§impl Default for MatrixSquareRoot
impl Default for MatrixSquareRoot
Source§fn default() -> MatrixSquareRoot
fn default() -> MatrixSquareRoot
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatrixSquareRoot
impl RefUnwindSafe for MatrixSquareRoot
impl Send for MatrixSquareRoot
impl Sync for MatrixSquareRoot
impl Unpin for MatrixSquareRoot
impl UnwindSafe for MatrixSquareRoot
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