Matrix.RandDiag Method

public static Matrix RandDiag( 
int nrows 
)
This language is not supported or no code example is available.
public:  
static Matrix^ RandDiag( 
int nrows 
)
This language is not supported or no code example is available.
public static function RandDiag( 
nrows : int 
) : Matrix;
This language is not supported or no code example is available.

Parameters

nrows
int

Return Value

Matrix

In this article

Definition