Description Usage Arguments Value Examples
View source: R/matrix.multiply.R
Calculate matrix multiplication using "divide and conquer technique", which accelerates the computation to be faster.
1 | xxt(X, window.size = 5)
|
X |
An input matrix to be processed. |
window.size |
The window size of matrices to be devided. The default value is 5. |
The multiplication matrix of X.t(X)
.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.