macro_rules! argmin_error {
    ($error_type:ident, $msg:expr) => { ... };
}
Expand description

Create an ArgminError with a provided message.