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

◆ addMultipleTo() [2/12]

template<typename RT>
void MatrixOps::addMultipleTo ( DMat< RT > & C,
const DMat< RT > & A,
const DMat< RT > & B )

Definition at line 458 of file mat-linalg.hpp.

460{
461 mult(A, B, C);
462}
void mult(const DMatZZpFFPACK &A, const DMatZZpFFPACK &B, DMatZZpFFPACK &C)
Definition dmat.cpp:72

References mult().