Example #1
0
void SolverAztecOO::setMatrix ( matrix_type& matrix )
{
    M_matrix = matrix.matrixPtr();
    M_solver.SetUserMatrix ( M_matrix.get() );
}