Home
last modified time | relevance | path

Searched refs:ColVectorType (Results 1 – 11 of 11) sorted by relevance

/external/eigen/test/
Dvectorwiseop.cpp19 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_array() typedef
31 ColVectorType colvec = ColVectorType::Random(rows); in vectorwiseop_array()
112 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_matrix() typedef
124 ColVectorType colvec = ColVectorType::Random(rows); in vectorwiseop_matrix()
Dproduct.h29 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
51 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols); in product()
Dproduct_extra.cpp18 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_extra() typedef
35 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols); in product_extra()
Dproduct_notemporary.cpp37 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_notemporary() typedef
48 ColVectorType cv1 = ColVectorType::Random(cols), cvres(cols); in product_notemporary()
Darray_for_matrix.cpp17 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in array_for_matrix() typedef
27 ColVectorType cv1 = ColVectorType::Random(rows); in array_for_matrix()
63 VERIFY_IS_APPROX(m1.block(0,0,rows,0).rowwise().prod(), ColVectorType::Ones(rows)); in array_for_matrix()
Darray.cpp17 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in array() typedef
27 ColVectorType cv1 = ColVectorType::Random(rows); in array()
Djacobisvd.cpp33 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; in jacobisvd_check_full() typedef
/external/eigen/test/eigen2/
Dproduct.h30 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
55 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols); in product()
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h33 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; typedef
98 ColVectorType temp(rows); in compute()
/external/eigen/Eigen/src/Eigen2Support/
DLU.h25 …ype::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> ColVectorType; typedef
/external/eigen/Eigen/src/QR/
DFullPivHouseholderQR.h70 typedef typename internal::plain_col_type<MatrixType>::type ColVectorType;