minij {gallery} | R Documentation |
Symmetric positive definite matrix MIN(i,j)
Description
The N
-by-N
SPD matrix with A[i,j]=min(i,j)
Usage
minij(n)
Arguments
n |
order of the matrix |
Value
Symmetric positive definite matrix with entries A[i,j]=min(i,j)
[Package gallery version 1.0.0 Index]