Home
last modified time | relevance | path

Searched defs:RowVectorType (Results 1 – 11 of 11) sorted by relevance

/external/eigen/test/
Dvectorwiseop.cpp21 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef
136 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in vectorwiseop_matrix() typedef
Dproduct_selfadjoint.cpp17 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType; in product_selfadjoint() typedef
Dproduct_notemporary.cpp21 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef
Dproduct.h26 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
Ddiagonalmatrices.cpp18 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() typedef
Darray_for_matrix.cpp17 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in array_for_matrix() typedef
Dblock.cpp39 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in block() typedef
Darray.cpp18 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() typedef
Dproduct_extra.cpp16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_extra() typedef
/external/eigen/Eigen/src/QR/
DHouseholderQR.h61 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h33 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef