Home
last modified time | relevance | path

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

/external/eigen/test/
Dvectorwiseop.cpp20 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_array() typedef
32 ColVectorType colvec = ColVectorType::Random(rows); in vectorwiseop_array()
135 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_matrix() typedef
149 ColVectorType colvec = ColVectorType::Random(rows); in vectorwiseop_matrix()
Dproduct.h27 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
49 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols); in product()
212 ColVectorType x(cols); x.setRandom(); in product()
213 ColVectorType z(x); in product()
214 ColVectorType y(cols); y.setZero(); in product()
Darray_for_matrix.cpp16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in array_for_matrix() typedef
26 ColVectorType cv1 = ColVectorType::Random(rows); in array_for_matrix()
62 VERIFY_IS_APPROX(m1.block(0,0,rows,0).rowwise().prod(), ColVectorType::Ones(rows)); in array_for_matrix()
Dproduct_notemporary.cpp22 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_notemporary() typedef
33 ColVectorType cv1 = ColVectorType::Random(cols), cvres(cols); in product_notemporary()
Dproduct_extra.cpp17 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_extra() typedef
34 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols); in product_extra()
Darray.cpp17 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in array() typedef
29 ColVectorType cv1 = ColVectorType::Random(rows); in array()
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h34 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; typedef
369 ColVectorType temp(rows); in computeUnblocked()
/external/eigen/Eigen/src/QR/
DFullPivHouseholderQR.h79 typedef typename internal::plain_col_type<MatrixType>::type ColVectorType;