OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrix_
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/internal/ceres/
partitioned_matrix_view.h
103
int num_rows() const { return
matrix_
.num_rows(); }
104
int num_cols() const { return
matrix_
.num_cols(); }
110
const BlockSparseMatrixBase&
matrix_
;
member in class:ceres::internal::PartitionedMatrixView
partitioned_matrix_view.cc
49
:
matrix_
(matrix),
51
const CompressedRowBlockStructure* bs =
matrix_
.block_structure();
82
CHECK_EQ(num_cols_e_ + num_cols_f_,
matrix_
.num_cols());
94
const CompressedRowBlockStructure* bs =
matrix_
.block_structure();
99
const double* row_values =
matrix_
.RowBlockValues(r);
117
const CompressedRowBlockStructure* bs =
matrix_
.block_structure();
130
const double* row_values =
matrix_
.RowBlockValues(r);
146
const CompressedRowBlockStructure* bs =
matrix_
.block_structure();
152
const double* row_values =
matrix_
.RowBlockValues(r);
169
const CompressedRowBlockStructure* bs =
matrix_
.block_structure()
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.h
21
NSMatrix*
matrix_
; // weak
variable
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
63
matrix_
= NULL;
96
matrix_
= reinterpret_cast<MatrixRow*>(share_buf_ + mtrx_nd_size + dmi_size);
213
matrix_
[0].mtrx_nd_pos = mtrx_nd_pool_used_;
214
matrix_
[0].mtrx_nd_num = 1;
218
MatrixNode *node = mtrx_nd_pool_ +
matrix_
[0].mtrx_nd_pos;
225
matrix_
[0].dmi_pos = 0;
226
matrix_
[0].dmi_num = 0;
227
matrix_
[0].dmi_has_full_id = 1;
228
matrix_
[0].mtrx_nd_fixed = node;
253
if (clear_dmi_this_step &&
matrix_
[ch_pos].dmi_num > 0)
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
199
MatrixRow *
matrix_
; // The first row is for starting
member in class:ime_pinyin::MatrixSearch
Completed in 53 milliseconds