Ejemplo n.º 1
0
    def save_matrix(self, matrix_path):
        """
        Writes matrix contents to disk.

        @param matrix_save_file: Complete path (with filename) where to save the matrix.
        """
        pyRMSD_MatrixHandler.save_matrix(matrix_path, self.distance_matrix)
Ejemplo n.º 2
0
    def save_matrix(self, matrix_path):
        """
        Writes matrix contents to disk.

        @param matrix_save_file: Complete path (with filename) where to save the matrix.
        """
        pyRMSD_MatrixHandler.save_matrix(matrix_path, self.distance_matrix)