System of equations¶
-
class
xc.
SystemOfEqn
¶ Bases:
xc.MovableObject
,xc_base.CommandEntity
-
class
xc.
Solver
¶ Bases:
xc.MovableObject
,xc_base.CommandEntity
-
getDeterminant
((Solver)arg1) → float :¶ Return the determinant of the matrix.
- C++ signature :
- double getDeterminant(XC::Solver {lvalue})
-
getRCond
((Solver)arg1, (str)arg2) → float :¶ Return the the reciprocal of the condition number of the matrix (1: 1-norm, I: infinity-norm).
- C++ signature :
- double getRCond(XC::Solver {lvalue},char)
-