projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a8271
)
Add prototype for design_matrix_clone() to design-matrix.h.
author
Ben Pfaff
<blp@gnu.org>
Sun, 5 Oct 2008 21:57:10 +0000
(14:57 -0700)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 12 Oct 2008 03:56:33 +0000
(20:56 -0700)
src/math/design-matrix.h
patch
|
blob
|
history
diff --git
a/src/math/design-matrix.h
b/src/math/design-matrix.h
index ad2b82585229c3d9c52d119865f7dfe76e2d9bd3..8d56d010c5974f0ebf558dc3d12989f96e96f093 100644
(file)
--- a/
src/math/design-matrix.h
+++ b/
src/math/design-matrix.h
@@
-75,6
+75,8
@@
void design_matrix_set_numeric (struct design_matrix *, size_t,
const struct variable *,
const union value *);
+struct design_matrix *design_matrix_clone (const struct design_matrix *);
+
size_t design_matrix_var_to_column (const struct design_matrix *,
const struct variable *);