macro_rules! eigvalsh {
($a:expr) => { ... };
($a:expr, stream = $stream:expr) => { ... };
($a:expr, uplo = $uplo:expr) => { ... };
($a:expr, uplo = $uplo:expr, stream = $stream:expr) => { ... };
}
Expand description
Macro generated for the function crate::linalg::eigvalsh
. See the function documentation for more details.