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

◆ mult() [8/10]

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

Definition at line 72 of file dmat.cpp.

73{
74 // We assume that C is set to the correct size, and is the zero matrix here.
75 addMultipleTo(C, A, B);
76}
void addMultipleTo(DMatZZpFFPACK &C, const DMatZZpFFPACK::ElementType &a, const DMatZZpFFPACK &A, const DMatZZpFFPACK &B)
Definition dmat.cpp:13

References addMultipleTo(), and DMatZZpFFPACK.

Referenced by addMultipleTo(), and MutableMat< Mat >::mult().