mathmaker
0.4(alpha)
|
All objects that are displayable as proportional Tables but uncomplete. More...
Public Member Functions | |
def | __init__ |
Constructor. | |
def | get_coeff |
Returns the Table's coefficient. | |
def | get_crossproducts_info |
Returns the info about Cross Products. | |
def | into_crossproduct_equation |
arg is expected to be an object that exists in the cp info | |
Properties | |
coeff | |
crossproducts_info |
All objects that are displayable as proportional Tables but uncomplete.
Definition at line 2111 of file calculus.py.
def core.calculus.Table_UP.__init__ | ( | self, | |
coeff, | |||
first_line, | |||
info | |||
) |
Constructor.
coeff | nb|numericCalculable |
first_line | [nb|numericCalculable] |
info | [None|(None|literalCalculable, None|literalCalculable)] info and first_line should have the same length info should contain at least one None|(None, None) element (means the column is completely numeric) |
Definition at line 2127 of file calculus.py.
References core.calculus.Table_UP._coeff, core.calculus.Table_UP._crossproducts_info, and core.calculus.Table.into_str().
Referenced by core.root_calculus.Value.substitute().
def core.calculus.Table_UP.into_crossproduct_equation | ( | self, | |
arg | |||
) |
arg is expected to be an object that exists in the cp info
Returns the CrossProductEquation matching the given arg
Definition at line 2332 of file calculus.py.
References core.calculus.Table.cell, and core.calculus.Table_UP.crossproducts_info.
core::calculus.Table_UP::coeff [static] |
property(get_coeff,
doc = "the coefficient of the Table_UP")
Definition at line 2316 of file calculus.py.
core::calculus.Table_UP::crossproducts_info [static] |
property(get_crossproducts_info,
doc = "infos about the cross products")
Definition at line 2319 of file calculus.py.
Referenced by core.calculus.Table_UP.into_crossproduct_equation().