pub fn scale_bias_matrix<T>( scale: T, bias: T, ) -> Matrix<T, Const<4>, Const<4>, ArrayStorage<T, 4, 4>>where T: Number,
Builds a scale-bias matrix.