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

◆ solveLinear() [2/2]

bool ffpackInterface::solveLinear ( const DMatZZpFFPACK & A,
const DMatZZpFFPACK & B,
DMatZZpFFPACK & X )

Definition at line 230 of file dmat.cpp.

233{
234 return solveLinear(A, B, true, X, false);
235}
bool solveLinear(const DMatZZpFFPACK &A, const DMatZZpFFPACK &B, DMatZZpFFPACK &X)
Definition dmat.cpp:230

References DMatZZpFFPACK, and solveLinear().

Referenced by DMatLinAlg< M2::ARingZZpFFPACK >::solve(), DMatLinAlg< M2::ARingZZpFFPACK >::solveInvertible(), and solveLinear().