aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_base.h')
-rw-r--r--include/gensvm_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gensvm_base.h b/include/gensvm_base.h
index e4c2be1..912c477 100644
--- a/include/gensvm_base.h
+++ b/include/gensvm_base.h
@@ -140,6 +140,8 @@ struct GenWork {
///< (K-1) x (m+1) working matrix for the Z'*B calculation
double *ZAZ;
///< (m+1) x (m+1) working matrix for the Z'*A*Z calculation
+ double *tmpZAZ;
+ ///< (m+1) x (m+1) temporary working matrix for the Z'*A*Z calculation
double *ZV;
///< n x (K-1) working matrix for the Z * V calculation
double *beta;