Macaulay2 Engine
Loading...
Searching...
No Matches
◆
rawEvaluateSLP()
const
Matrix
* rawEvaluateSLP
(
StraightLineProgram
*
SLP
,
const
Matrix
*
vals
)
Definition at line
971
of file
matrix.cpp
.
973
{
974
try
{
975
return
SLP
->
evaluate
(vals);
976
}
catch
(
const
exc::engine_error
& e) {
977
ERROR
(e.what());
978
return
nullptr
;
979
}
980
}
SLP::evaluate
void evaluate(int n, const element_type *values, element_type *out)
Definition
NAG.cpp:713
SLP
Definition
NAG.hpp:485
ERROR
const int ERROR
Definition
m2-mem.cpp:55
exc::engine_error
Definition
exceptions.hpp:42
References
ERROR
,
SLP< Field >::evaluate()
, and
Matrix
.
Macaulay2
e
interface
matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0