/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 | 21 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef 33 RowVectorType rowvec = RowVectorType::Random(cols); in vectorwiseop_array() 136 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in vectorwiseop_matrix() typedef 150 RowVectorType rowvec = RowVectorType::Random(cols); in vectorwiseop_matrix()
|
D | diagonalmatrices.cpp | 18 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() typedef 31 RowVectorType rv1 = RowVectorType::Random(cols), in diagonalmatrices() 32 rv2 = RowVectorType::Random(cols); in diagonalmatrices()
|
D | product.h | 26 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef 48 RowVectorType v1 = RowVectorType::Random(rows); in product() 173 RowVectorType w1(rows); in product()
|
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 | product_notemporary.cpp | 21 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef 32 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 | block.cpp | 39 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in block() typedef 81 RowVectorType br1(m1.block(r1,0,1,cols)); in block()
|
D | array.cpp | 18 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() typedef 30 RowVectorType rv1 = RowVectorType::Random(cols); in array()
|
/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 | 61 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef 231 RowVectorType m_temp;
|
D | CompleteOrthogonalDecomposition.h | 65 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; 387 RowVectorType m_temp;
|
D | ColPivHouseholderQR.h | 66 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; 438 RowVectorType m_temp;
|
D | FullPivHouseholderQR.h | 78 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; 416 RowVectorType m_temp;
|
/external/eigen/Eigen/src/SVD/ |
D | UpperBidiagonalization.h | 33 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef
|