/external/eigen/test/ |
D | vectorwiseop.cpp | 19 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef 122 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in vectorwiseop_matrix() typedef
|
D | product_selfadjoint.cpp | 17 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType; in product_selfadjoint() typedef
|
D | product.h | 27 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
|
D | product_notemporary.cpp | 36 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef
|
D | diagonalmatrices.cpp | 18 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() typedef
|
D | product_extra.cpp | 16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_extra() typedef
|
D | array.cpp | 17 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() typedef
|
D | array_for_matrix.cpp | 17 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in array_for_matrix() typedef
|
D | block.cpp | 39 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in block() typedef
|
/external/eigen/test/eigen2/ |
D | eigen2_miscmatrices.cpp | 20 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in miscMatrices() typedef
|
D | product.h | 29 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
|
D | eigen2_submatrices.cpp | 47 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in submatrices() typedef
|
/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
|
/external/eigen/Eigen/src/QR/ |
D | HouseholderQR.h | 59 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef
|
D | ColPivHouseholderQR.h | 56 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef
|