Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IM2_Matrix_make1()
const
Matrix
* IM2_Matrix_make1
(
const
FreeModule
*
target
,
int
ncols
,
const engine_RawRingElementArray
M
,
int
preference
)
Definition at line
159
of file
matrix.cpp
.
163
{
164
(void) preference;
165
#ifdef DEVELOPMENT
166
#warning prefer_dense not yet used
167
#endif
168
return
Matrix::make
(target, ncols, M);
169
}
Matrix::make
static const Matrix * make(const FreeModule *target, int ncols, const engine_RawRingElementArray M)
Definition
matrix.cpp:60
References
Matrix
.
Referenced by
rawCharSeries()
.
Macaulay2
e
interface
matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0