Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IM2_Matrix_random()
const
Matrix
* IM2_Matrix_random
(
const
Ring
*
R
,
int
r
,
int
c
,
double
fraction_non_zero
,
int
special_type
,
int
preference
)
Definition at line
265
of file
matrix.cpp
.
272
{
273
(void) preference;
274
#ifdef DEVELOPMENT
275
#warning preference not yet used
276
#endif
277
return
Matrix::random
(R, r, c, fraction_non_zero, special_type);
278
}
Matrix::random
static Matrix * random(const Ring *R, int r, int c)
References
Matrix
.
Macaulay2
e
interface
matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0