OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Aj
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
symmetric_linear_solver_test.cc
92
int*
Aj
= A->mutable_cols();
98
Aj
[counter] = j;
linear_least_squares_problems.cc
94
int*
Aj
= A->mutable_cols();
101
Aj
[counter]=j;
Completed in 873 milliseconds