OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_cols_f
(Results
1 - 4
of
4
) sorted by null
/external/ceres-solver/internal/ceres/
implicit_schur_complement.h
129
virtual int num_rows() const { return A_->
num_cols_f
(); }
130
virtual int num_cols() const { return A_->
num_cols_f
(); }
implicit_schur_complement.cc
77
rhs_.resize(A_->
num_cols_f
());
82
tmp_f_cols_.resize(A_->
num_cols_f
());
173
const int
num_cols_f
= A_->
num_cols_f
();
local
197
VectorRef(y + num_cols_e,
num_cols_f
) = ConstVectorRef(x,
num_cols_f
);
partitioned_matrix_view.h
102
int
num_cols_f
() const { return num_cols_f_; }
function in class:ceres::internal::PartitionedMatrixView
partitioned_matrix_view_test.cc
75
EXPECT_EQ(m.
num_cols_f
(), num_cols_ - num_eliminate_blocks_);
111
Vector x1(m.
num_cols_f
());
114
for (int i = 0; i < m.
num_cols_f
(); ++i) {
143
Vector y2 = Vector::Zero(m.
num_cols_f
());
Completed in 433 milliseconds