Searched defs:vecX (Results 1 – 2 of 2) sorted by relevance
33 VectorType vecB = VectorType::Random(rows), vecX(rows); in cholesky() local52 VectorType vecX(rows), _vecX, _vecB; in cholesky() local
76 VectorType vecB = VectorType::Random(rows), vecX(rows); in cholesky() local259 VectorType vecB = VectorType::Random(rows), vecX(rows); in cholesky_cplx() local312 VectorType vecX = matA.ldlt().solve(vecB); in cholesky_bug241() local