Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IM2_Matrix_koszul()
const
Matrix
* IM2_Matrix_koszul
(
int
p
,
const
Matrix
*
M
)
Definition at line
506
of file
matrix.cpp
.
507
{
508
try
509
{
510
return
M->
koszul
(
p
);
511
}
catch
(
const
exc::engine_error
& e)
512
{
513
ERROR
(e.what());
514
return
nullptr
;
515
}
516
}
Matrix::koszul
Matrix * koszul(int p) const
Definition
matrix.cpp:1087
p
int p
Definition
godboltTest.cpp:36
ERROR
const int ERROR
Definition
m2-mem.cpp:55
exc::engine_error
Definition
exceptions.hpp:42
References
ERROR
,
Matrix::koszul()
,
Matrix
, and
p
.
Macaulay2
e
interface
matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0