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

◆ addMultipleTo() [9/12]

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

Definition at line 53 of file dmat.cpp.

56{
57 DMatZZpFFPACK::ElementType one;
58 A.ring().set_from_long(one, 1);
59
60 addMultipleTo(C, one, A, B);
61}
void addMultipleTo(DMatZZpFFPACK &C, const DMatZZpFFPACK::ElementType &a, const DMatZZpFFPACK &A, const DMatZZpFFPACK &B)
Definition dmat.cpp:13

References addMultipleTo(), and DMatZZpFFPACK.