Macro cholesky

Source
macro_rules! cholesky {
    ($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::cholesky. See the function documentation for more details.