From a1d164e6371eaf81a8aaf0be1e1a9b16a1af43fc Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 6 Dec 2016 16:26:01 +0100 Subject: document undocumented elements --- src/gensvm_update.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/gensvm_update.c') diff --git a/src/gensvm_update.c b/src/gensvm_update.c index d74965c..3bf7549 100644 --- a/src/gensvm_update.c +++ b/src/gensvm_update.c @@ -535,6 +535,19 @@ void gensvm_get_ZAZ_ZB_sparse(struct GenModel *model, struct GenData *data, } +/** + * @brief Wrapper around calculation of Z'*A*Z and Z'*B for sparse and dense + * + * @details + * This is a wrapper around gensvm_get_ZAZ_ZB_dense() and + * gensvm_get_ZAZ_ZB_sparse(). See the documentation of those functions for + * more info. + * + * @param[in] model a GenModel struct + * @param[in] data a GenData struct + * @param[in] work a GenWork struct + * + */ void gensvm_get_ZAZ_ZB(struct GenModel *model, struct GenData *data, struct GenWork *work) { -- cgit v1.2.3