Type Definition ndarray_linalg::types::c64 [] [src]

type c64 = Complex<f64>;

Trait Implementations

impl OperatorNorm_ for c64
[src]

[src]

impl QR_ for c64
[src]

[src]

[src]

[src]

impl SVD_ for c64
[src]

[src]

impl Solve_ for c64
[src]

[src]

Computes the LU factorization of a general m x n matrix a using partial pivoting with row interchanges. Read more

[src]

[src]

Estimates the the reciprocal of the condition number of the matrix in 1-norm. Read more

[src]

impl Solveh_ for c64
[src]

[src]

Bunch-Kaufman: wrapper of *sytrf and *hetrf

[src]

Wrapper of *sytri and *hetri

[src]

Wrapper of *sytrs and *hetrs

impl Cholesky_ for c64
[src]

[src]

Cholesky: wrapper of *potrf Read more

[src]

Wrapper of *potri Read more

[src]

Wrapper of *potrs

impl Eigh_ for c64
[src]

[src]

impl Triangular_ for c64
[src]

[src]

[src]

impl LapackScalar for c64
[src]

impl Scalar for c64
[src]

[src]

impl AssociatedReal for c64
[src]

[src]

[src]

Returns the real part of self.

[src]

Returns the imaginary part of self.

[src]

[src]

[src]

[src]

impl AssociatedComplex for c64
[src]

[src]

[src]

[src]

[src]

impl Absolute for c64
[src]

[src]

[src]

impl SquareRoot for c64
[src]

[src]

impl Exponential for c64
[src]

[src]

impl NaturalLogarithm for c64
[src]

[src]

impl Conjugate for c64
[src]

[src]

impl RandNormal for c64
[src]

[src]