System of equations

class xc.SystemOfEqn

Bases: xc.MovableObject, xc_base.CommandEntity

getA((SystemOfEqn)arg1) list :

Return a python list containing the rows of the system matrix.

C++ signature :

boost::python::list getA(XC::SystemOfEqn {lvalue})

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)

Linear system of equations