Trait faer_ext::IntoFaerComplex
source · pub trait IntoFaerComplex {
type Faer;
// Required method
fn into_faer_complex(self) -> Self::Faer;
}Expand description
Conversions from external library matrix views into complex faer types.
Required Associated Types§
Required Methods§
fn into_faer_complex(self) -> Self::Faer
Implementations on Foreign Types§
source§impl<'a> IntoFaerComplex for ArrayView<'a, Complex32, Ix2>
Available on crate feature ndarray only.
impl<'a> IntoFaerComplex for ArrayView<'a, Complex32, Ix2>
Available on crate feature
ndarray only.source§impl<'a> IntoFaerComplex for ArrayView<'a, Complex64, Ix2>
Available on crate feature ndarray only.
impl<'a> IntoFaerComplex for ArrayView<'a, Complex64, Ix2>
Available on crate feature
ndarray only.source§impl<'a> IntoFaerComplex for ArrayViewMut<'a, Complex32, Ix2>
Available on crate feature ndarray only.
impl<'a> IntoFaerComplex for ArrayViewMut<'a, Complex32, Ix2>
Available on crate feature
ndarray only.source§impl<'a> IntoFaerComplex for ArrayViewMut<'a, Complex64, Ix2>
Available on crate feature ndarray only.
impl<'a> IntoFaerComplex for ArrayViewMut<'a, Complex64, Ix2>
Available on crate feature
ndarray only.source§impl<'a, R: Dim, C: Dim, RStride: Dim, CStride: Dim> IntoFaerComplex for MatrixView<'a, Complex32, R, C, RStride, CStride>
Available on crate feature nalgebra only.
impl<'a, R: Dim, C: Dim, RStride: Dim, CStride: Dim> IntoFaerComplex for MatrixView<'a, Complex32, R, C, RStride, CStride>
Available on crate feature
nalgebra only.source§impl<'a, R: Dim, C: Dim, RStride: Dim, CStride: Dim> IntoFaerComplex for MatrixView<'a, Complex64, R, C, RStride, CStride>
Available on crate feature nalgebra only.
impl<'a, R: Dim, C: Dim, RStride: Dim, CStride: Dim> IntoFaerComplex for MatrixView<'a, Complex64, R, C, RStride, CStride>
Available on crate feature
nalgebra only.source§impl<'a, R: Dim, C: Dim, RStride: Dim, CStride: Dim> IntoFaerComplex for MatrixViewMut<'a, Complex32, R, C, RStride, CStride>
Available on crate feature nalgebra only.
impl<'a, R: Dim, C: Dim, RStride: Dim, CStride: Dim> IntoFaerComplex for MatrixViewMut<'a, Complex32, R, C, RStride, CStride>
Available on crate feature
nalgebra only.source§impl<'a, R: Dim, C: Dim, RStride: Dim, CStride: Dim> IntoFaerComplex for MatrixViewMut<'a, Complex64, R, C, RStride, CStride>
Available on crate feature nalgebra only.
impl<'a, R: Dim, C: Dim, RStride: Dim, CStride: Dim> IntoFaerComplex for MatrixViewMut<'a, Complex64, R, C, RStride, CStride>
Available on crate feature
nalgebra only.