Searched defs:ColVectorType (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/eigen/test/ |
H A D | vectorwiseop.cpp | 19 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_array() typedef 133 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_matrix() typedef
|
H A D | product.h | 27 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
|
H A D | product_notemporary.cpp | 52 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_notemporary() typedef
|
H A D | array_for_matrix.cpp | 15 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in array_for_matrix() typedef
|
H A D | product_extra.cpp | 16 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_extra() typedef
|
H A D | array_cwise.cpp | 89 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in array() typedef
|
H A D | ref.cpp | 150 typedef Matrix<Scalar,Rows,1> ColVectorType; in ref_vector_fixed_sizes() typedef
|
/aosp_15_r20/external/eigen/Eigen/src/SVD/ |
H A D | UpperBidiagonalization.h | 34 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; typedef
|