BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_inv3.hpp File Reference

Closed-form inverse of a 3x3 matrix. More...

#include "typedefs.hpp"
#include "cl_Matrix.hpp"
Include dependency graph for fn_inv3.hpp:

Go to the source code of this file.

Namespaces

namespace  belfem
 USER GUIDES:

Functions

real belfem::inv3 (const Matrix< real > &aA, Matrix< real > &aB)
 Inverse of a 3x3 matrix from the closed-form adjugate.

Detailed Description

Closed-form inverse of a 3x3 matrix.