Home
last modified time | relevance | path

Searched refs:PartitionedMatrixView (Results 1 – 25 of 73) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dpartitioned_matrix_view.cc56 return new PartitionedMatrixView<2, 2, 2>(matrix, options.elimination_groups[0]); in Create()
61 return new PartitionedMatrixView<2, 2, 3>(matrix, options.elimination_groups[0]); in Create()
66 return new PartitionedMatrixView<2, 2, 4>(matrix, options.elimination_groups[0]); in Create()
75 return new PartitionedMatrixView<2, 3, 3>(matrix, options.elimination_groups[0]); in Create()
80 return new PartitionedMatrixView<2, 3, 4>(matrix, options.elimination_groups[0]); in Create()
85 return new PartitionedMatrixView<2, 3, 6>(matrix, options.elimination_groups[0]); in Create()
90 return new PartitionedMatrixView<2, 3, 9>(matrix, options.elimination_groups[0]); in Create()
99 return new PartitionedMatrixView<2, 4, 3>(matrix, options.elimination_groups[0]); in Create()
104 return new PartitionedMatrixView<2, 4, 4>(matrix, options.elimination_groups[0]); in Create()
109 return new PartitionedMatrixView<2, 4, 6>(matrix, options.elimination_groups[0]); in Create()
[all …]
H A Dpartitioned_matrix_view_impl.h46 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
47 PartitionedMatrixView( in PartitionedMatrixView() function
87 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
88 ~PartitionedMatrixView() { in ~PartitionedMatrixView()
98 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
121 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
164 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
187 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
235 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
273 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
[all …]
H A Dpartitioned_matrix_view.h115 class PartitionedMatrixView : public PartitionedMatrixViewBase {
119 PartitionedMatrixView(const BlockSparseMatrix& matrix, int num_col_blocks_e);
121 virtual ~PartitionedMatrixView();
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dpartitioned_matrix_view.cc54 return new PartitionedMatrixView<2, 2, 2>(matrix, in Create()
60 return new PartitionedMatrixView<2, 2, 3>(matrix, in Create()
66 return new PartitionedMatrixView<2, 2, 4>(matrix, in Create()
77 return new PartitionedMatrixView<2, 3, 3>(matrix, in Create()
83 return new PartitionedMatrixView<2, 3, 4>(matrix, in Create()
89 return new PartitionedMatrixView<2, 3, 6>(matrix, in Create()
95 return new PartitionedMatrixView<2, 3, 9>(matrix, in Create()
106 return new PartitionedMatrixView<2, 4, 3>(matrix, in Create()
112 return new PartitionedMatrixView<2, 4, 4>(matrix, in Create()
118 return new PartitionedMatrixView<2, 4, 6>(matrix, in Create()
[all …]
H A Dpartitioned_matrix_view_impl.h46 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
84 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
85 ~PartitionedMatrixView() {} in ~PartitionedMatrixView()
93 void PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
117 void PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
163 void PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
187 void PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
239 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
277 BlockSparseMatrix* PartitionedMatrixView<kRowBlockSize,
288 BlockSparseMatrix* PartitionedMatrixView<kRowBlockSize,
[all …]
H A Dpartitioned_matrix_view.h118 class PartitionedMatrixView : public PartitionedMatrixViewBase {
122 PartitionedMatrixView(const BlockSparseMatrix& matrix, int num_col_blocks_e);
124 virtual ~PartitionedMatrixView();
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view.cc56 return new PartitionedMatrixView<2, 2, 2>(matrix, options.elimination_groups[0]); in Create()
61 return new PartitionedMatrixView<2, 2, 3>(matrix, options.elimination_groups[0]); in Create()
66 return new PartitionedMatrixView<2, 2, 4>(matrix, options.elimination_groups[0]); in Create()
75 return new PartitionedMatrixView<2, 3, 3>(matrix, options.elimination_groups[0]); in Create()
80 return new PartitionedMatrixView<2, 3, 4>(matrix, options.elimination_groups[0]); in Create()
85 return new PartitionedMatrixView<2, 3, 6>(matrix, options.elimination_groups[0]); in Create()
90 return new PartitionedMatrixView<2, 3, 9>(matrix, options.elimination_groups[0]); in Create()
99 return new PartitionedMatrixView<2, 4, 3>(matrix, options.elimination_groups[0]); in Create()
104 return new PartitionedMatrixView<2, 4, 4>(matrix, options.elimination_groups[0]); in Create()
109 return new PartitionedMatrixView<2, 4, 8>(matrix, options.elimination_groups[0]); in Create()
[all …]
H A Dpartitioned_matrix_view_impl.h46 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
47 PartitionedMatrixView( in PartitionedMatrixView() function
87 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
88 ~PartitionedMatrixView() { in ~PartitionedMatrixView()
98 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
121 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
164 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
187 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
235 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
273 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
[all …]
H A Dpartitioned_matrix_view.h115 class PartitionedMatrixView : public PartitionedMatrixViewBase {
119 PartitionedMatrixView(const BlockSparseMatrix& matrix, int num_col_blocks_e);
121 virtual ~PartitionedMatrixView();
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/generated/
H A Dpartitioned_matrix_view_2_2_2.cc53 template class PartitionedMatrixView<2, 2, 2>; variable
H A Dpartitioned_matrix_view_2_2_4.cc53 template class PartitionedMatrixView<2, 2, 4>; variable
H A Dpartitioned_matrix_view_2_3_3.cc53 template class PartitionedMatrixView<2, 3, 3>; variable
H A Dpartitioned_matrix_view_2_3_4.cc53 template class PartitionedMatrixView<2, 3, 4>; variable
H A Dpartitioned_matrix_view_2_3_6.cc53 template class PartitionedMatrixView<2, 3, 6>; variable
H A Dpartitioned_matrix_view_2_4_3.cc53 template class PartitionedMatrixView<2, 4, 3>; variable
H A Dpartitioned_matrix_view_2_4_4.cc53 template class PartitionedMatrixView<2, 4, 4>; variable
H A Dpartitioned_matrix_view_4_4_4.cc53 template class PartitionedMatrixView<4, 4, 4>; variable
H A Dpartitioned_matrix_view_2_3_9.cc53 template class PartitionedMatrixView<2, 3, 9>; variable
H A Dpartitioned_matrix_view_4_4_3.cc53 template class PartitionedMatrixView<4, 4, 3>; variable
H A Dpartitioned_matrix_view_2_2_3.cc53 template class PartitionedMatrixView<2, 2, 3>; variable
H A Dpartitioned_matrix_view_2_4_8.cc53 template class PartitionedMatrixView<2, 4, 8>; variable
H A Dpartitioned_matrix_view_2_4_9.cc53 template class PartitionedMatrixView<2, 4, 9>; variable
H A Dpartitioned_matrix_view_3_3_3.cc53 template class PartitionedMatrixView<3, 3, 3>; variable
H A Dpartitioned_matrix_view_2_4_6.cc53 template class PartitionedMatrixView<2, 4, 6>; variable
H A Dpartitioned_matrix_view_4_4_2.cc53 template class PartitionedMatrixView<4, 4, 2>; variable

123