Searched refs:tsm (Results 1 - 23 of 23) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Ddense_sparse_matrix_test.cc77 tsm.reset(down_cast<TripletSparseMatrix*>(problem->A.release()));
78 dsm.reset(new DenseSparseMatrix(*tsm));
80 num_rows = tsm->num_rows();
81 num_cols = tsm->num_cols();
87 scoped_ptr<TripletSparseMatrix> tsm; member in class:ceres::internal::DenseSparseMatrixTest
92 CompareMatrices(tsm.get(), dsm.get());
103 tsm->RightMultiply(a.data(), b1.data());
117 tsm->LeftMultiply(a.data(), b1.data());
132 tsm->LeftMultiply(a.data(), b1.data());
142 tsm
[all...]
H A Ddynamic_compressed_row_sparse_matrix_test.cc97 tsm.reset(new TripletSparseMatrix(num_rows,
100 std::copy(rows.begin(), rows.end(), tsm->mutable_rows());
101 std::copy(cols.begin(), cols.end(), tsm->mutable_cols());
102 std::copy(values.begin(), values.end(), tsm->mutable_values());
103 tsm->set_num_nonzeros(values.size());
106 tsm->ToDenseMatrix(&dense_from_tsm);
109 crsm.reset(new CompressedRowSparseMatrix(*tsm));
168 scoped_ptr<TripletSparseMatrix> tsm; member in class:ceres::internal::DynamicCompressedRowSparseMatrixTest
H A Dblock_random_access_diagonal_matrix_test.cc87 const TripletSparseMatrix* tsm = m.matrix(); local
88 EXPECT_EQ(tsm->num_nonzeros(), num_nonzeros);
89 EXPECT_EQ(tsm->max_num_nonzeros(), num_nonzeros);
92 tsm->ToDenseMatrix(&dense);
H A Dblock_random_access_sparse_matrix_test.cc91 const TripletSparseMatrix* tsm = m.matrix(); local
92 EXPECT_EQ(tsm->num_nonzeros(), num_nonzeros);
93 EXPECT_EQ(tsm->max_num_nonzeros(), num_nonzeros);
96 tsm->ToDenseMatrix(&dense);
H A Dcompressed_row_sparse_matrix_test.cc77 tsm.reset(down_cast<TripletSparseMatrix*>(problem->A.release()));
78 crsm.reset(new CompressedRowSparseMatrix(*tsm));
80 num_rows = tsm->num_rows();
81 num_cols = tsm->num_cols();
95 scoped_ptr<TripletSparseMatrix> tsm; member in class:ceres::internal::CompressedRowSparseMatrixTest
100 CompareMatrices(tsm.get(), crsm.get());
111 tsm->LeftMultiply(a.data(), b1.data());
122 tsm->SquaredColumnNorm(b1.data());
134 tsm->ScaleColumns(scale.data());
136 CompareMatrices(tsm
[all...]
H A Dcxsparse.cc179 cs_di* CXSparse::CreateSparseMatrix(TripletSparseMatrix* tsm) { argument
181 tsm_wrapper.nzmax = tsm->num_nonzeros();
182 tsm_wrapper.nz = tsm->num_nonzeros();
183 tsm_wrapper.m = tsm->num_rows();
184 tsm_wrapper.n = tsm->num_cols();
185 tsm_wrapper.p = tsm->mutable_cols();
186 tsm_wrapper.i = tsm->mutable_rows();
187 tsm_wrapper.x = tsm->mutable_values();
H A Dcompressed_col_sparse_matrix_utils_test.cc133 TripletSparseMatrix tsm(5, 8, 18);
134 int* rows = tsm.mutable_rows();
135 int* cols = tsm.mutable_cols();
136 fill(tsm.mutable_values(), tsm.mutable_values() + 18, 1.0);
152 tsm.set_num_nonzeros(offset);
155 scoped_ptr<cholmod_sparse> ccsm(ss.CreateSparseMatrix(&tsm));
H A Dprogram.cc387 TripletSparseMatrix* tsm = local
392 int* rows = tsm->mutable_rows();
393 int* cols = tsm->mutable_cols();
394 double* values = tsm->mutable_values();
408 if (num_nonzeros >= tsm->max_num_nonzeros()) {
409 tsm->set_num_nonzeros(num_nonzeros);
410 tsm->Reserve(2 * num_nonzeros);
411 rows = tsm->mutable_rows();
412 cols = tsm->mutable_cols();
413 values = tsm
[all...]
H A Dschur_complement_solver.cc290 TripletSparseMatrix* tsm =
293 const int num_rows = tsm->num_rows();
310 cholmod_lhs = ss_.CreateSparseMatrix(tsm);
326 cholmod_lhs = ss_.CreateSparseMatrixTranspose(tsm);
398 TripletSparseMatrix* tsm =
401 const int num_rows = tsm->num_rows();
409 cs_di* lhs = CHECK_NOTNULL(cxsparse_.CreateSparseMatrix(tsm));
457 TripletSparseMatrix* tsm =
460 const int num_rows = tsm->num_rows();
469 CompressedRowSparseMatrix crsm(*tsm);
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestMenu.java52 TestSubMenu tsm = new TestSubMenu();
56 menuItem.setSubMenu(tsm);
57 return tsm;
62 TestSubMenu tsm = new TestSubMenu();
66 menuItem.setSubMenu(tsm);
67 return tsm;
72 TestSubMenu tsm = new TestSubMenu();
77 menuItem.setSubMenu(tsm);
78 return tsm;
83 TestSubMenu tsm
[all...]
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 288 milliseconds