Macro svd

Source
macro_rules! svd {
    ($array:expr) => { ... };
    ($array:expr, stream = $stream:expr) => { ... };
}
Expand description

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