pub struct MatrixLogarithm { /* private fields */ }
Expand description
Builder for the MatrixLogarithm
operation.
Implementations§
Source§impl MatrixLogarithm
impl MatrixLogarithm
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 MatrixLogarithm
impl Debug for MatrixLogarithm
Source§impl Default for MatrixLogarithm
impl Default for MatrixLogarithm
Source§fn default() -> MatrixLogarithm
fn default() -> MatrixLogarithm
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatrixLogarithm
impl RefUnwindSafe for MatrixLogarithm
impl Send for MatrixLogarithm
impl Sync for MatrixLogarithm
impl Unpin for MatrixLogarithm
impl UnwindSafe for MatrixLogarithm
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