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