Report nnz(J) for CG solver.

PiperOrigin-RevId: 939806054
Change-Id: Icb2955511e33be046a4665fb39bce2546d6d4e3d
This commit is contained in:
Yuval Tassa
2026-06-29 06:48:27 -07:00
committed by Copybara-Service
parent e0bb2b0665
commit 7c706b273a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5524,7 +5524,7 @@ STRUCTS: Mapping[str, StructDecl] = dict([
inner_type=ValueType(name='int'),
extents=(20,),
),
doc='number of nonzeros in Hessian or efc_AR, per island',
doc='number of nonzeros in solver matrix, per island',
),
StructFieldDecl(
name='solver_fwdinv',