pub struct TridiagonalSolve { /* private fields */ }
Expand description
Builder for the TridiagonalSolve
operation.
Implementations§
Source§impl TridiagonalSolve
impl TridiagonalSolve
Sourcepub fn partial_pivoting<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn partial_pivoting<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the partial_pivoting
attribute.
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 TridiagonalSolve
impl Debug for TridiagonalSolve
Source§impl Default for TridiagonalSolve
impl Default for TridiagonalSolve
Source§fn default() -> TridiagonalSolve
fn default() -> TridiagonalSolve
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TridiagonalSolve
impl RefUnwindSafe for TridiagonalSolve
impl Send for TridiagonalSolve
impl Sync for TridiagonalSolve
impl Unpin for TridiagonalSolve
impl UnwindSafe for TridiagonalSolve
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