Home
last modified time | relevance | path

Searched refs:xhatnorms (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex63.cxx187 Teuchos::Array<Magnitude> xhatnorms(numVectors); in main() local
189 Xhat->norm2(xhatnorms()); in main()
190 if (myRank == 0) *fos << "Norm2 of Ax - b = " << xhatnorms << std::endl; in main()