Description Usage Arguments Details Value Examples
x1Ainvx2
returns a list where each element is the result of multiplying
a vector times a matrix inverse times another vector.
1 | x1Ainvx2(x1, A, x2)
|
x1 |
A list of vectors of length n. Generally, in the bcgp setting, n will be the number of training data locations. |
A |
An n x n matrix. In the |
This returns a list where each element is the result of x_1^{\top}A^{-1}x_2
x2 A list of vectors of length n. Generally, in the bcgp setting, n will be the number of training data locations.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.