Skip to content

Commit

Permalink
add comments to c header
Browse files Browse the repository at this point in the history
  • Loading branch information
tyronerees committed Apr 2, 2020
1 parent c1f2492 commit 8020c64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libRALFit/include/ral_nlls.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ typedef int (*ral_nlls_eval_r_type) (
const ral_nllspkgtype_d_ *x,
ral_nllspkgtype_d_ *f
);


/* define the eval_j_type */
typedef int (*ral_nlls_eval_j_type) (
int n,
int m,
Expand All @@ -153,6 +154,7 @@ typedef int (*ral_nlls_eval_j_type) (
ral_nllspkgtype_d_ *j
);

/* define the eval_hf_type */
typedef int (*ral_nlls_eval_hf_type) (
int n,
int m,
Expand All @@ -162,6 +164,7 @@ typedef int (*ral_nlls_eval_hf_type) (
ral_nllspkgtype_d_ *hf
);

/* define the eval_hp_type */
typedef int (*ral_nlls_eval_hp_type) (
int n,
int m,
Expand Down

0 comments on commit 8020c64

Please sign in to comment.