R_sparse_tcrossprod {BayesNSGP} | R Documentation |
nimble_sparse_tcrossprod
R_sparse_tcrossprod(i, j, x, subset = -1)
i |
Vector of row indices. |
j |
Vector of column indices. |
x |
Vector of values in the matrix. |
subset |
Optional vector of rows to include in the calculation. |