pub struct ProviderCovarianceToCorrelationResult {
pub correlation: GpuTensorHandle,
pub sigma: GpuTensorHandle,
}Expand description
Provider-side covariance-to-correlation result containing the correlation matrix and column-vector standard deviations.
Fields§
§correlation: GpuTensorHandle§sigma: GpuTensorHandleTrait Implementations§
Source§impl Clone for ProviderCovarianceToCorrelationResult
impl Clone for ProviderCovarianceToCorrelationResult
Source§fn clone(&self) -> ProviderCovarianceToCorrelationResult
fn clone(&self) -> ProviderCovarianceToCorrelationResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProviderCovarianceToCorrelationResult
impl RefUnwindSafe for ProviderCovarianceToCorrelationResult
impl Send for ProviderCovarianceToCorrelationResult
impl Sync for ProviderCovarianceToCorrelationResult
impl Unpin for ProviderCovarianceToCorrelationResult
impl UnsafeUnpin for ProviderCovarianceToCorrelationResult
impl UnwindSafe for ProviderCovarianceToCorrelationResult
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