The MathResource
initialize,
vb. to set variables or parameters at the commencement of an algorithm. For example, when computing the determinant of a matrix by partial pivoting, one initializes the value of the determinant to unity, and then iteratively updates that value during the computation.