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

◆ initialize_solvable()

bool SolvableAlgebra::initialize_solvable ( const Matrix * Q)
protected

Definition at line 10 of file solvable.cpp.

11{
12 Q_ = Q;
13 return true;
14}
const Matrix * Q_
Definition solvable.hpp:58

References Matrix, and Q_.