Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IM2_Matrix_make2()
const
Matrix
* IM2_Matrix_make2
(
const
FreeModule
*
target
,
const
FreeModule
*
source
,
M2_arrayint
deg
,
const engine_RawRingElementArray
M
,
int
preference
)
Definition at line
171
of file
matrix.cpp
.
176
{
177
(void) preference;
178
#ifdef DEVELOPMENT
179
#warning prefer_dense not yet used
180
#endif
181
return
Matrix::make
(target, source, deg, M);
182
}
Matrix::make
static const Matrix * make(const FreeModule *target, int ncols, const engine_RawRingElementArray M)
Definition
matrix.cpp:60
References
Matrix
.
Macaulay2
e
interface
matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0