mathmaker  0.6(alpha)
Public Member Functions | Properties
core.calculus.Table_UP Class Reference

All objects that are displayable as proportional Tables but uncomplete. More...

Inheritance diagram for core.calculus.Table_UP:
core.calculus.Table core.base.Printable core.base.NamedObject core.base.Clonable

List of all members.

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

Detailed Description

All objects that are displayable as proportional Tables but uncomplete.

Definition at line 2252 of file calculus.py.


Constructor & Destructor Documentation

def core.calculus.Table_UP.__init__ (   self,
  coeff,
  first_line,
  info 
)

Constructor.

Parameters:
coeffnb|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 2268 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().


Member Function Documentation

arg is expected to be an object that exists in the cp info

Returns the CrossProductEquation matching the given arg

Definition at line 2473 of file calculus.py.

References core.calculus.Table.cell, and core.calculus.Table_UP.crossproducts_info.


Property Documentation

core::calculus.Table_UP::coeff [static]
Initial value:
property(get_coeff,
                     doc = "the coefficient of the Table_UP")

Definition at line 2457 of file calculus.py.

core::calculus.Table_UP::crossproducts_info [static]
Initial value:
property(get_crossproducts_info,
                                  doc = "infos about the cross products")

Definition at line 2460 of file calculus.py.

Referenced by core.calculus.Table_UP.into_crossproduct_equation().


The documentation for this class was generated from the following file: