Function scale_bias_matrix

Source
pub fn scale_bias_matrix<T>(
    scale: T,
    bias: T,
) -> Matrix<T, Const<4>, Const<4>, ArrayStorage<T, 4, 4>>
where T: Number,
Expand description

Builds a scale-bias matrix.