NeoPZ
|
Contains the implementation of the methods to TPZPlane class. More...
Go to the source code of this file.
Functions | |
void | MatrixDet (REAL matrix[3][3], REAL &det) |
REAL | MatrixDet (REAL matrix[3][3]) |
Contains the implementation of the methods to TPZPlane class.
Definition in file pzplane.cpp.
void MatrixDet | ( | REAL | matrix[3][3], |
REAL & | det | ||
) |
Calcula o determinante da matriz[3][3].
Definition at line 131 of file pzplane.cpp.
Referenced by TPZPlane::SetPlane().
REAL MatrixDet | ( | REAL | matrix[3][3] | ) |
Calcula o determinante da matriz[3][3].
Definition at line 136 of file pzplane.cpp.