Docs.rs
argmin-math-0.3.0
argmin-math 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
stefan-k
Dependencies
anyhow ^1.0
normal
cfg-if ^1
normal
nalgebra ^0.29
normal
nalgebra ^0.30
normal
nalgebra ^0.31
normal
nalgebra ^0.32
normal
ndarray-linalg ^0.12
normal
ndarray-linalg ^0.13
normal
ndarray-linalg ^0.16
normal
ndarray ^0.13
normal
ndarray ^0.14
normal
ndarray ^0.15
normal
num-complex ^0.2
normal
num-complex ^0.3
normal
num-complex ^0.4
normal
num-integer ^0.1
normal
num-traits ^0.2
normal
rand ^0.8.3
normal
thiserror ^1.0
normal
paste ^1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ArgminDiv
Required Methods
div
Implementations on Foreign Types
Array1<Complex<f32>>
Array1<Complex<f32>>
Array1<Complex<f64>>
Array1<Complex<f64>>
Array1<f32>
Array1<f32>
Array1<f64>
Array1<f64>
Array1<i16>
Array1<i16>
Array1<i32>
Array1<i32>
Array1<i64>
Array1<i64>
Array1<i8>
Array1<i8>
Array1<u16>
Array1<u16>
Array1<u32>
Array1<u32>
Array1<u64>
Array1<u64>
Array1<u8>
Array1<u8>
Array2<Complex<f32>>
Array2<Complex<f64>>
Array2<f32>
Array2<f64>
Array2<i16>
Array2<i32>
Array2<i64>
Array2<i8>
Array2<u16>
Array2<u32>
Array2<u64>
Array2<u8>
Complex<f32>
Complex<f32>
Complex<f32>
Complex<f64>
Complex<f64>
Complex<f64>
Complex<i16>
Complex<i16>
Complex<i32>
Complex<i32>
Complex<i64>
Complex<i64>
Complex<i8>
Complex<i8>
Complex<isize>
Complex<isize>
Complex<u16>
Complex<u16>
Complex<u32>
Complex<u32>
Complex<u64>
Complex<u64>
Complex<u8>
Complex<u8>
Complex<usize>
Complex<usize>
Matrix<N, R, C, S>
Matrix<N, R1, C1, SA>
Vec<Complex<f32>>
Vec<Complex<f32>>
Vec<Complex<f64>>
Vec<Complex<f64>>
Vec<Complex<i16>>
Vec<Complex<i16>>
Vec<Complex<i32>>
Vec<Complex<i32>>
Vec<Complex<i64>>
Vec<Complex<i64>>
Vec<Complex<i8>>
Vec<Complex<i8>>
Vec<Complex<isize>>
Vec<Complex<isize>>
Vec<Complex<u16>>
Vec<Complex<u16>>
Vec<Complex<u32>>
Vec<Complex<u32>>
Vec<Complex<u64>>
Vec<Complex<u64>>
Vec<Complex<u8>>
Vec<Complex<u8>>
Vec<Complex<usize>>
Vec<Complex<usize>>
Vec<Vec<Complex<f32>>>
Vec<Vec<Complex<f64>>>
Vec<Vec<Complex<i16>>>
Vec<Vec<Complex<i32>>>
Vec<Vec<Complex<i64>>>
Vec<Vec<Complex<i8>>>
Vec<Vec<Complex<isize>>>
Vec<Vec<Complex<u16>>>
Vec<Vec<Complex<u32>>>
Vec<Vec<Complex<u64>>>
Vec<Vec<Complex<u8>>>
Vec<Vec<Complex<usize>>>
Vec<Vec<f32>>
Vec<Vec<f64>>
Vec<Vec<i16>>
Vec<Vec<i32>>
Vec<Vec<i64>>
Vec<Vec<i8>>
Vec<Vec<isize>>
Vec<Vec<u16>>
Vec<Vec<u32>>
Vec<Vec<u64>>
Vec<Vec<u8>>
Vec<Vec<usize>>
Vec<f32>
Vec<f32>
Vec<f64>
Vec<f64>
Vec<i16>
Vec<i16>
Vec<i32>
Vec<i32>
Vec<i64>
Vec<i64>
Vec<i8>
Vec<i8>
Vec<isize>
Vec<isize>
Vec<u16>
Vec<u16>
Vec<u32>
Vec<u32>
Vec<u64>
Vec<u64>
Vec<u8>
Vec<u8>
Vec<usize>
Vec<usize>
f32
f32
f32
f64
f64
f64
i16
i16
i16
i32
i32
i32
i64
i64
i64
i8
i8
i8
isize
isize
u16
u16
u16
u32
u32
u32
u64
u64
u64
u8
u8
u8
usize
usize
Implementors
In argmin_math
?
Trait
argmin_math
::
ArgminDiv
source
·
[
−
]
pub trait ArgminDiv<T, U> { fn
div
(&self, other:
&T
) -> U; }
Expand description
(Pointwise) Divide a
T
by
self
Required Methods
§
source
fn
div
(&self, other:
&T
) -> U
(Pointwise) Divide a
T
by
self
Implementations on Foreign Types
§
source
§
impl
ArgminDiv
<
isize
,
isize
> for
isize
source
§
fn
div
(&self, other: &
isize
) ->
isize
source
§
impl
ArgminDiv
<
usize
,
usize
> for
usize
source
§
fn
div
(&self, other: &
usize
) ->
usize
source
§
impl
ArgminDiv
<
i8
,
i8
> for
i8
source
§
fn
div
(&self, other: &
i8
) ->
i8
source
§
impl
ArgminDiv
<
u8
,
u8
> for
u8
source
§
fn
div
(&self, other: &
u8
) ->
u8
source
§
impl
ArgminDiv
<
i16
,
i16
> for
i16
source
§
fn
div
(&self, other: &
i16
) ->
i16
source
§
impl
ArgminDiv
<
u16
,
u16
> for
u16
source
§
fn
div
(&self, other: &
u16
) ->
u16
source
§
impl
ArgminDiv
<
i32
,
i32
> for
i32
source
§
fn
div
(&self, other: &
i32
) ->
i32
source
§
impl
ArgminDiv
<
u32
,
u32
> for
u32
source
§
fn
div
(&self, other: &
u32
) ->
u32
source
§
impl
ArgminDiv
<
i64
,
i64
> for
i64
source
§
fn
div
(&self, other: &
i64
) ->
i64
source
§
impl
ArgminDiv
<
u64
,
u64
> for
u64
source
§
fn
div
(&self, other: &
u64
) ->
u64
source
§
impl
ArgminDiv
<
f32
,
f32
> for
f32
source
§
fn
div
(&self, other: &
f32
) ->
f32
source
§
impl
ArgminDiv
<
f64
,
f64
> for
f64
source
§
fn
div
(&self, other: &
f64
) ->
f64
source
§
impl
ArgminDiv
<
Complex
<
isize
>,
Complex
<
isize
>> for
Complex
<
isize
>
source
§
fn
div
(&self, other: &
Complex
<
isize
>) ->
Complex
<
isize
>
source
§
impl
ArgminDiv
<
Complex
<
usize
>,
Complex
<
usize
>> for
Complex
<
usize
>
source
§
fn
div
(&self, other: &
Complex
<
usize
>) ->
Complex
<
usize
>
source
§
impl
ArgminDiv
<
Complex
<
i8
>,
Complex
<
i8
>> for
Complex
<
i8
>
source
§
fn
div
(&self, other: &
Complex
<
i8
>) ->
Complex
<
i8
>
source
§
impl
ArgminDiv
<
Complex
<
u8
>,
Complex
<
u8
>> for
Complex
<
u8
>
source
§
fn
div
(&self, other: &
Complex
<
u8
>) ->
Complex
<
u8
>
source
§
impl
ArgminDiv
<
Complex
<
i16
>,
Complex
<
i16
>> for
Complex
<
i16
>
source
§
fn
div
(&self, other: &
Complex
<
i16
>) ->
Complex
<
i16
>
source
§
impl
ArgminDiv
<
Complex
<
u16
>,
Complex
<
u16
>> for
Complex
<
u16
>
source
§
fn
div
(&self, other: &
Complex
<
u16
>) ->
Complex
<
u16
>
source
§
impl
ArgminDiv
<
Complex
<
i32
>,
Complex
<
i32
>> for
Complex
<
i32
>
source
§
fn
div
(&self, other: &
Complex
<
i32
>) ->
Complex
<
i32
>
source
§
impl
ArgminDiv
<
Complex
<
u32
>,
Complex
<
u32
>> for
Complex
<
u32
>
source
§
fn
div
(&self, other: &
Complex
<
u32
>) ->
Complex
<
u32
>
source
§
impl
ArgminDiv
<
Complex
<
i64
>,
Complex
<
i64
>> for
Complex
<
i64
>
source
§
fn
div
(&self, other: &
Complex
<
i64
>) ->
Complex
<
i64
>
source
§
impl
ArgminDiv
<
Complex
<
u64
>,
Complex
<
u64
>> for
Complex
<
u64
>
source
§
fn
div
(&self, other: &
Complex
<
u64
>) ->
Complex
<
u64
>
source
§
impl
ArgminDiv
<
Complex
<
f32
>,
Complex
<
f32
>> for
Complex
<
f32
>
source
§
fn
div
(&self, other: &
Complex
<
f32
>) ->
Complex
<
f32
>
source
§
impl
ArgminDiv
<
Complex
<
f64
>,
Complex
<
f64
>> for
Complex
<
f64
>
source
§
fn
div
(&self, other: &
Complex
<
f64
>) ->
Complex
<
f64
>
source
§
impl
ArgminDiv
<
i8
,
ArrayBase
<
OwnedRepr
<
i8
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
i8
>
source
§
fn
div
(&self, other: &
i8
) ->
Array1
<
i8
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i8
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
i8
>,
Dim
<[
usize
;
1
]>>> for
i8
source
§
fn
div
(&self, other: &
Array1
<
i8
>) ->
Array1
<
i8
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i8
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
i8
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
i8
>
source
§
fn
div
(&self, other: &
Array1
<
i8
>) ->
Array1
<
i8
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i8
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
i8
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
i8
>
source
§
fn
div
(&self, other: &
Array2
<
i8
>) ->
Array2
<
i8
>
source
§
impl
ArgminDiv
<
u8
,
ArrayBase
<
OwnedRepr
<
u8
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
u8
>
source
§
fn
div
(&self, other: &
u8
) ->
Array1
<
u8
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u8
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
u8
>,
Dim
<[
usize
;
1
]>>> for
u8
source
§
fn
div
(&self, other: &
Array1
<
u8
>) ->
Array1
<
u8
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u8
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
u8
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
u8
>
source
§
fn
div
(&self, other: &
Array1
<
u8
>) ->
Array1
<
u8
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u8
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
u8
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
u8
>
source
§
fn
div
(&self, other: &
Array2
<
u8
>) ->
Array2
<
u8
>
source
§
impl
ArgminDiv
<
i16
,
ArrayBase
<
OwnedRepr
<
i16
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
i16
>
source
§
fn
div
(&self, other: &
i16
) ->
Array1
<
i16
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i16
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
i16
>,
Dim
<[
usize
;
1
]>>> for
i16
source
§
fn
div
(&self, other: &
Array1
<
i16
>) ->
Array1
<
i16
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i16
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
i16
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
i16
>
source
§
fn
div
(&self, other: &
Array1
<
i16
>) ->
Array1
<
i16
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i16
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
i16
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
i16
>
source
§
fn
div
(&self, other: &
Array2
<
i16
>) ->
Array2
<
i16
>
source
§
impl
ArgminDiv
<
u16
,
ArrayBase
<
OwnedRepr
<
u16
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
u16
>
source
§
fn
div
(&self, other: &
u16
) ->
Array1
<
u16
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u16
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
u16
>,
Dim
<[
usize
;
1
]>>> for
u16
source
§
fn
div
(&self, other: &
Array1
<
u16
>) ->
Array1
<
u16
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u16
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
u16
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
u16
>
source
§
fn
div
(&self, other: &
Array1
<
u16
>) ->
Array1
<
u16
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u16
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
u16
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
u16
>
source
§
fn
div
(&self, other: &
Array2
<
u16
>) ->
Array2
<
u16
>
source
§
impl
ArgminDiv
<
i32
,
ArrayBase
<
OwnedRepr
<
i32
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
i32
>
source
§
fn
div
(&self, other: &
i32
) ->
Array1
<
i32
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i32
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
i32
>,
Dim
<[
usize
;
1
]>>> for
i32
source
§
fn
div
(&self, other: &
Array1
<
i32
>) ->
Array1
<
i32
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i32
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
i32
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
i32
>
source
§
fn
div
(&self, other: &
Array1
<
i32
>) ->
Array1
<
i32
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i32
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
i32
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
i32
>
source
§
fn
div
(&self, other: &
Array2
<
i32
>) ->
Array2
<
i32
>
source
§
impl
ArgminDiv
<
u32
,
ArrayBase
<
OwnedRepr
<
u32
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
u32
>
source
§
fn
div
(&self, other: &
u32
) ->
Array1
<
u32
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u32
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
u32
>,
Dim
<[
usize
;
1
]>>> for
u32
source
§
fn
div
(&self, other: &
Array1
<
u32
>) ->
Array1
<
u32
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u32
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
u32
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
u32
>
source
§
fn
div
(&self, other: &
Array1
<
u32
>) ->
Array1
<
u32
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u32
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
u32
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
u32
>
source
§
fn
div
(&self, other: &
Array2
<
u32
>) ->
Array2
<
u32
>
source
§
impl
ArgminDiv
<
i64
,
ArrayBase
<
OwnedRepr
<
i64
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
i64
>
source
§
fn
div
(&self, other: &
i64
) ->
Array1
<
i64
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i64
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
i64
>,
Dim
<[
usize
;
1
]>>> for
i64
source
§
fn
div
(&self, other: &
Array1
<
i64
>) ->
Array1
<
i64
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i64
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
i64
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
i64
>
source
§
fn
div
(&self, other: &
Array1
<
i64
>) ->
Array1
<
i64
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
i64
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
i64
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
i64
>
source
§
fn
div
(&self, other: &
Array2
<
i64
>) ->
Array2
<
i64
>
source
§
impl
ArgminDiv
<
u64
,
ArrayBase
<
OwnedRepr
<
u64
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
u64
>
source
§
fn
div
(&self, other: &
u64
) ->
Array1
<
u64
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u64
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
u64
>,
Dim
<[
usize
;
1
]>>> for
u64
source
§
fn
div
(&self, other: &
Array1
<
u64
>) ->
Array1
<
u64
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u64
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
u64
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
u64
>
source
§
fn
div
(&self, other: &
Array1
<
u64
>) ->
Array1
<
u64
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
u64
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
u64
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
u64
>
source
§
fn
div
(&self, other: &
Array2
<
u64
>) ->
Array2
<
u64
>
source
§
impl
ArgminDiv
<
f32
,
ArrayBase
<
OwnedRepr
<
f32
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
f32
>
source
§
fn
div
(&self, other: &
f32
) ->
Array1
<
f32
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
f32
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
f32
>,
Dim
<[
usize
;
1
]>>> for
f32
source
§
fn
div
(&self, other: &
Array1
<
f32
>) ->
Array1
<
f32
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
f32
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
f32
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
f32
>
source
§
fn
div
(&self, other: &
Array1
<
f32
>) ->
Array1
<
f32
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
f32
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
f32
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
f32
>
source
§
fn
div
(&self, other: &
Array2
<
f32
>) ->
Array2
<
f32
>
source
§
impl
ArgminDiv
<
f64
,
ArrayBase
<
OwnedRepr
<
f64
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
f64
>
source
§
fn
div
(&self, other: &
f64
) ->
Array1
<
f64
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
f64
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
f64
>,
Dim
<[
usize
;
1
]>>> for
f64
source
§
fn
div
(&self, other: &
Array1
<
f64
>) ->
Array1
<
f64
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
f64
>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
f64
>,
Dim
<[
usize
;
1
]>>> for
Array1
<
f64
>
source
§
fn
div
(&self, other: &
Array1
<
f64
>) ->
Array1
<
f64
>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
f64
>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
f64
>,
Dim
<[
usize
;
2
]>>> for
Array2
<
f64
>
source
§
fn
div
(&self, other: &
Array2
<
f64
>) ->
Array2
<
f64
>
source
§
impl
ArgminDiv
<
Complex
<
f32
>,
ArrayBase
<
OwnedRepr
<
Complex
<
f32
>>,
Dim
<[
usize
;
1
]>>> for
Array1
<
Complex
<
f32
>>
source
§
fn
div
(&self, other: &
Complex
<
f32
>) ->
Array1
<
Complex
<
f32
>>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
Complex
<
f32
>>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
Complex
<
f32
>>,
Dim
<[
usize
;
1
]>>> for
Complex
<
f32
>
source
§
fn
div
(&self, other: &
Array1
<
Complex
<
f32
>>) ->
Array1
<
Complex
<
f32
>>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
Complex
<
f32
>>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
Complex
<
f32
>>,
Dim
<[
usize
;
1
]>>> for
Array1
<
Complex
<
f32
>>
source
§
fn
div
(&self, other: &
Array1
<
Complex
<
f32
>>) ->
Array1
<
Complex
<
f32
>>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
Complex
<
f32
>>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
Complex
<
f32
>>,
Dim
<[
usize
;
2
]>>> for
Array2
<
Complex
<
f32
>>
source
§
fn
div
(&self, other: &
Array2
<
Complex
<
f32
>>) ->
Array2
<
Complex
<
f32
>>
source
§
impl
ArgminDiv
<
Complex
<
f64
>,
ArrayBase
<
OwnedRepr
<
Complex
<
f64
>>,
Dim
<[
usize
;
1
]>>> for
Array1
<
Complex
<
f64
>>
source
§
fn
div
(&self, other: &
Complex
<
f64
>) ->
Array1
<
Complex
<
f64
>>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
Complex
<
f64
>>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
Complex
<
f64
>>,
Dim
<[
usize
;
1
]>>> for
Complex
<
f64
>
source
§
fn
div
(&self, other: &
Array1
<
Complex
<
f64
>>) ->
Array1
<
Complex
<
f64
>>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
Complex
<
f64
>>,
Dim
<[
usize
;
1
]>>,
ArrayBase
<
OwnedRepr
<
Complex
<
f64
>>,
Dim
<[
usize
;
1
]>>> for
Array1
<
Complex
<
f64
>>
source
§
fn
div
(&self, other: &
Array1
<
Complex
<
f64
>>) ->
Array1
<
Complex
<
f64
>>
source
§
impl
ArgminDiv
<
ArrayBase
<
OwnedRepr
<
Complex
<
f64
>>,
Dim
<[
usize
;
2
]>>,
ArrayBase
<
OwnedRepr
<
Complex
<
f64
>>,
Dim
<[
usize
;
2
]>>> for
Array2
<
Complex
<
f64
>>
source
§
fn
div
(&self, other: &
Array2
<
Complex
<
f64
>>) ->
Array2
<
Complex
<
f64
>>
source
§
impl<N, R, C, S>
ArgminDiv
<N,
Matrix
<N, R, C, <
DefaultAllocator
as
Allocator
<N, R, C>>::
Buffer
>> for
Matrix
<N, R, C, S>
where
N:
Scalar
+
Copy
+ ClosedDiv,
R:
Dim
,
C:
Dim
,
S:
Storage
<N, R, C>,
DefaultAllocator
:
Allocator
<N, R, C>,
source
§
fn
div
(&self, other:
&N
) ->
OMatrix
<N, R, C>
source
§
impl<N, R1, R2, C1, C2, SA, SB>
ArgminDiv
<
Matrix
<N, R2, C2, SB>,
Matrix
<N, <
ShapeConstraint
as
SameNumberOfRows
<R1, R2>>::
Representative
, <
ShapeConstraint
as
SameNumberOfColumns
<C1, C2>>::
Representative
, <
DefaultAllocator
as
Allocator
<N, <
ShapeConstraint
as
SameNumberOfRows
<R1, R2>>::
Representative
, <
ShapeConstraint
as
SameNumberOfColumns
<C1, C2>>::
Representative
>>::
Buffer
>> for
Matrix
<N, R1, C1, SA>
where
N:
Scalar
+ ClosedDiv,
R1:
Dim
,
R2:
Dim
,
C1:
Dim
,
C2:
Dim
,
SA:
Storage
<N, R1, C1>,
SB:
Storage
<N, R2, C2>,
DefaultAllocator
:
SameShapeAllocator
<N, R1, C1, R2, C2>,
ShapeConstraint
:
SameNumberOfRows
<R1, R2> +
SameNumberOfColumns
<C1, C2>,
source
§
fn
div
(&self, other: &
Matrix
<N, R2, C2, SB>) ->
MatrixSum
<N, R1, C1, R2, C2>
source
§
impl
ArgminDiv
<
isize
,
Vec
<
isize
,
Global
>> for
Vec
<
isize
>
source
§
fn
div
(&self, other: &
isize
) ->
Vec
<
isize
>
source
§
impl
ArgminDiv
<
Vec
<
isize
,
Global
>,
Vec
<
isize
,
Global
>> for
isize
source
§
fn
div
(&self, other: &
Vec
<
isize
>) ->
Vec
<
isize
>
source
§
impl
ArgminDiv
<
Vec
<
isize
,
Global
>,
Vec
<
isize
,
Global
>> for
Vec
<
isize
>
source
§
fn
div
(&self, other: &
Vec
<
isize
>) ->
Vec
<
isize
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
isize
,
Global
>,
Global
>,
Vec
<
Vec
<
isize
,
Global
>,
Global
>> for
Vec
<
Vec
<
isize
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
isize
>>) ->
Vec
<
Vec
<
isize
>>
source
§
impl
ArgminDiv
<
usize
,
Vec
<
usize
,
Global
>> for
Vec
<
usize
>
source
§
fn
div
(&self, other: &
usize
) ->
Vec
<
usize
>
source
§
impl
ArgminDiv
<
Vec
<
usize
,
Global
>,
Vec
<
usize
,
Global
>> for
usize
source
§
fn
div
(&self, other: &
Vec
<
usize
>) ->
Vec
<
usize
>
source
§
impl
ArgminDiv
<
Vec
<
usize
,
Global
>,
Vec
<
usize
,
Global
>> for
Vec
<
usize
>
source
§
fn
div
(&self, other: &
Vec
<
usize
>) ->
Vec
<
usize
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
usize
,
Global
>,
Global
>,
Vec
<
Vec
<
usize
,
Global
>,
Global
>> for
Vec
<
Vec
<
usize
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
usize
>>) ->
Vec
<
Vec
<
usize
>>
source
§
impl
ArgminDiv
<
i8
,
Vec
<
i8
,
Global
>> for
Vec
<
i8
>
source
§
fn
div
(&self, other: &
i8
) ->
Vec
<
i8
>
source
§
impl
ArgminDiv
<
Vec
<
i8
,
Global
>,
Vec
<
i8
,
Global
>> for
i8
source
§
fn
div
(&self, other: &
Vec
<
i8
>) ->
Vec
<
i8
>
source
§
impl
ArgminDiv
<
Vec
<
i8
,
Global
>,
Vec
<
i8
,
Global
>> for
Vec
<
i8
>
source
§
fn
div
(&self, other: &
Vec
<
i8
>) ->
Vec
<
i8
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
i8
,
Global
>,
Global
>,
Vec
<
Vec
<
i8
,
Global
>,
Global
>> for
Vec
<
Vec
<
i8
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
i8
>>) ->
Vec
<
Vec
<
i8
>>
source
§
impl
ArgminDiv
<
u8
,
Vec
<
u8
,
Global
>> for
Vec
<
u8
>
source
§
fn
div
(&self, other: &
u8
) ->
Vec
<
u8
>
source
§
impl
ArgminDiv
<
Vec
<
u8
,
Global
>,
Vec
<
u8
,
Global
>> for
u8
source
§
fn
div
(&self, other: &
Vec
<
u8
>) ->
Vec
<
u8
>
source
§
impl
ArgminDiv
<
Vec
<
u8
,
Global
>,
Vec
<
u8
,
Global
>> for
Vec
<
u8
>
source
§
fn
div
(&self, other: &
Vec
<
u8
>) ->
Vec
<
u8
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
u8
,
Global
>,
Global
>,
Vec
<
Vec
<
u8
,
Global
>,
Global
>> for
Vec
<
Vec
<
u8
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
u8
>>) ->
Vec
<
Vec
<
u8
>>
source
§
impl
ArgminDiv
<
i16
,
Vec
<
i16
,
Global
>> for
Vec
<
i16
>
source
§
fn
div
(&self, other: &
i16
) ->
Vec
<
i16
>
source
§
impl
ArgminDiv
<
Vec
<
i16
,
Global
>,
Vec
<
i16
,
Global
>> for
i16
source
§
fn
div
(&self, other: &
Vec
<
i16
>) ->
Vec
<
i16
>
source
§
impl
ArgminDiv
<
Vec
<
i16
,
Global
>,
Vec
<
i16
,
Global
>> for
Vec
<
i16
>
source
§
fn
div
(&self, other: &
Vec
<
i16
>) ->
Vec
<
i16
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
i16
,
Global
>,
Global
>,
Vec
<
Vec
<
i16
,
Global
>,
Global
>> for
Vec
<
Vec
<
i16
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
i16
>>) ->
Vec
<
Vec
<
i16
>>
source
§
impl
ArgminDiv
<
u16
,
Vec
<
u16
,
Global
>> for
Vec
<
u16
>
source
§
fn
div
(&self, other: &
u16
) ->
Vec
<
u16
>
source
§
impl
ArgminDiv
<
Vec
<
u16
,
Global
>,
Vec
<
u16
,
Global
>> for
u16
source
§
fn
div
(&self, other: &
Vec
<
u16
>) ->
Vec
<
u16
>
source
§
impl
ArgminDiv
<
Vec
<
u16
,
Global
>,
Vec
<
u16
,
Global
>> for
Vec
<
u16
>
source
§
fn
div
(&self, other: &
Vec
<
u16
>) ->
Vec
<
u16
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
u16
,
Global
>,
Global
>,
Vec
<
Vec
<
u16
,
Global
>,
Global
>> for
Vec
<
Vec
<
u16
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
u16
>>) ->
Vec
<
Vec
<
u16
>>
source
§
impl
ArgminDiv
<
i32
,
Vec
<
i32
,
Global
>> for
Vec
<
i32
>
source
§
fn
div
(&self, other: &
i32
) ->
Vec
<
i32
>
source
§
impl
ArgminDiv
<
Vec
<
i32
,
Global
>,
Vec
<
i32
,
Global
>> for
i32
source
§
fn
div
(&self, other: &
Vec
<
i32
>) ->
Vec
<
i32
>
source
§
impl
ArgminDiv
<
Vec
<
i32
,
Global
>,
Vec
<
i32
,
Global
>> for
Vec
<
i32
>
source
§
fn
div
(&self, other: &
Vec
<
i32
>) ->
Vec
<
i32
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
i32
,
Global
>,
Global
>,
Vec
<
Vec
<
i32
,
Global
>,
Global
>> for
Vec
<
Vec
<
i32
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
i32
>>) ->
Vec
<
Vec
<
i32
>>
source
§
impl
ArgminDiv
<
u32
,
Vec
<
u32
,
Global
>> for
Vec
<
u32
>
source
§
fn
div
(&self, other: &
u32
) ->
Vec
<
u32
>
source
§
impl
ArgminDiv
<
Vec
<
u32
,
Global
>,
Vec
<
u32
,
Global
>> for
u32
source
§
fn
div
(&self, other: &
Vec
<
u32
>) ->
Vec
<
u32
>
source
§
impl
ArgminDiv
<
Vec
<
u32
,
Global
>,
Vec
<
u32
,
Global
>> for
Vec
<
u32
>
source
§
fn
div
(&self, other: &
Vec
<
u32
>) ->
Vec
<
u32
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
u32
,
Global
>,
Global
>,
Vec
<
Vec
<
u32
,
Global
>,
Global
>> for
Vec
<
Vec
<
u32
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
u32
>>) ->
Vec
<
Vec
<
u32
>>
source
§
impl
ArgminDiv
<
i64
,
Vec
<
i64
,
Global
>> for
Vec
<
i64
>
source
§
fn
div
(&self, other: &
i64
) ->
Vec
<
i64
>
source
§
impl
ArgminDiv
<
Vec
<
i64
,
Global
>,
Vec
<
i64
,
Global
>> for
i64
source
§
fn
div
(&self, other: &
Vec
<
i64
>) ->
Vec
<
i64
>
source
§
impl
ArgminDiv
<
Vec
<
i64
,
Global
>,
Vec
<
i64
,
Global
>> for
Vec
<
i64
>
source
§
fn
div
(&self, other: &
Vec
<
i64
>) ->
Vec
<
i64
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
i64
,
Global
>,
Global
>,
Vec
<
Vec
<
i64
,
Global
>,
Global
>> for
Vec
<
Vec
<
i64
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
i64
>>) ->
Vec
<
Vec
<
i64
>>
source
§
impl
ArgminDiv
<
u64
,
Vec
<
u64
,
Global
>> for
Vec
<
u64
>
source
§
fn
div
(&self, other: &
u64
) ->
Vec
<
u64
>
source
§
impl
ArgminDiv
<
Vec
<
u64
,
Global
>,
Vec
<
u64
,
Global
>> for
u64
source
§
fn
div
(&self, other: &
Vec
<
u64
>) ->
Vec
<
u64
>
source
§
impl
ArgminDiv
<
Vec
<
u64
,
Global
>,
Vec
<
u64
,
Global
>> for
Vec
<
u64
>
source
§
fn
div
(&self, other: &
Vec
<
u64
>) ->
Vec
<
u64
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
u64
,
Global
>,
Global
>,
Vec
<
Vec
<
u64
,
Global
>,
Global
>> for
Vec
<
Vec
<
u64
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
u64
>>) ->
Vec
<
Vec
<
u64
>>
source
§
impl
ArgminDiv
<
f32
,
Vec
<
f32
,
Global
>> for
Vec
<
f32
>
source
§
fn
div
(&self, other: &
f32
) ->
Vec
<
f32
>
source
§
impl
ArgminDiv
<
Vec
<
f32
,
Global
>,
Vec
<
f32
,
Global
>> for
f32
source
§
fn
div
(&self, other: &
Vec
<
f32
>) ->
Vec
<
f32
>
source
§
impl
ArgminDiv
<
Vec
<
f32
,
Global
>,
Vec
<
f32
,
Global
>> for
Vec
<
f32
>
source
§
fn
div
(&self, other: &
Vec
<
f32
>) ->
Vec
<
f32
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
f32
,
Global
>,
Global
>,
Vec
<
Vec
<
f32
,
Global
>,
Global
>> for
Vec
<
Vec
<
f32
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
f32
>>) ->
Vec
<
Vec
<
f32
>>
source
§
impl
ArgminDiv
<
f64
,
Vec
<
f64
,
Global
>> for
Vec
<
f64
>
source
§
fn
div
(&self, other: &
f64
) ->
Vec
<
f64
>
source
§
impl
ArgminDiv
<
Vec
<
f64
,
Global
>,
Vec
<
f64
,
Global
>> for
f64
source
§
fn
div
(&self, other: &
Vec
<
f64
>) ->
Vec
<
f64
>
source
§
impl
ArgminDiv
<
Vec
<
f64
,
Global
>,
Vec
<
f64
,
Global
>> for
Vec
<
f64
>
source
§
fn
div
(&self, other: &
Vec
<
f64
>) ->
Vec
<
f64
>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
f64
,
Global
>,
Global
>,
Vec
<
Vec
<
f64
,
Global
>,
Global
>> for
Vec
<
Vec
<
f64
>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
f64
>>) ->
Vec
<
Vec
<
f64
>>
source
§
impl
ArgminDiv
<
Complex
<
isize
>,
Vec
<
Complex
<
isize
>,
Global
>> for
Vec
<
Complex
<
isize
>>
source
§
fn
div
(&self, other: &
Complex
<
isize
>) ->
Vec
<
Complex
<
isize
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
isize
>,
Global
>,
Vec
<
Complex
<
isize
>,
Global
>> for
Complex
<
isize
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
isize
>>) ->
Vec
<
Complex
<
isize
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
isize
>,
Global
>,
Vec
<
Complex
<
isize
>,
Global
>> for
Vec
<
Complex
<
isize
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
isize
>>) ->
Vec
<
Complex
<
isize
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
isize
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
isize
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
isize
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
isize
>>>) ->
Vec
<
Vec
<
Complex
<
isize
>>>
source
§
impl
ArgminDiv
<
Complex
<
usize
>,
Vec
<
Complex
<
usize
>,
Global
>> for
Vec
<
Complex
<
usize
>>
source
§
fn
div
(&self, other: &
Complex
<
usize
>) ->
Vec
<
Complex
<
usize
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
usize
>,
Global
>,
Vec
<
Complex
<
usize
>,
Global
>> for
Complex
<
usize
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
usize
>>) ->
Vec
<
Complex
<
usize
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
usize
>,
Global
>,
Vec
<
Complex
<
usize
>,
Global
>> for
Vec
<
Complex
<
usize
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
usize
>>) ->
Vec
<
Complex
<
usize
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
usize
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
usize
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
usize
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
usize
>>>) ->
Vec
<
Vec
<
Complex
<
usize
>>>
source
§
impl
ArgminDiv
<
Complex
<
i8
>,
Vec
<
Complex
<
i8
>,
Global
>> for
Vec
<
Complex
<
i8
>>
source
§
fn
div
(&self, other: &
Complex
<
i8
>) ->
Vec
<
Complex
<
i8
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
i8
>,
Global
>,
Vec
<
Complex
<
i8
>,
Global
>> for
Complex
<
i8
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
i8
>>) ->
Vec
<
Complex
<
i8
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
i8
>,
Global
>,
Vec
<
Complex
<
i8
>,
Global
>> for
Vec
<
Complex
<
i8
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
i8
>>) ->
Vec
<
Complex
<
i8
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
i8
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
i8
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
i8
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
i8
>>>) ->
Vec
<
Vec
<
Complex
<
i8
>>>
source
§
impl
ArgminDiv
<
Complex
<
u8
>,
Vec
<
Complex
<
u8
>,
Global
>> for
Vec
<
Complex
<
u8
>>
source
§
fn
div
(&self, other: &
Complex
<
u8
>) ->
Vec
<
Complex
<
u8
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
u8
>,
Global
>,
Vec
<
Complex
<
u8
>,
Global
>> for
Complex
<
u8
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
u8
>>) ->
Vec
<
Complex
<
u8
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
u8
>,
Global
>,
Vec
<
Complex
<
u8
>,
Global
>> for
Vec
<
Complex
<
u8
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
u8
>>) ->
Vec
<
Complex
<
u8
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
u8
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
u8
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
u8
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
u8
>>>) ->
Vec
<
Vec
<
Complex
<
u8
>>>
source
§
impl
ArgminDiv
<
Complex
<
i16
>,
Vec
<
Complex
<
i16
>,
Global
>> for
Vec
<
Complex
<
i16
>>
source
§
fn
div
(&self, other: &
Complex
<
i16
>) ->
Vec
<
Complex
<
i16
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
i16
>,
Global
>,
Vec
<
Complex
<
i16
>,
Global
>> for
Complex
<
i16
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
i16
>>) ->
Vec
<
Complex
<
i16
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
i16
>,
Global
>,
Vec
<
Complex
<
i16
>,
Global
>> for
Vec
<
Complex
<
i16
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
i16
>>) ->
Vec
<
Complex
<
i16
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
i16
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
i16
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
i16
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
i16
>>>) ->
Vec
<
Vec
<
Complex
<
i16
>>>
source
§
impl
ArgminDiv
<
Complex
<
u16
>,
Vec
<
Complex
<
u16
>,
Global
>> for
Vec
<
Complex
<
u16
>>
source
§
fn
div
(&self, other: &
Complex
<
u16
>) ->
Vec
<
Complex
<
u16
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
u16
>,
Global
>,
Vec
<
Complex
<
u16
>,
Global
>> for
Complex
<
u16
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
u16
>>) ->
Vec
<
Complex
<
u16
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
u16
>,
Global
>,
Vec
<
Complex
<
u16
>,
Global
>> for
Vec
<
Complex
<
u16
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
u16
>>) ->
Vec
<
Complex
<
u16
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
u16
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
u16
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
u16
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
u16
>>>) ->
Vec
<
Vec
<
Complex
<
u16
>>>
source
§
impl
ArgminDiv
<
Complex
<
i32
>,
Vec
<
Complex
<
i32
>,
Global
>> for
Vec
<
Complex
<
i32
>>
source
§
fn
div
(&self, other: &
Complex
<
i32
>) ->
Vec
<
Complex
<
i32
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
i32
>,
Global
>,
Vec
<
Complex
<
i32
>,
Global
>> for
Complex
<
i32
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
i32
>>) ->
Vec
<
Complex
<
i32
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
i32
>,
Global
>,
Vec
<
Complex
<
i32
>,
Global
>> for
Vec
<
Complex
<
i32
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
i32
>>) ->
Vec
<
Complex
<
i32
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
i32
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
i32
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
i32
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
i32
>>>) ->
Vec
<
Vec
<
Complex
<
i32
>>>
source
§
impl
ArgminDiv
<
Complex
<
u32
>,
Vec
<
Complex
<
u32
>,
Global
>> for
Vec
<
Complex
<
u32
>>
source
§
fn
div
(&self, other: &
Complex
<
u32
>) ->
Vec
<
Complex
<
u32
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
u32
>,
Global
>,
Vec
<
Complex
<
u32
>,
Global
>> for
Complex
<
u32
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
u32
>>) ->
Vec
<
Complex
<
u32
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
u32
>,
Global
>,
Vec
<
Complex
<
u32
>,
Global
>> for
Vec
<
Complex
<
u32
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
u32
>>) ->
Vec
<
Complex
<
u32
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
u32
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
u32
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
u32
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
u32
>>>) ->
Vec
<
Vec
<
Complex
<
u32
>>>
source
§
impl
ArgminDiv
<
Complex
<
i64
>,
Vec
<
Complex
<
i64
>,
Global
>> for
Vec
<
Complex
<
i64
>>
source
§
fn
div
(&self, other: &
Complex
<
i64
>) ->
Vec
<
Complex
<
i64
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
i64
>,
Global
>,
Vec
<
Complex
<
i64
>,
Global
>> for
Complex
<
i64
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
i64
>>) ->
Vec
<
Complex
<
i64
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
i64
>,
Global
>,
Vec
<
Complex
<
i64
>,
Global
>> for
Vec
<
Complex
<
i64
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
i64
>>) ->
Vec
<
Complex
<
i64
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
i64
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
i64
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
i64
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
i64
>>>) ->
Vec
<
Vec
<
Complex
<
i64
>>>
source
§
impl
ArgminDiv
<
Complex
<
u64
>,
Vec
<
Complex
<
u64
>,
Global
>> for
Vec
<
Complex
<
u64
>>
source
§
fn
div
(&self, other: &
Complex
<
u64
>) ->
Vec
<
Complex
<
u64
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
u64
>,
Global
>,
Vec
<
Complex
<
u64
>,
Global
>> for
Complex
<
u64
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
u64
>>) ->
Vec
<
Complex
<
u64
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
u64
>,
Global
>,
Vec
<
Complex
<
u64
>,
Global
>> for
Vec
<
Complex
<
u64
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
u64
>>) ->
Vec
<
Complex
<
u64
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
u64
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
u64
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
u64
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
u64
>>>) ->
Vec
<
Vec
<
Complex
<
u64
>>>
source
§
impl
ArgminDiv
<
Complex
<
f32
>,
Vec
<
Complex
<
f32
>,
Global
>> for
Vec
<
Complex
<
f32
>>
source
§
fn
div
(&self, other: &
Complex
<
f32
>) ->
Vec
<
Complex
<
f32
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
f32
>,
Global
>,
Vec
<
Complex
<
f32
>,
Global
>> for
Complex
<
f32
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
f32
>>) ->
Vec
<
Complex
<
f32
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
f32
>,
Global
>,
Vec
<
Complex
<
f32
>,
Global
>> for
Vec
<
Complex
<
f32
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
f32
>>) ->
Vec
<
Complex
<
f32
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
f32
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
f32
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
f32
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
f32
>>>) ->
Vec
<
Vec
<
Complex
<
f32
>>>
source
§
impl
ArgminDiv
<
Complex
<
f64
>,
Vec
<
Complex
<
f64
>,
Global
>> for
Vec
<
Complex
<
f64
>>
source
§
fn
div
(&self, other: &
Complex
<
f64
>) ->
Vec
<
Complex
<
f64
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
f64
>,
Global
>,
Vec
<
Complex
<
f64
>,
Global
>> for
Complex
<
f64
>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
f64
>>) ->
Vec
<
Complex
<
f64
>>
source
§
impl
ArgminDiv
<
Vec
<
Complex
<
f64
>,
Global
>,
Vec
<
Complex
<
f64
>,
Global
>> for
Vec
<
Complex
<
f64
>>
source
§
fn
div
(&self, other: &
Vec
<
Complex
<
f64
>>) ->
Vec
<
Complex
<
f64
>>
source
§
impl
ArgminDiv
<
Vec
<
Vec
<
Complex
<
f64
>,
Global
>,
Global
>,
Vec
<
Vec
<
Complex
<
f64
>,
Global
>,
Global
>> for
Vec
<
Vec
<
Complex
<
f64
>>>
source
§
fn
div
(&self, other: &
Vec
<
Vec
<
Complex
<
f64
>>>) ->
Vec
<
Vec
<
Complex
<
f64
>>>
Implementors
§
source
§
impl<N, R, C, S>
ArgminDiv
<
Matrix
<N, R, C, S>,
Matrix
<N, R, C, <
DefaultAllocator
as
Allocator
<N, R, C>>::
Buffer
>> for N
where
N:
Scalar
+
Copy
+ ClosedDiv,
R:
Dim
,
C:
Dim
,
S:
Storage
<N, R, C>,
DefaultAllocator
:
Allocator
<N, R, C>,