Matrix.HilbertMatrix2 Method

Make a Hilbert matrix. Hilb[i,j] = 1/(i+j+1), i,j=0...max-1 (matrix need not be a square one). The matrix is traversed in the natural (that is, column by column) order.
public Matrix HilbertMatrix2()
This language is not supported or no code example is available.
public:  
Matrix^ HilbertMatrix2()
This language is not supported or no code example is available.
public function HilbertMatrix2() : Matrix;
This language is not supported or no code example is available.

Return Value

Matrix

In this article

Definition