xref: /petsc/src/ml/regressor/tests/output/ex3_ksp_no_intercept.out (revision eaa7cf455101e7391ead982166c6e99faf273403)
1PetscRegressor Object: 1 MPI process
2  type: linear
3    PetscRegressor Linear Type: ols
4    KSP Object: (regressor_linear_) 1 MPI process
5      type: lsqr
6        standard error not computed
7        using inexact matrix norm
8      maximum iterations=10000, initial guess is zero
9      tolerances: relative=1e-05, absolute=1e-50, divergence=10000.
10      left preconditioning
11      using UNPRECONDITIONED norm type for convergence test
12    PC Object: (regressor_linear_) 1 MPI process
13      type: none
14      linear system matrix, followed by the matrix used to construct the preconditioner:
15      Mat Object: 1 MPI process
16        type: seqaij
17        rows=10, cols=10
18        total: nonzeros=10, allocated nonzeros=10
19        total number of mallocs used during MatSetValues calls=0
20          not using I-node routines
21      Mat Object: 1 MPI process
22        type: normal
23        rows=10, cols=10
24    total KSP iterations: 1
25