/external/eigen/test/eigen2/ |
D | product.h | 29 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef 52 RowVectorType v1 = RowVectorType::Random(rows), in product() 53 v2 = RowVectorType::Random(rows), in product() 54 vzero = RowVectorType::Zero(rows); in product()
|
D | eigen2_miscmatrices.cpp | 20 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in miscMatrices() typedef
|
D | eigen2_submatrices.cpp | 47 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in submatrices() typedef 81 RowVectorType br1(m1.block(r1,0,1,cols)); in submatrices()
|
/external/eigen/test/ |
D | product_selfadjoint.cpp | 17 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType; in product_selfadjoint() typedef 30 RowVectorType r1 = RowVectorType::Random(rows), in product_selfadjoint() 31 r2 = RowVectorType::Random(rows); in product_selfadjoint()
|
D | vectorwiseop.cpp | 19 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef 31 RowVectorType rowvec = RowVectorType::Random(cols); in vectorwiseop_array() 122 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in vectorwiseop_matrix() typedef 136 RowVectorType rowvec = RowVectorType::Random(cols); in vectorwiseop_matrix()
|
D | diagonalmatrices.cpp | 18 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() typedef 30 RowVectorType rv1 = RowVectorType::Random(cols), in diagonalmatrices() 31 rv2 = RowVectorType::Random(cols); in diagonalmatrices()
|
D | product.h | 27 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef 49 RowVectorType v1 = RowVectorType::Random(rows); in product()
|
D | product_notemporary.cpp | 36 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef 47 RowVectorType rv1 = RowVectorType::Random(rows), rvres(rows); in product_notemporary()
|
D | product_extra.cpp | 16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_extra() typedef 33 RowVectorType v1 = RowVectorType::Random(rows), vrres(rows); in product_extra()
|
D | array_for_matrix.cpp | 17 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in array_for_matrix() typedef 27 RowVectorType rv1 = RowVectorType::Random(cols); in array_for_matrix() 61 VERIFY_IS_APPROX(m1.block(0,0,0,cols).colwise().sum(), RowVectorType::Zero(cols)); in array_for_matrix()
|
D | array.cpp | 17 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() typedef 27 RowVectorType rv1 = RowVectorType::Random(cols); in array()
|
D | block.cpp | 39 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in block() typedef 81 RowVectorType br1(m1.block(r1,0,1,cols)); in block()
|
/external/eigen/doc/ |
D | FunctionsTakingEigenTypes.dox | 160 typedef typename internal::plain_row_type<Derived>::type RowVectorType; 164 const RowVectorType x_mean = x.colwise().sum() / num_observations; 165 const RowVectorType y_mean = y.colwise().sum() / num_observations; 192 typedef typename internal::plain_row_type<Derived>::type RowVectorType; 196 const RowVectorType x_mean = x.colwise().sum() / num_observations; 197 const RowVectorType y_mean = y.colwise().sum() / num_observations;
|
/external/eigen/Eigen/src/QR/ |
D | HouseholderQR.h | 59 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef 194 RowVectorType m_temp;
|
D | ColPivHouseholderQR.h | 56 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef 391 RowVectorType m_temp;
|
D | FullPivHouseholderQR.h | 70 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; 376 RowVectorType m_temp;
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | LU.h | 24 …ixType::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime> RowVectorType; typedef
|
/external/eigen/Eigen/src/SVD/ |
D | UpperBidiagonalization.h | 32 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef
|