Searched defs:RowVectorType (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/eigen/test/ |
H A D | vectorwiseop.cpp | 20 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef 134 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in vectorwiseop_matrix() typedef
|
H A D | product_selfadjoint.cpp | 16 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType; in product_selfadjoint() typedef
|
H A D | product.h | 26 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
|
H A D | product_notemporary.cpp | 51 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef
|
H A D | diagonalmatrices.cpp | 17 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() typedef
|
H A D | array_for_matrix.cpp | 16 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in array_for_matrix() typedef
|
H A D | block.cpp | 45 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in block() typedef
|
H A D | product_extra.cpp | 15 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_extra() typedef
|
H A D | stl_iterators.cpp | 127 typedef Matrix<Scalar,1,Cols> RowVectorType; in test_stl_iterators() typedef
|
H A D | array_cwise.cpp | 90 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() typedef
|
H A D | ref.cpp | 149 typedef Matrix<Scalar,1,Cols> RowVectorType; in ref_vector_fixed_sizes() typedef
|
/aosp_15_r20/external/eigen/Eigen/src/SVD/ |
H A D | UpperBidiagonalization.h | 33 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef
|