Macro tri_inv

Source
macro_rules! tri_inv {
    ($a:expr) => { ... };
    ($a:expr, stream = $stream:expr) => { ... };
    ($a:expr, upper = $upper:expr) => { ... };
    ($a:expr, upper = $upper:expr, stream = $stream:expr) => { ... };
}
Expand description

Macro generated for the function crate::linalg::tri_inv. See the function documentation for more details.