HomeSort by relevance Sort by last modified time
    Searched refs:PartitionedMatrixView (Results 1 - 22 of 22) sorted by null

  /external/ceres-solver/internal/ceres/generated/
partitioned_matrix_view_2_2_2.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 2, 2>;
partitioned_matrix_view_2_2_3.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 2, 3>;
partitioned_matrix_view_2_2_4.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 2, 4>;
partitioned_matrix_view_2_3_3.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 3, 3>;
partitioned_matrix_view_2_3_4.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 3, 4>;
partitioned_matrix_view_2_3_9.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 3, 9>;
partitioned_matrix_view_2_4_3.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 4, 3>;
partitioned_matrix_view_2_4_4.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 4, 4>;
partitioned_matrix_view_2_4_8.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 4, 8>;
partitioned_matrix_view_2_4_9.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 4, 9>;
partitioned_matrix_view_4_4_2.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<4, 4, 2>;
partitioned_matrix_view_4_4_3.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<4, 4, 3>;
partitioned_matrix_view_4_4_4.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<4, 4, 4>;
partitioned_matrix_view_2_2_d.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 2, Eigen::Dynamic>;
partitioned_matrix_view_2_3_d.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 3, Eigen::Dynamic>;
partitioned_matrix_view_2_4_d.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, 4, Eigen::Dynamic>;
partitioned_matrix_view_2_d_d.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<2, Eigen::Dynamic, Eigen::Dynamic>;
partitioned_matrix_view_4_4_d.cc 31 // Template specialization of PartitionedMatrixView.
54 template class PartitionedMatrixView<4, 4, Eigen::Dynamic>;
partitioned_matrix_view_d_d_d.cc 31 // Template specialization of PartitionedMatrixView.
50 template class PartitionedMatrixView<Eigen::Dynamic, Eigen::Dynamic, Eigen::Dynamic>;
  /external/ceres-solver/internal/ceres/
partitioned_matrix_view.cc 31 // Template specialization of PartitionedMatrixView.
57 return new PartitionedMatrixView<2, 2, 2>(
63 return new PartitionedMatrixView<2, 2, 3>(
69 return new PartitionedMatrixView<2, 2, 4>(
75 return new PartitionedMatrixView<2, 2, Eigen::Dynamic>(
81 return new PartitionedMatrixView<2, 3, 3>(
87 return new PartitionedMatrixView<2, 3, 4>(
93 return new PartitionedMatrixView<2, 3, 9>(
99 return new PartitionedMatrixView<2, 3, Eigen::Dynamic>(
105 return new PartitionedMatrixView<2, 4, 3>
    [all...]
partitioned_matrix_view.h 115 class PartitionedMatrixView : public PartitionedMatrixViewBase {
119 PartitionedMatrixView(const BlockSparseMatrix& matrix, int num_col_blocks_e);
121 virtual ~PartitionedMatrixView();
partitioned_matrix_view_impl.h 46 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
47 PartitionedMatrixView(
87 PartitionedMatrixView<kRowBlockSize, kEBlockSize, kFBlockSize>::
88 ~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...]

Completed in 1510 milliseconds