ndarray_
linalg
0.16.0
Trace
Required Associated Types
Output
Required Methods
trace
Implementations on Foreign Types
ArrayBase<S, Ix2>
Implementors
In ndarray_
linalg::
trace
Trait
ndarray_linalg
::
trace
::
Trace
Copy item path
source
·
[
−
]
pub trait Trace { type
Output
; // Required method fn
trace
(&self) ->
Result
<Self::
Output
>; }
Required Associated Types
§
source
type
Output
Required Methods
§
source
fn
trace
(&self) ->
Result
<Self::
Output
>
Implementations on Foreign Types
§
source
§
impl<A, S>
Trace
for
ArrayBase
<S,
Ix2
>
where A:
Scalar
+
Sum
, S:
Data
<Elem = A>,
source
§
type
Output
= A
source
§
fn
trace
(&self) ->
Result
<Self::
Output
>
Implementors
§