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

type c64 = Complex<f64>;

Trait Implementations

impl Cholesky_ for c64
[src]

Cholesky: wrapper of *potrf Read more

Wrapper of *potri Read more

Wrapper of *potrs

impl Eigh_ for c64
[src]

impl OperatorNorm_ for c64
[src]

impl QR_ for c64
[src]

impl Solve_ for c64
[src]

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

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

impl Solveh_ for c64
[src]

Bunch-Kaufman: wrapper of *sytrf and *hetrf

Wrapper of *sytri and *hetri

Wrapper of *sytrs and *hetrs

impl SVD_ for c64
[src]

impl Triangular_ for c64
[src]

impl LapackScalar for c64
[src]

impl Scalar for c64
[src]

impl AssociatedReal for c64
[src]

Returns the real part of self.

Returns the imaginary part of self.

impl AssociatedComplex for c64
[src]

impl Absolute for c64
[src]

impl SquareRoot for c64
[src]

impl Exponential for c64
[src]

impl NaturalLogarithm for c64
[src]

impl Conjugate for c64
[src]

impl RandNormal for c64
[src]