Searched refs:trmv (Results 1 - 4 of 4) sorted by relevance

/external/eigen/test/
H A Dproduct_trmv.cpp12 template<typename MatrixType> void trmv(const MatrixType& m) function
78 CALL_SUBTEST_1( trmv(Matrix<float, 1, 1>()) );
79 CALL_SUBTEST_2( trmv(Matrix<float, 2, 2>()) );
80 CALL_SUBTEST_3( trmv(Matrix3d()) );
82 CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) );
84 CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) );
86 CALL_SUBTEST_6( trmv(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) );
H A Dproduct_trmm.cpp65 void trmv(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) function
86 EIGEN_CAT(CALL_SUBTEST_1,NB)((trmv<SCALAR, MODE, ColMajor>())); \
87 EIGEN_CAT(CALL_SUBTEST_1,NB)((trmv<SCALAR, MODE, RowMajor>()));
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector_MKL.h44 // trmv/hemv specialization
126 MKLPREFIX##trmv(&uplo, &trans, &diag, &n, (const MKLTYPE*)_lhs, &lda, (MKLTYPE*)x, &incx); \
211 MKLPREFIX##trmv(&uplo, &trans, &diag, &n, (const MKLTYPE*)_lhs, &lda, (MKLTYPE*)x, &incx); \
/external/eigen/blas/
H A Dlevel2_impl.h128 int EIGEN_BLAS_FUNC(trmv)(char *uplo, char *opa, char *diag, int *n, RealScalar *pa, int *lda, RealScalar *pb, int *incb) function

Completed in 125 milliseconds