Home
last modified time | relevance | path

Searched defs:cols (Results 1 – 25 of 261) sorted by relevance

1234567891011

/external/eigen/test/
Darray.cpp20 Index cols = m.cols(); in array() local
94 Index cols = m.cols(); in comparisons() local
161 Index cols = m.cols(); in array_real() local
223 Index cols = m.cols(); in array_complex() local
242 Index cols = m.cols(); in min_max() local
Dproduct_trmm.cpp14 int cols=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), in trmm()
64 void trmv(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random<int>(1,E… in trmv()
70 void trmm(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random<int>(1,E… in trmm()
Darray_for_matrix.cpp20 Index cols = m.cols(); in array_for_matrix() local
81 Index cols = m.cols(); in comparisons() local
150 Index cols = m.cols(); in cwise_min_max() local
192 Index rows = t.rows(), cols = t.cols(); in resize() local
Dconservative_resize.cpp41 const Index cols = internal::random<Index>(1,50); in run_matrix_tests() local
51 const Index cols = internal::random<Index>(50,75); in run_matrix_tests() local
Dbandmatrix.cpp20 Index cols = _m.cols(); in bandmatrix() local
69 Index cols = internal::random<Index>(1,10); in test_bandmatrix() local
Dcorners.cpp20 Index cols = m.cols(); in corners() local
53 cols = MatrixType::ColsAtCompileTime, in corners_fixedsize() enumerator
Dvectorwiseop.cpp22 Index cols = m.cols(); in vectorwiseop_array() local
127 Index cols = m.cols(); in vectorwiseop_matrix() local
/external/ceres-solver/internal/ceres/
Dcompressed_col_sparse_matrix_utils.h72 const IntegerType* cols, in SolveUpperTriangularInPlace()
93 const IntegerType* cols, in SolveUpperTriangularTransposeInPlace()
119 const IntegerType* cols, in SolveRTRWithSparseRHS()
Dcompressed_col_sparse_matrix_utils_test.cc92 int* cols) { in FillBlock()
135 int* cols = tsm.mutable_cols(); in TEST() local
228 vector<int> cols; member in ceres::internal::SolveUpperTriangularTest
Dblock_structure.h81 vector<Block> cols; member
87 vector<CompressedColumn> cols; member
/external/eigen/doc/examples/
Dclass_Block.cpp8 topLeftCorner(MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner()
15 topLeftCorner(const MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner()
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h30 transform_1d cols, rows; // vertical and horizontal member
37 highbd_transform_1d cols, rows; // vertical and horizontal member
Dvp9_debugmodes.c30 int cols = cm->mi_cols; in print_mi_data() local
54 int cols = cm->mi_cols; in vp9_print_modes_and_motion_vectors() local
/external/valgrind/drd/tests/
Dmatinv.c36 int cols; member
56 static elem_t* new_matrix(const int rows, const int cols) in new_matrix()
70 static void init_matrix(elem_t* const a, const int rows, const int cols) in init_matrix()
84 const elem_t* const a, const int rows, const int cols) in print_matrix()
175 const int cols = p->cols; in gj_threadfunc() local
223 static void gj(elem_t* const a, const int rows, const int cols) in gj()
Domp_matinv.c44 static elem_t* new_matrix(const int rows, const int cols) in new_matrix()
58 static void init_matrix(elem_t* const a, const int rows, const int cols) in init_matrix()
72 const elem_t* const a, const int rows, const int cols) in print_matrix()
158 static void gj(elem_t* const a, const int rows, const int cols) in gj()
/external/eigen/unsupported/test/
Dsvd_common.h31 Index cols = m.cols(); in svd_check_full() local
61 Index cols = m.cols(); in svd_compare_to_full() local
85 Index cols = m.cols(); in svd_solve() local
145 Index cols = m.cols(); in svd_verify_assert() local
/external/libvpx/libvpx/vpx_dsp/
Dsubtract.c19 void vpx_subtract_block_c(int rows, int cols, in vpx_subtract_block_c()
36 void vpx_highbd_subtract_block_c(int rows, int cols, in vpx_highbd_subtract_block_c()
/external/skia/src/utils/
DSkMeshUtils.cpp21 int texW, int texH, int rows, int cols) { in init()
89 int rows, int cols, const SkPoint verts[], in Draw()
/external/eigen/bench/
Dsparse_randomsetter.cpp48 int cols = sm1.cols(); in dostuff() local
68 int cols = SIZE; in main() local
/external/eigen/test/eigen2/
Deigen2_array.cpp24 int cols = m.cols(); in array() local
59 int cols = m.cols(); in comparisons() local
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java554 String cols[] = { "TABLE_SCHEM" }; in getSchemas() local
564 String cols[] = { "TABLE_CAT" }; in getCatalogs() local
574 String cols[] = { "TABLE_TYPE" }; in getTableTypes() local
615 String cols[] = { in getColumns() local
688 String cols[] = { in getColumnPrivileges() local
708 String cols[] = { in getTablePrivileges() local
751 String cols[] = { in getBestRowIdentifier() local
842 String cols[] = { in getVersionColumns() local
877 String cols[] = { in getPrimaryKeys() local
1040 String cols[] = { in getImportedKeys() local
[all …]
/external/eigen/doc/snippets/
DTutorial_commainit_02.cpp1 int rows=5, cols=5; variable
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h122 const size_t cols = m_lu.cols(); in compute() local
186 const size_t cols = m_lu.cols(); in computeRowMajor() local
309 const size_t cols = m_lu.cols(); in solve() local
/external/eigen/Eigen/src/LU/
DFullPivLU.h374 inline Index cols() const { return m_lu.cols(); } in cols() function
394 FullPivLU<MatrixType>::FullPivLU(Index rows, Index cols) in FullPivLU()
429 const Index cols = matrix.cols(); in compute() local
/external/opencv/cxcore/include/
Dcxcore.hpp214 CvMatrix( int rows, int cols, int type ) in CvMatrix()
217 CvMatrix( int rows, int cols, int type, CvMat* hdr, in CvMatrix()
223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP ) in CvMatrix()
260 void create( int rows, int cols, int type ) in create()
313 int cols() const { return matrix ? matrix->cols : 0; } in cols() function in CvMatrix

1234567891011