def add(*args): """add(self, Like_T mx) -> Like_T""" return _math_linear.Matrix3x1_add(*args)
def add(self, mx): """add(Matrix3x1 self, Matrix3x1 mx) -> Matrix3x1""" return _math_linear.Matrix3x1_add(self, mx)