Home
last modified time | relevance | path

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

/external/eigen/test/
Dvectorwiseop.cpp19 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef
122 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.h27 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
Dproduct_notemporary.cpp36 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef
Ddiagonalmatrices.cpp18 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() typedef
Dproduct_extra.cpp16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_extra() typedef
Darray.cpp17 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() 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
/external/eigen/test/eigen2/
Deigen2_miscmatrices.cpp20 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in miscMatrices() typedef
Dproduct.h29 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
Deigen2_submatrices.cpp47 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in submatrices() typedef
/external/eigen/Eigen/src/Eigen2Support/
DLU.h24 …ixType::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime> RowVectorType; typedef
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h32 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef
/external/eigen/Eigen/src/QR/
DHouseholderQR.h59 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef
DColPivHouseholderQR.h56 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef