void calculateDeterminant()
calculate matrix determinant
matrix3D()
Null constructor.
scalar solveSecond(const FixedList< scalar, 3 > &source)
return the second component of the solution vector
scalar determinant()
return matrix determinant
matrix3D inverse()
return inverse matrix
FixedList< scalar, 3 > solve(const FixedList< scalar, 3 > &source)
find the solution of the system with the given rhs
A 1D vector of objects of type <T> with a fixed size <Size>.
scalar solveFirst(const FixedList< scalar, 3 > &source)
return the first component of the solution vector
scalar solveThird(const FixedList< scalar, 3 > &source)
return the third component of the solution vector