Searched defs:RowVectorType (Results 1 – 11 of 11) sorted by relevance
/external/eigen/test/ |
D | vectorwiseop.cpp | 21 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef 136 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_notemporary.cpp | 21 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef
|
D | product.h | 26 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
|
D | diagonalmatrices.cpp | 18 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() 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
|
D | array.cpp | 18 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() typedef
|
D | product_extra.cpp | 16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_extra() typedef
|
/external/eigen/Eigen/src/QR/ |
D | HouseholderQR.h | 61 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef
|
/external/eigen/Eigen/src/SVD/ |
D | UpperBidiagonalization.h | 33 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef
|