Struct linxal::permute::MatrixPermutation [] [src]

pub struct MatrixPermutation { /* fields omitted */ }

A compressed representation of matrix permutations.

The internal representation of a matrix permutation mimics the output of various LAPACK functions.

Methods

impl MatrixPermutation
[src]

Return permutation from ipivot result from a LAPACK[E] call.

Permute an input matrix mat by this permutation.

Permute a matrix mat by this permutation.

Return the native LAPACKE representation of the permutation.

This will only be useful for interfacing with other LAPACKE functions.

Trait Implementations

impl Debug for MatrixPermutation
[src]

Formats the value using the given formatter.

impl Clone for MatrixPermutation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more