Trait lax::Triangular_[][src]

pub trait Triangular_: Scalar {
    fn solve_triangular(
        al: MatrixLayout,
        bl: MatrixLayout,
        uplo: UPLO,
        d: Diag,
        a: &[Self],
        b: &mut [Self]
    ) -> Result<()>; }

Wraps *trtri and *trtrs

Required methods

fn solve_triangular(
    al: MatrixLayout,
    bl: MatrixLayout,
    uplo: UPLO,
    d: Diag,
    a: &[Self],
    b: &mut [Self]
) -> Result<()>
[src]

Loading content...

Implementations on Foreign Types

impl Triangular_ for f64[src]

impl Triangular_ for f32[src]

impl Triangular_ for c64[src]

impl Triangular_ for c32[src]

Loading content...

Implementors

Loading content...