Macaulay2 Engine
Loading...
Searching...
No Matches

◆ subtractMultipleTo() [8/10]

void MatrixOps::subtractMultipleTo ( DMatZZpFFPACK & C,
const DMatZZpFFPACK & A,
const DMatZZpFFPACK & B )

Definition at line 63 of file dmat.cpp.

66{
67 DMatZZpFFPACK::ElementType minus_one;
68 A.ring().set_from_long(minus_one, -1);
69 addMultipleTo(C, minus_one, A, B);
70}
int minus_one
void addMultipleTo(DMatZZpFFPACK &C, const DMatZZpFFPACK::ElementType &a, const DMatZZpFFPACK &A, const DMatZZpFFPACK &B)
Definition dmat.cpp:13

References addMultipleTo(), DMatZZpFFPACK, and minus_one.

Referenced by MutableMat< Mat >::subtractMultipleTo().