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