Searched refs:ljobvr (Results 1 – 2 of 2) sorted by relevance
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/ |
H A D | MatrixImplementation.cxx | 1107 int ljobvr(1); in computeEigenValuesSquare() local 1113 … &n, &A[0], &n, &wr[0], &wi[0], &vl, &ldvl, &vr, &ldvr, &lwork_d, &lwork, &info, &ljobvl, &ljobvr); in computeEigenValuesSquare() 1116 … &n, &A[0], &n, &wr[0], &wi[0], &vl, &ldvl, &vr, &ldvr, &work[0], &lwork, &info, &ljobvl, &ljobvr); in computeEigenValuesSquare() 1141 int ljobvr(1); in computeEVSquare() local 1147 …, &A[0], &n, &wr[0], &wi[0], &vl, &ldvl, &vr[0], &ldvr, &lwork_d, &lwork, &info, &ljobvl, &ljobvr); in computeEVSquare() 1150 …, &A[0], &n, &wr[0], &wi[0], &vl, &ldvl, &vr[0], &ldvr, &work[0], &lwork, &info, &ljobvl, &ljobvr); in computeEVSquare()
|
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/openturns/ |
H A D | Lapack.hxx | 78 …, int *ldvl, double *vr, int *ldvr, double *work, int *lwork, int *info, int *ljobvl, int *ljobvr);
|