Skip to main content

diagonal

Macro diagonal 

Source
macro_rules! diagonal {
    ($a:expr) => { ... };
    ($a:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr) => { ... };
    ($a:expr, offset = $offset:expr, stream = $stream:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, stream = $stream:expr) => { ... };
    ($a:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, stream = $stream:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
}
👎Deprecated since 0.26.0:

use with_stream or with_device around diagonal

Expand description

Macro generated for the function crate::ops::diagonal. See the function documentation for more details.