- int_vec_set_scalar
void int_vec_set_scalar(c_int* a, c_int sc, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- mat_inf_norm_cols
void mat_inf_norm_cols(csc* M, c_float* E)
Undocumented in source. Be warned that the author may not have intended to support it.
- mat_inf_norm_cols_sym_triu
void mat_inf_norm_cols_sym_triu(csc* M, c_float* E)
Undocumented in source. Be warned that the author may not have intended to support it.
- mat_inf_norm_rows
void mat_inf_norm_rows(csc* M, c_float* E)
Undocumented in source. Be warned that the author may not have intended to support it.
- mat_mult_scalar
void mat_mult_scalar(csc* A, c_float sc)
Undocumented in source. Be warned that the author may not have intended to support it.
- mat_postmult_diag
void mat_postmult_diag(csc* A, c_float* d)
Undocumented in source. Be warned that the author may not have intended to support it.
- mat_premult_diag
void mat_premult_diag(csc* A, c_float* d)
Undocumented in source. Be warned that the author may not have intended to support it.
- mat_tpose_vec
void mat_tpose_vec(csc* A, c_float* x, c_float* y, c_int plus_eq, c_int skip_diag)
Undocumented in source. Be warned that the author may not have intended to support it.
- mat_vec
void mat_vec(csc* A, c_float* x, c_float* y, c_int plus_eq)
Undocumented in source. Be warned that the author may not have intended to support it.
- prea_int_vec_copy
void prea_int_vec_copy(c_int* a, c_int* b, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- prea_vec_copy
void prea_vec_copy(c_float* a, c_float* b, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- quad_form
c_float quad_form(csc* P, c_float* x)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_add_scalar
void vec_add_scalar(c_float* a, c_float sc, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_add_scaled
void vec_add_scaled(c_float* c, c_float* a, c_float* b, c_int n, c_float sc)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_copy
c_float* vec_copy(c_float* a, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_ew_max
void vec_ew_max(c_float* a, c_int n, c_float max_val)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_ew_max_vec
void vec_ew_max_vec(c_float* a, c_float* b, c_float* c, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_ew_min
void vec_ew_min(c_float* a, c_int n, c_float min_val)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_ew_min_vec
void vec_ew_min_vec(c_float* a, c_float* b, c_float* c, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_ew_prod
void vec_ew_prod(c_float* a, c_float* b, c_float* c, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_ew_recipr
void vec_ew_recipr(c_float* a, c_float* b, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_ew_sqrt
void vec_ew_sqrt(c_float* a, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_mean
c_float vec_mean(c_float* a, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_mult_scalar
void vec_mult_scalar(c_float* a, c_float sc, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_norm_inf
c_float vec_norm_inf(c_float* v, c_int l)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_norm_inf_diff
c_float vec_norm_inf_diff(c_float* a, c_float* b, c_int l)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_prod
c_float vec_prod(c_float* a, c_float* b, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_scaled_norm_inf
c_float vec_scaled_norm_inf(c_float* S, c_float* v, c_int l)
Undocumented in source. Be warned that the author may not have intended to support it.
- vec_set_scalar
void vec_set_scalar(c_float* a, c_float sc, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.