Searched refs:ColVectorType (Results 1 – 10 of 10) sorted by relevance
/external/eigen/test/ |
D | vectorwiseop.cpp | 18 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_array() typedef 30 ColVectorType colvec = ColVectorType::Random(rows); in vectorwiseop_array() 121 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_matrix() typedef 135 ColVectorType colvec = ColVectorType::Random(rows); in vectorwiseop_matrix()
|
D | product.h | 28 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef 50 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols); in product()
|
D | product_notemporary.cpp | 37 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_notemporary() typedef 48 ColVectorType cv1 = ColVectorType::Random(cols), cvres(cols); in product_notemporary()
|
D | product_extra.cpp | 17 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_extra() typedef 34 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols); in product_extra()
|
D | array_for_matrix.cpp | 16 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()
|
D | array.cpp | 16 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in array() typedef 26 ColVectorType cv1 = ColVectorType::Random(rows); in array()
|
/external/eigen/test/eigen2/ |
D | product.h | 30 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/ |
D | UpperBidiagonalization.h | 33 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; typedef 98 ColVectorType temp(rows); in compute()
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | LU.h | 25 …ype::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> ColVectorType; typedef
|
/external/eigen/Eigen/src/QR/ |
D | FullPivHouseholderQR.h | 71 typedef typename internal::plain_col_type<MatrixType>::type ColVectorType;
|