Home
last modified time | relevance | path

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

/external/eigen/test/
Dvectorwiseop.cpp20 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef
134 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in vectorwiseop_matrix() typedef
Dproduct_selfadjoint.cpp16 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType; in product_selfadjoint() typedef
Dproduct.h26 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
Dproduct_notemporary.cpp51 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef
Ddiagonalmatrices.cpp17 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() typedef
Darray_for_matrix.cpp16 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in array_for_matrix() typedef
Dblock.cpp45 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in block() typedef
Dproduct_extra.cpp15 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_extra() typedef
Dstl_iterators.cpp127 typedef Matrix<Scalar,1,Cols> RowVectorType; in test_stl_iterators() typedef
Darray_cwise.cpp90 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() typedef
Dref.cpp149 typedef Matrix<Scalar,1,Cols> RowVectorType; in ref_vector_fixed_sizes() typedef
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h33 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef