pub struct FunctionSpaceSolution {
pub times: Vec<f64>,
pub values: Vec<f64>,
}Expand description
A solution in function space C([t₀−τ, T]).
Fields§
§times: Vec<f64>The solution values at grid points
values: Vec<f64>Corresponding y values
Implementations§
Auto Trait Implementations§
impl Freeze for FunctionSpaceSolution
impl RefUnwindSafe for FunctionSpaceSolution
impl Send for FunctionSpaceSolution
impl Sync for FunctionSpaceSolution
impl Unpin for FunctionSpaceSolution
impl UnsafeUnpin for FunctionSpaceSolution
impl UnwindSafe for FunctionSpaceSolution
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