Révision 104 pobysoPythonSage/src/sageSLZ/sageMatrixOperations.sage

sageMatrixOperations.sage (revision 104)
95 95
# End smo_min_non_null_abs
96 96

  
97 97
def smo_transformation_row_matrix_strings(varPrefixString, matrix):
98
    """
99
    Create a string that will be evaluated to create one variable per
100
    matrix row.
101
    The first application is the computation of transformation matrices.
102
    """
98 103
    m = matrix.nrows()
99 104
    if m == 0 :
100 105
        return None

Formats disponibles : Unified diff