PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ invert()

static void pism::fem::invert ( const double  A[3][3],
double  result[3][3] 
)
static

Invert a 3x3 matrix.

Definition at line 61 of file Element.cc.

References column(), cross(), and det().

Referenced by pism::fem::Element::initialize().