Macaulay2 Engine
Loading...
Searching...
No Matches
◆
rawWedgeProduct()
const
Matrix
* rawWedgeProduct
(
int
p
,
int
q
,
const
FreeModule
*
F
)
Definition at line
464
of file
matrix.cpp
.
468
{
469
try
470
{
471
return
Matrix::wedge_product
(
p
, q, F);
472
}
catch
(
const
exc::engine_error
& e)
473
{
474
ERROR
(e.what());
475
return
nullptr
;
476
}
477
}
Matrix::wedge_product
static Matrix * wedge_product(int p, int q, const FreeModule *F)
Definition
matrix.cpp:1272
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
, and
p
.
Macaulay2
e
interface
matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0