var searchIndex = {}; searchIndex["lapack"] = {"doc":"An interface to the [Linear Algebra PACKage][1].","items":[[0,"metal","lapack","Minimalistic wrappers for LAPACK routines.",null,null],[4,"Jobu","lapack::metal","",null,null],[13,"A","","All m columns of u are returned in array u.",0,null],[13,"S","","The first columns of u (the left singular vectors) are returned in array u.",0,null],[13,"O","","The first columns of u (the left singular vectors) are overwritten to array a.",0,null],[13,"N","","No columns of u (the left singular vectors) are computed.",0,null],[4,"Jobvt","","",null,null],[13,"A","","All n rows of vt are returned in array vt.",1,null],[13,"S","","The first rows of vt (the right singular vectors) are returned in array vt.",1,null],[13,"O","","The first rows of vt (the right singular vectors) are overwritten to array a.",1,null],[13,"N","","No rows of vt (the right singular vectors) are computed.",1,null],[4,"Jobz","","",null,null],[13,"N","","Compute eigenvalues only.",2,null],[13,"V","","Compute eigenvalues and eigenvectors.",2,null],[4,"Uplo","","",null,null],[13,"U","","Upper triangles are stored.",3,null],[13,"L","","Lower triangles are stored.",3,null],[5,"dsyev","","",null,null],[5,"dgesvd","","",null,null],[5,"dgetrf","","",null,null],[5,"dgetri","","",null,null]],"paths":[[4,"Jobu"],[4,"Jobvt"],[4,"Jobz"],[4,"Uplo"]]}; initSearch(searchIndex);