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