Home
last modified time | relevance | path

Searched refs:num_cols_f_ (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dpartitioned_matrix_view.h133 int num_cols_f() const final { return num_cols_f_; } in num_cols_f()
146 int num_cols_f_; variable
H A Dpartitioned_matrix_view_impl.h72 num_cols_f_ = 0; in PartitionedMatrixView()
79 num_cols_f_ += block.size; in PartitionedMatrixView()
83 CHECK_EQ(num_cols_e_ + num_cols_f_, matrix_.num_cols()); in PartitionedMatrixView()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view.h133 virtual int num_cols_f() const { return num_cols_f_; } in num_cols_f()
146 int num_cols_f_; variable
H A Dpartitioned_matrix_view_impl.h72 num_cols_f_ = 0; in PartitionedMatrixView()
79 num_cols_f_ += block.size; in PartitionedMatrixView()
83 CHECK_EQ(num_cols_e_ + num_cols_f_, matrix_.num_cols()); in PartitionedMatrixView()
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dpartitioned_matrix_view.h137 int num_cols_f() const final { return num_cols_f_; } in num_cols_f()
151 int num_cols_f_; variable
H A Dpartitioned_matrix_view_impl.h69 num_cols_f_ = 0; in PartitionedMatrixView()
76 num_cols_f_ += block.size; in PartitionedMatrixView()
80 CHECK_EQ(num_cols_e_ + num_cols_f_, matrix_.num_cols()); in PartitionedMatrixView()